Home
last modified time | relevance | path

Searched refs:pix_min (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c424 min_w = variant->pix_min->org_w; in gsc_try_fmt_mplane()
425 min_h = variant->pix_min->org_h; in gsc_try_fmt_mplane()
427 min_w = variant->pix_min->target_rot_dis_w; in gsc_try_fmt_mplane()
428 min_h = variant->pix_min->target_rot_dis_h; in gsc_try_fmt_mplane()
562 min_w = variant->pix_min->target_rot_en_w; in gsc_try_selection()
563 min_h = variant->pix_min->target_rot_en_h; in gsc_try_selection()
567 min_w = variant->pix_min->target_rot_dis_w; in gsc_try_selection()
568 min_h = variant->pix_min->target_rot_dis_h; in gsc_try_selection()
988 .pix_min = &gsc_v_100_min,
1001 .pix_min = &gsc_v_100_min,
[all …]
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_core.h124 struct mtk_mdp_pix_limit *pix_min; member