Searched refs:row_depth (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/mediatek/mdp3/ |
A D | mtk-mdp3-regs.c | 23 .row_depth = { 8 }, 30 .row_depth = { 16 }, 37 .row_depth = { 16 }, 44 .row_depth = { 24 }, 51 .row_depth = { 24 }, 58 .row_depth = { 32 }, 65 .row_depth = { 32 }, 72 .row_depth = { 16 }, 104 .row_depth = { 8 }, 113 .row_depth = { 8 }, [all …]
|
A D | mtk-mdp3-regs.h | 257 u8 row_depth[VIDEO_MAX_PLANES]; member
|
/linux-6.3-rc2/drivers/media/platform/mediatek/mdp/ |
A D | mtk_mdp_core.h | 64 u8 row_depth[VIDEO_MAX_PLANES]; member
|
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() 656 frame->fmt->row_depth[i]) / 8; in mtk_mdp_m2m_g_fmt_mplane()
|
Completed in 9 milliseconds