Searched refs:org_w (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_m2m.c | 41 u16 org_w; member 50 .org_w = 16, 100 .org_w = 16, 110 .org_w = 2, 164 int org_w, org_h, step_w, step_h; in mtk_mdp_bound_align_image() local 167 org_w = *w; in mtk_mdp_bound_align_image() 175 if (*w < org_w && (*w + step_w) <= wmax) in mtk_mdp_bound_align_image() 189 u32 min_w, min_h, org_w, org_h; in mtk_mdp_try_fmt_mplane() local 217 align_w = variant->pix_align->org_w; in mtk_mdp_try_fmt_mplane() 220 align_w = fmt->align->org_w; in mtk_mdp_try_fmt_mplane() [all …]
|
D | mtk_mdp_core.h | 51 u16 org_w; member
|
/Linux-v4.19/drivers/media/platform/exynos-gsc/ |
D | gsc-core.h | 267 u16 org_w; member 279 u16 org_w; member
|
D | gsc-core.c | 445 mod_x = ffs(variant->pix_align->org_w) - 1; in gsc_try_fmt_mplane() 452 min_w = variant->pix_min->org_w; in gsc_try_fmt_mplane() 1007 .org_w = 64, 1019 .org_w = 16, /* yuv420 : 16, others : 8 */
|