Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/exynos-gsc/
Dgsc-core.c397 u32 min_w, min_h, tmp_w, tmp_h; in gsc_try_fmt_mplane() local
439 tmp_h = pix_mp->height; in gsc_try_fmt_mplane()
443 if (tmp_w != pix_mp->width || tmp_h != pix_mp->height) in gsc_try_fmt_mplane()
445 tmp_w, tmp_h, pix_mp->width, pix_mp->height); in gsc_try_fmt_mplane()
496 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h) in gsc_check_crop_change() argument
498 if (tmp_w != *w || tmp_h != *h) { in gsc_check_crop_change()
500 *w, *h, tmp_w, tmp_h); in gsc_check_crop_change()
502 *h = tmp_h; in gsc_check_crop_change()
524 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_crop() local
543 tmp_h = cr->c.height; in gsc_try_crop()
[all …]
Dgsc-core.h397 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
/linux-4.4.14/drivers/media/platform/soc_camera/
Dsoc_scale_crop.c223 unsigned int width = mf->width, height = mf->height, tmp_w, tmp_h; in client_set_fmt() local
259 tmp_h = mf->height; in client_set_fmt()
262 while ((width > tmp_w || height > tmp_h) && in client_set_fmt()
263 tmp_w < max_width && tmp_h < max_height) { in client_set_fmt()
265 tmp_h = min(2 * tmp_h, max_height); in client_set_fmt()
267 mf->height = tmp_h; in client_set_fmt()
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispresizer.c156 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()
/linux-4.4.14/drivers/block/
Dcciss.c3710 struct ctlr_info *test_h, *tmp_h; in remove_from_scan_list() local
3713 list_for_each_entry_safe(test_h, tmp_h, &scan_q, scan_list) { in remove_from_scan_list()