Home
last modified time | relevance | path

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

/drivers/media/platform/mediatek/mdp3/
A Dmdp_cfg_data.c825 .row_depth = { 8 },
906 .row_depth = { 8 },
915 .row_depth = { 8 },
924 .row_depth = { 8 },
933 .row_depth = { 8 },
942 .row_depth = { 8 },
950 .row_depth = { 8 },
958 .row_depth = { 8 },
965 .row_depth = { 8 },
1046 .row_depth = { 8 },
[all …]
A Dmtk-mdp3-regs.c186 u32 min_bpl = (pix_mp->width * fmt->row_depth[i]) >> 3; in mdp_try_fmt_mplane()
187 u32 max_bpl = (pix_limit->wmax * fmt->row_depth[i]) >> 3; in mdp_try_fmt_mplane()
197 min_si = (u32)div_u64(di, fmt->row_depth[i]); in mdp_try_fmt_mplane()
199 max_si = (u32)div_u64(di, fmt->row_depth[i]); in mdp_try_fmt_mplane()
333 / fmt->row_depth[0]; in mdp_fmt_get_stride()
369 bytesperline = (stride * fmt->row_depth[0]) in mdp_fmt_get_plane_size()
A Dmtk-mdp3-regs.h258 u8 row_depth[VIDEO_MAX_PLANES]; member
/drivers/media/platform/mediatek/mdp/
A Dmtk_mdp_m2m.c52 .row_depth = { 8, 8 },
60 .row_depth = { 8, 8 },
68 .row_depth = { 8, 4, 4 },
76 .row_depth = { 8 },
242 int bpl = (pix_mp->width * fmt->row_depth[i]) / 8; in mtk_mdp_try_fmt_mplane()
654 frame->fmt->row_depth[i]) / 8; in mtk_mdp_m2m_g_fmt_mplane()
A Dmtk_mdp_core.h64 u8 row_depth[VIDEO_MAX_PLANES]; member

Completed in 48 milliseconds