Searched refs:tmp_h (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/media/platform/exynos-gsc/ |
A 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() 512 *w, *h, tmp_w, tmp_h); in gsc_check_crop_change() 514 *h = tmp_h; in gsc_check_crop_change() 542 tmp_h = s->r.height; in gsc_try_selection() 567 tmp_h = s->r.width; in gsc_try_selection() 594 if (s->r.top + tmp_h > max_h) in gsc_try_selection() 595 s->r.top = max_h - tmp_h; in gsc_try_selection() 610 int tmp_w, tmp_h, sc_down_max; in gsc_check_scaler_ratio() local 619 tmp_h = dw; in gsc_check_scaler_ratio() [all …]
|
A D | gsc-core.h | 397 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
|
/linux/drivers/media/platform/mtk-mdp/ |
A D | mtk_mdp_m2m.c | 818 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/drivers/media/platform/mtk-vcodec/ |
A D | mtk_vcodec_dec.c | 236 int tmp_w, tmp_h; in vidioc_try_fmt() local 245 tmp_h = pix_fmt_mp->height; in vidioc_try_fmt() 256 if (pix_fmt_mp->height < tmp_h && in vidioc_try_fmt() 262 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt()
|
A D | mtk_vcodec_enc.c | 274 int tmp_w, tmp_h; in vidioc_try_fmt() local 296 tmp_h = pix_fmt_mp->height; in vidioc_try_fmt() 307 if (pix_fmt_mp->height < tmp_h && in vidioc_try_fmt() 313 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt()
|
/linux/drivers/staging/media/hantro/ |
A D | hantro_g2_hevc_dec.c | 65 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/drivers/media/platform/omap3isp/ |
A D | ispresizer.c | 156 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()
|
Completed in 29 milliseconds