Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/mdp/
Dmtk_mdp_m2m.c33 u16 org_w; member
42 .org_w = 16,
92 .org_w = 16,
102 .org_w = 2,
156 int org_w, org_h, step_w, step_h; in mtk_mdp_bound_align_image() local
159 org_w = *w; in mtk_mdp_bound_align_image()
167 if (*w < org_w && (*w + step_w) <= wmax) in mtk_mdp_bound_align_image()
181 u32 min_w, min_h, org_w, org_h; in mtk_mdp_try_fmt_mplane() local
208 align_w = variant->pix_align->org_w; in mtk_mdp_try_fmt_mplane()
211 align_w = fmt->align->org_w; in mtk_mdp_try_fmt_mplane()
[all …]
Dmtk_mdp_core.h41 u16 org_w; member
/linux-6.1.9/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-regs.c320 unsigned int org_w, org_h; in mdp_bound_align_image() local
322 org_w = *w; in mdp_bound_align_image()
328 s->min_width = org_w; in mdp_bound_align_image()
378 u32 org_w, org_h; in mdp_try_fmt_mplane() local
412 org_w = pix_mp->width; in mdp_try_fmt_mplane()
416 if (org_w != pix_mp->width || org_h != pix_mp->height) in mdp_try_fmt_mplane()
418 org_w, org_h, pix_mp->width, pix_mp->height); in mdp_try_fmt_mplane()
/linux-6.1.9/drivers/media/platform/samsung/exynos-gsc/
Dgsc-core.h261 u16 org_w; member
273 u16 org_w; member
Dgsc-core.c418 mod_x = ffs(variant->pix_align->org_w) - 1; in gsc_try_fmt_mplane()
425 min_w = variant->pix_min->org_w; in gsc_try_fmt_mplane()
967 .org_w = 64,
979 .org_w = 16, /* yuv420 : 16, others : 8 */