Lines Matching refs:depth
45 .depth = { 16 },
53 .depth = { 32 },
61 .depth = { 32 },
69 .depth = { 16 },
77 .depth = { 16 },
89 .depth = { 16 },
98 .depth = { 16 },
107 .depth = { 16 },
116 .depth = { 16 },
125 .depth = { 16 },
133 .depth = { 16 },
141 .depth = { 16 },
149 .depth = { 12 },
157 .depth = { 12 },
166 .depth = { 8, 4 },
174 .depth = { 8, 2, 2 },
182 .depth = { 8, 4 },
190 .depth = { 8 },
199 .depth = { 8 },
451 u32 i, depth = 0; in fimc_prepare_dma_offset() local
454 depth += f->fmt->depth[i]; in fimc_prepare_dma_offset()
458 f->dma_offset.y_h *= (depth >> 3); in fimc_prepare_dma_offset()
744 (bpl == 0 || ((bpl * 8) / fmt->depth[i]) < pix->width)) in fimc_adjust_mplane_format()
745 bpl = (pix->width * fmt->depth[0]) / 8; in fimc_adjust_mplane_format()
759 fmt->depth[i]) / 8, plane_fmt->sizeimage); in fimc_adjust_mplane_format()