Lines Matching refs:bpl
83 cx25821_sram_channel_setup(dev, channel, buf->bpl, buf->risc.dma); in cx25821_start_video_dma()
172 buf->bpl = (chan->fmt->depth * chan->width) >> 3; in cx25821_buffer_prepare()
174 buf->bpl = (chan->fmt->depth >> 3) * chan->width; in cx25821_buffer_prepare()
176 if (vb2_plane_size(vb, 0) < chan->height * buf->bpl) in cx25821_buffer_prepare()
178 vb2_set_plane_payload(vb, 0, chan->height * buf->bpl); in cx25821_buffer_prepare()
182 bpl_local = buf->bpl; in cx25821_buffer_prepare()
184 bpl_local = buf->bpl; /* Default */ in cx25821_buffer_prepare()
198 buf->bpl, 0, chan->height); in cx25821_buffer_prepare()
203 buf->bpl, 0, chan->height); in cx25821_buffer_prepare()
218 0, buf->bpl * (chan->height >> 1), in cx25821_buffer_prepare()
219 buf->bpl, 0, chan->height >> 1); in cx25821_buffer_prepare()
224 buf->bpl * (chan->height >> 1), 0, in cx25821_buffer_prepare()
225 buf->bpl, 0, chan->height >> 1); in cx25821_buffer_prepare()