Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c395 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()
442 if (tmp_w != pix_mp->width || tmp_h != pix_mp->height) in gsc_try_fmt_mplane()
444 tmp_w, tmp_h, pix_mp->width, pix_mp->height); in gsc_try_fmt_mplane()
506 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h) in gsc_check_crop_change() argument
508 if (tmp_w != *w || tmp_h != *h) { in gsc_check_crop_change()
510 *w, *h, tmp_w, tmp_h); in gsc_check_crop_change()
512 *h = tmp_h; in gsc_check_crop_change()
521 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_selection() local
540 tmp_h = s->r.height; in gsc_try_selection()
[all …]
H A Dgsc-core.h400 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c816 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()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c51 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()