Home
last modified time | relevance | path

Searched refs:tmp_h (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/media/platform/exynos-gsc/
Dgsc-core.c423 u32 min_w, min_h, tmp_w, tmp_h; in gsc_try_fmt_mplane() local
466 tmp_h = pix_mp->height; in gsc_try_fmt_mplane()
470 if (tmp_w != pix_mp->width || tmp_h != pix_mp->height) in gsc_try_fmt_mplane()
472 tmp_w, tmp_h, pix_mp->width, pix_mp->height); in gsc_try_fmt_mplane()
534 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h) in gsc_check_crop_change() argument
536 if (tmp_w != *w || tmp_h != *h) { in gsc_check_crop_change()
538 *w, *h, tmp_w, tmp_h); in gsc_check_crop_change()
540 *h = tmp_h; in gsc_check_crop_change()
562 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_crop() local
581 tmp_h = cr->c.height; in gsc_try_crop()
[all …]
Dgsc-core.h394 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsoc_scale_crop.c236 unsigned int width = mf->width, height = mf->height, tmp_w, tmp_h; in client_set_fmt() local
273 tmp_h = mf->height; in client_set_fmt()
276 while ((width > tmp_w || height > tmp_h) && in client_set_fmt()
277 tmp_w < max_width && tmp_h < max_height) { in client_set_fmt()
279 tmp_h = min(2 * tmp_h, max_height); in client_set_fmt()
281 mf->height = tmp_h; in client_set_fmt()
/Linux-v4.19/drivers/media/platform/mtk-mdp/
Dmtk_mdp_m2m.c863 int tmp_w, tmp_h; in mtk_mdp_check_scaler_ratio() local
867 tmp_h = dst_w; in mtk_mdp_check_scaler_ratio()
870 tmp_h = dst_h; in mtk_mdp_check_scaler_ratio()
874 (src_h / tmp_h) > var->v_scale_down_max || in mtk_mdp_check_scaler_ratio()
876 (tmp_h / src_h) > var->v_scale_up_max) in mtk_mdp_check_scaler_ratio()
/Linux-v4.19/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_enc.c305 int tmp_w, tmp_h; in vidioc_try_fmt() local
318 tmp_h = pix_fmt_mp->height; in vidioc_try_fmt()
329 if (pix_fmt_mp->height < tmp_h && in vidioc_try_fmt()
335 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt()
Dmtk_vcodec_dec.c647 int tmp_w, tmp_h; in vidioc_try_fmt() local
663 tmp_h = pix_fmt_mp->height; in vidioc_try_fmt()
674 if (pix_fmt_mp->height < tmp_h && in vidioc_try_fmt()
680 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt()
/Linux-v4.19/drivers/media/platform/omap3isp/
Dispresizer.c156 u32 startaddr_h, startaddr_v, tmp_h, tmp_v; in resizer_set_filters() local
163 tmp_h = h_coeff[i] | in resizer_set_filters()
167 isp_reg_writel(isp, tmp_h, OMAP3_ISP_IOMEM_RESZ, startaddr_h); in resizer_set_filters()