Searched refs:crop_w (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/video/stm32/ |
H A D | stm32_ltdc.c | 25 u32 crop_x, crop_y, crop_w, crop_h; member 277 x1 = priv->crop_x + priv->crop_w - 1; in stm32_ltdc_set_layer1() 298 pitch_in_bytes = priv->crop_w * (bpp >> 3); in stm32_ltdc_set_layer1() 300 line_length = ((bpp >> 3) * priv->crop_w) + (bus_width >> 3) - 1; in stm32_ltdc_set_layer1() 403 priv->crop_w = priv->timing.hactive.typ; in stm32_ltdc_probe() 411 priv->crop_x, priv->crop_y, priv->crop_w, priv->crop_h, in stm32_ltdc_probe()
|
/openbmc/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_regs.c | 78 config->crop_w = frame->crop.width; in mtk_mdp_hw_set_in_size() 111 config->crop_w = frame->crop.width; in mtk_mdp_hw_set_out_size()
|
H A D | mtk_mdp_ipi.h | 92 int32_t crop_w; member
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-regs.c | 287 u32 crop_w, crop_h, comp_w, comp_h; in mdp_check_scaling_ratio() local 289 crop_w = crop->width; in mdp_check_scaling_ratio() 299 if ((crop_w / comp_w) > limit->h_scale_down_max || in mdp_check_scaling_ratio() 301 (comp_w / crop_w) > limit->h_scale_up_max || in mdp_check_scaling_ratio()
|