Searched refs:tmp_h (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/media/platform/exynos-gsc/ |
D | gsc-core.c | 397 u32 min_w, min_h, tmp_w, tmp_h; in gsc_try_fmt_mplane() local 440 tmp_h = pix_mp->height; in gsc_try_fmt_mplane() 444 if (tmp_w != pix_mp->width || tmp_h != pix_mp->height) in gsc_try_fmt_mplane() 446 tmp_w, tmp_h, pix_mp->width, pix_mp->height); in gsc_try_fmt_mplane() 508 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h) in gsc_check_crop_change() argument 510 if (tmp_w != *w || tmp_h != *h) { in gsc_check_crop_change() 512 *w, *h, tmp_w, tmp_h); in gsc_check_crop_change() 514 *h = tmp_h; in gsc_check_crop_change() 523 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_selection() local 542 tmp_h = s->r.height; in gsc_try_selection() [all …]
|
D | gsc-core.h | 390 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
|
/Linux-v5.10/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_m2m.c | 821 int tmp_w, tmp_h; in mtk_mdp_check_scaler_ratio() local 825 tmp_h = dst_w; in mtk_mdp_check_scaler_ratio() 828 tmp_h = dst_h; in mtk_mdp_check_scaler_ratio() 832 (src_h / tmp_h) > var->v_scale_down_max || in mtk_mdp_check_scaler_ratio() 834 (tmp_h / src_h) > var->v_scale_up_max) in mtk_mdp_check_scaler_ratio()
|
/Linux-v5.10/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_enc.c | 263 int tmp_w, tmp_h; in vidioc_try_fmt() local 276 tmp_h = pix_fmt_mp->height; in vidioc_try_fmt() 287 if (pix_fmt_mp->height < tmp_h && in vidioc_try_fmt() 293 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt()
|
D | mtk_vcodec_dec.c | 668 int tmp_w, tmp_h; in vidioc_try_fmt() local 684 tmp_h = pix_fmt_mp->height; in vidioc_try_fmt() 695 if (pix_fmt_mp->height < tmp_h && in vidioc_try_fmt() 701 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt()
|
/Linux-v5.10/drivers/media/platform/omap3isp/ |
D | ispresizer.c | 153 u32 startaddr_h, startaddr_v, tmp_h, tmp_v; in resizer_set_filters() local 160 tmp_h = h_coeff[i] | in resizer_set_filters() 164 isp_reg_writel(isp, tmp_h, OMAP3_ISP_IOMEM_RESZ, startaddr_h); in resizer_set_filters()
|