Lines Matching refs:row_depth
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 },
80 .row_depth = { 16 },
88 .row_depth = { 16 },
96 .row_depth = { 16 },
104 .row_depth = { 8 },
113 .row_depth = { 8 },
122 .row_depth = { 8 },
131 .row_depth = { 8 },
140 .row_depth = { 8 },
148 .row_depth = { 8 },
156 .row_depth = { 8 },
163 .row_depth = { 8 },
170 .row_depth = { 8, 8 },
179 .row_depth = { 8, 8 },
188 .row_depth = { 8, 8 },
197 .row_depth = { 8, 8 },
206 .row_depth = { 8, 8 },
214 .row_depth = { 8, 8 },
222 .row_depth = { 8, 4, 4 },
231 .row_depth = { 8, 4, 4 },
426 u32 min_bpl = (pix_mp->width * fmt->row_depth[i]) >> 3; in mdp_try_fmt_mplane()
427 u32 max_bpl = (pix_limit->wmax * fmt->row_depth[i]) >> 3; in mdp_try_fmt_mplane()
436 fmt->row_depth[i]; in mdp_try_fmt_mplane()
438 fmt->row_depth[i]; in mdp_try_fmt_mplane()
554 / fmt->row_depth[0]; in mdp_fmt_get_stride()
590 bytesperline = (stride * fmt->row_depth[0]) in mdp_fmt_get_plane_size()