Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/samsung/exynos-gsc/
Dgsc-core.c397 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 …]
Dgsc-core.h397 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
/linux-5.19.10/drivers/staging/media/hantro/
Dhantro_g2_hevc_dec.c65 u32 tmp_w = 0, tmp_h = 0; in prepare_tile_info_buffer() local
69 h = pic_height_in_ctbs - tmp_h; in prepare_tile_info_buffer()
72 tmp_h += h; in prepare_tile_info_buffer()
/linux-5.19.10/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_dec.c248 int tmp_w, tmp_h; in vidioc_try_fmt() local
257 tmp_h = pix_fmt_mp->height; in vidioc_try_fmt()
265 if (pix_fmt_mp->height < tmp_h && in vidioc_try_fmt()
271 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt()
Dmtk_vcodec_enc.c281 int tmp_w, tmp_h; in vidioc_try_fmt_out() local
301 tmp_h = pix_fmt_mp->height; in vidioc_try_fmt_out()
311 if (pix_fmt_mp->height < tmp_h && (pix_fmt_mp->height + 32) <= max_height) in vidioc_try_fmt_out()
315 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt_out()
/linux-5.19.10/drivers/media/platform/mediatek/mdp/
Dmtk_mdp_m2m.c818 int tmp_w, tmp_h; in mtk_mdp_check_scaler_ratio() local
822 tmp_h = dst_w; in mtk_mdp_check_scaler_ratio()
825 tmp_h = dst_h; in mtk_mdp_check_scaler_ratio()
829 (src_h / tmp_h) > var->v_scale_down_max || in mtk_mdp_check_scaler_ratio()
831 (tmp_h / src_h) > var->v_scale_up_max) in mtk_mdp_check_scaler_ratio()
/linux-5.19.10/drivers/media/platform/ti/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()