Searched refs:tmp_h (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/platform/samsung/exynos-gsc/ |
H 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() 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 D | gsc-core.h | 396 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H 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()
|
/linux/drivers/media/platform/ti/omap3isp/ |
H 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()
|