Lines Matching refs:bpl
66 cx25821_sram_channel_setup(dev, channel, buf->bpl, buf->risc.dma);
155 buf->bpl = (chan->fmt->depth * chan->width) >> 3;
157 buf->bpl = (chan->fmt->depth >> 3) * chan->width;
159 if (vb2_plane_size(vb, 0) < chan->height * buf->bpl)
161 vb2_set_plane_payload(vb, 0, chan->height * buf->bpl);
165 bpl_local = buf->bpl;
167 bpl_local = buf->bpl; /* Default */
181 buf->bpl, 0, chan->height);
186 buf->bpl, 0, chan->height);
201 0, buf->bpl * (chan->height >> 1),
202 buf->bpl, 0, chan->height >> 1);
207 buf->bpl * (chan->height >> 1), 0,
208 buf->bpl, 0, chan->height >> 1);