Searched refs:row_depth (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/media/platform/mediatek/mdp3/ |
D | mdp_cfg_data.c | 169 .row_depth = { 8 }, 176 .row_depth = { 16 }, 183 .row_depth = { 16 }, 190 .row_depth = { 24 }, 197 .row_depth = { 24 }, 204 .row_depth = { 32 }, 211 .row_depth = { 32 }, 218 .row_depth = { 16 }, 226 .row_depth = { 16 }, 234 .row_depth = { 16 }, [all …]
|
D | mtk-mdp3-regs.c | 186 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() 315 / fmt->row_depth[0]; in mdp_fmt_get_stride() 351 bytesperline = (stride * fmt->row_depth[0]) in mdp_fmt_get_plane_size()
|
D | mtk-mdp3-regs.h | 258 u8 row_depth[VIDEO_MAX_PLANES]; member
|
/Linux-v6.6/drivers/media/platform/mediatek/mdp/ |
D | mtk_mdp_m2m.c | 52 .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() 656 frame->fmt->row_depth[i]) / 8; in mtk_mdp_m2m_g_fmt_mplane()
|
D | mtk_mdp_core.h | 64 u8 row_depth[VIDEO_MAX_PLANES]; member
|