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