Searched refs:tmp_h (Results 1 – 7 of 7) sorted by relevance
| /drivers/media/platform/samsung/exynos-gsc/ |
| A D | gsc-core.c | 395 u32 min_w, min_h, tmp_w, tmp_h; in gsc_try_fmt_mplane() local 438 tmp_h = pix_mp->height; in gsc_try_fmt_mplane() 510 *w, *h, tmp_w, tmp_h); in gsc_check_crop_change() 512 *h = tmp_h; in gsc_check_crop_change() 540 tmp_h = s->r.height; in gsc_try_selection() 565 tmp_h = s->r.width; in gsc_try_selection() 592 if (s->r.top + tmp_h > max_h) in gsc_try_selection() 593 s->r.top = max_h - tmp_h; in gsc_try_selection() 608 int tmp_w, tmp_h, sc_down_max; in gsc_check_scaler_ratio() local 617 tmp_h = dw; in gsc_check_scaler_ratio() [all …]
|
| A D | gsc-core.h | 396 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
|
| /drivers/media/platform/mediatek/mdp/ |
| A D | mtk_mdp_m2m.c | 816 int tmp_w, tmp_h; in mtk_mdp_check_scaler_ratio() local 820 tmp_h = dst_w; in mtk_mdp_check_scaler_ratio() 823 tmp_h = dst_h; in mtk_mdp_check_scaler_ratio() 827 (src_h / tmp_h) > var->v_scale_down_max || in mtk_mdp_check_scaler_ratio() 829 (tmp_h / src_h) > var->v_scale_up_max) in mtk_mdp_check_scaler_ratio()
|
| /drivers/media/platform/verisilicon/ |
| A D | hantro_g2_hevc_dec.c | 51 u32 tmp_w = 0, tmp_h = 0; in prepare_tile_info_buffer() local 55 h = pic_height_in_ctbs - tmp_h; in prepare_tile_info_buffer() 58 tmp_h += h; in prepare_tile_info_buffer()
|
| /drivers/media/platform/mediatek/vcodec/decoder/ |
| A D | mtk_vcodec_dec.c | 310 int tmp_w, tmp_h; in vidioc_try_fmt() local 319 tmp_h = pix_fmt_mp->height; in vidioc_try_fmt() 327 if (pix_fmt_mp->height < tmp_h && in vidioc_try_fmt() 333 tmp_w, tmp_h, pix_fmt_mp->width, pix_fmt_mp->height, in vidioc_try_fmt()
|
| /drivers/media/platform/mediatek/vcodec/encoder/ |
| A D | mtk_vcodec_enc.c | 298 int tmp_w, tmp_h; in vidioc_try_fmt_out() local 318 tmp_h = pix_fmt_mp->height; in vidioc_try_fmt_out() 328 if (pix_fmt_mp->height < tmp_h && (pix_fmt_mp->height + 32) <= max_height) in vidioc_try_fmt_out() 333 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt_out()
|
| /drivers/media/platform/ti/omap3isp/ |
| A D | ispresizer.c | 155 u32 startaddr_h, startaddr_v, tmp_h, tmp_v; in resizer_set_filters() local 162 tmp_h = h_coeff[i] | in resizer_set_filters() 166 isp_reg_writel(isp, tmp_h, OMAP3_ISP_IOMEM_RESZ, startaddr_h); in resizer_set_filters()
|
Completed in 21 milliseconds