Home
last modified time | relevance | path

Searched refs:min_h (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/media/platform/exynos-gsc/
Dgsc-core.c423 u32 min_w, min_h, tmp_w, tmp_h; in gsc_try_fmt_mplane() local
453 min_h = variant->pix_min->org_h; in gsc_try_fmt_mplane()
456 min_h = variant->pix_min->target_rot_dis_h; in gsc_try_fmt_mplane()
469 &pix_mp->height, min_h, max_h, mod_y, 0); in gsc_try_fmt_mplane()
563 u32 min_w, min_h, max_w, max_h; in gsc_try_crop() local
591 min_h = 32; in gsc_try_crop()
593 min_h = 16; in gsc_try_crop()
604 min_h = variant->pix_min->target_rot_en_h; in gsc_try_crop()
609 min_h = variant->pix_min->target_rot_dis_h; in gsc_try_crop()
613 mod_x, mod_y, min_w, min_h); in gsc_try_crop()
[all …]
/Linux-v4.19/drivers/media/platform/mtk-mdp/
Dmtk_mdp_m2m.c189 u32 min_w, min_h, org_w, org_h; in mtk_mdp_try_fmt_mplane() local
226 min_h = variant->pix_min->org_h; in mtk_mdp_try_fmt_mplane()
229 min_h = variant->pix_min->target_rot_dis_h; in mtk_mdp_try_fmt_mplane()
243 &pix_mp->height, min_h, max_h, align_h); in mtk_mdp_try_fmt_mplane()
293 u32 min_w, min_h, max_w, max_h; in mtk_mdp_try_crop() local
314 min_h = 32; in mtk_mdp_try_crop()
323 min_h = variant->pix_min->target_rot_en_h; in mtk_mdp_try_crop()
328 min_h = variant->pix_min->target_rot_dis_h; in mtk_mdp_try_crop()
333 align_w, align_h, min_w, min_h, new_w, new_h); in mtk_mdp_try_crop()
336 &new_h, min_h, max_h, align_h); in mtk_mdp_try_crop()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-capture.c584 u32 depth, min_w, max_w, min_h, align_h = 3; in fimc_capture_try_format() local
630 min_h = dst->offs_v + dst->height; in fimc_capture_try_format()
633 min_h = var->min_out_pixsize; in fimc_capture_try_format()
641 height, min_h, FIMC_CAMIF_MAX_HEIGHT, in fimc_capture_try_format()
661 u32 max_w, max_h, min_w = 0, min_h = 0, min_sz; in fimc_capture_try_selection() local
685 min_w = min_h = min_sz; in fimc_capture_try_selection()
704 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection()
707 swap(min_w, min_h); in fimc_capture_try_selection()
711 &r->height, min_h, max_h, align_h, in fimc_capture_try_selection()
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_entity.h188 unsigned int min_w, unsigned int min_h,
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-ioctl.c218 int min_h = 2; in cx18_try_fmt_vid_cap() local
225 min_h = 32; in cx18_try_fmt_vid_cap()
228 h = max(h, min_h); in cx18_try_fmt_vid_cap()
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-ioctl.c484 int min_h = 2; in ivtv_try_fmt_vid_cap() local
491 min_h = 32; in ivtv_try_fmt_vid_cap()
494 h = max(h, min_h); in ivtv_try_fmt_vid_cap()