Lines Matching refs:bpl
83 cx25821_sram_channel_setup(dev, channel, buf->bpl, buf->risc.dma); in cx25821_start_video_dma()
174 buf->bpl = (chan->fmt->depth * chan->width) >> 3; in cx25821_buffer_prepare()
176 buf->bpl = (chan->fmt->depth >> 3) * chan->width; in cx25821_buffer_prepare()
178 if (vb2_plane_size(vb, 0) < chan->height * buf->bpl) in cx25821_buffer_prepare()
180 vb2_set_plane_payload(vb, 0, chan->height * buf->bpl); in cx25821_buffer_prepare()
184 bpl_local = buf->bpl; in cx25821_buffer_prepare()
186 bpl_local = buf->bpl; /* Default */ in cx25821_buffer_prepare()
200 buf->bpl, 0, chan->height); in cx25821_buffer_prepare()
205 buf->bpl, 0, chan->height); in cx25821_buffer_prepare()
220 0, buf->bpl * (chan->height >> 1), in cx25821_buffer_prepare()
221 buf->bpl, 0, chan->height >> 1); in cx25821_buffer_prepare()
226 buf->bpl * (chan->height >> 1), 0, in cx25821_buffer_prepare()
227 buf->bpl, 0, chan->height >> 1); in cx25821_buffer_prepare()