Searched refs:row_depth (Results 1 – 5 of 5) sorted by relevance
| /drivers/media/platform/mediatek/mdp3/ |
| A D | mdp_cfg_data.c | 825 .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 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() 333 / fmt->row_depth[0]; in mdp_fmt_get_stride() 369 bytesperline = (stride * fmt->row_depth[0]) in mdp_fmt_get_plane_size()
|
| A D | mtk-mdp3-regs.h | 258 u8 row_depth[VIDEO_MAX_PLANES]; member
|
| /drivers/media/platform/mediatek/mdp/ |
| A 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() 654 frame->fmt->row_depth[i]) / 8; in mtk_mdp_m2m_g_fmt_mplane()
|
| A D | mtk_mdp_core.h | 64 u8 row_depth[VIDEO_MAX_PLANES]; member
|
Completed in 48 milliseconds