Searched refs:row_depth (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mdp_cfg_data.c | 825 .row_depth = { 8 }, 832 .row_depth = { 16 }, 839 .row_depth = { 16 }, 846 .row_depth = { 24 }, 853 .row_depth = { 24 }, 860 .row_depth = { 32 }, 867 .row_depth = { 32 }, 874 .row_depth = { 16 }, 882 .row_depth = { 16 }, 890 .row_depth = { 16 }, [all …]
|
| H 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()
|
| H A D | mtk-mdp3-regs.h | 258 u8 row_depth[VIDEO_MAX_PLANES]; member
|
| /linux/drivers/media/platform/mediatek/mdp/ |
| H 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()
|
| H A D | mtk_mdp_core.h | 64 u8 row_depth[VIDEO_MAX_PLANES]; member
|