Searched refs:tmp_w (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/media/platform/exynos-gsc/ |
| D | gsc-core.c | 397 u32 min_w, min_h, tmp_w, tmp_h; in gsc_try_fmt_mplane() local 439 tmp_w = pix_mp->width; 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() 513 *w = tmp_w; in gsc_check_crop_change() 523 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_selection() local 541 tmp_w = s->r.width; in gsc_try_selection() [all …]
|
| D | gsc-core.h | 390 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
|
| /Linux-v5.4/drivers/media/platform/mtk-mdp/ |
| D | mtk_mdp_m2m.c | 849 int tmp_w, tmp_h; in mtk_mdp_check_scaler_ratio() local 852 tmp_w = dst_h; in mtk_mdp_check_scaler_ratio() 855 tmp_w = dst_w; in mtk_mdp_check_scaler_ratio() 859 if ((src_w / tmp_w) > var->h_scale_down_max || in mtk_mdp_check_scaler_ratio() 861 (tmp_w / src_w) > var->h_scale_up_max || in mtk_mdp_check_scaler_ratio()
|
| /Linux-v5.4/drivers/media/platform/mtk-vcodec/ |
| D | mtk_vcodec_enc.c | 298 int tmp_w, tmp_h; in vidioc_try_fmt() local 310 tmp_w = pix_fmt_mp->width; in vidioc_try_fmt() 319 if (pix_fmt_mp->width < tmp_w && in vidioc_try_fmt() 328 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt()
|
| D | mtk_vcodec_dec.c | 664 int tmp_w, tmp_h; in vidioc_try_fmt() local 679 tmp_w = pix_fmt_mp->width; in vidioc_try_fmt() 688 if (pix_fmt_mp->width < tmp_w && in vidioc_try_fmt() 697 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt()
|