Lines Matching refs:bpl
37 unsigned int offset, unsigned int bpl,
48 can cause next bpl to start close to a page border. First DMA
51 instructions += (1 + ((bpl + padding) * store_lines)
64 BT848_RISC_EOL | bpl);
77 if (bpl <= sg_dma_len(sg)-offset) {
80 BT848_RISC_EOL|bpl);
82 offset+=bpl;
85 todo = bpl;
708 int bpl = (buf->fmt->depth >> 3) * buf->vb.width;
709 int bpf = bpl * (buf->vb.height >> 1);
718 /* offset */ 0,bpl,
724 0,bpl,0,0,buf->vb.height);
728 0,bpl,bpl,0,buf->vb.height >> 1);
730 bpl,bpl,bpl,0,buf->vb.height >> 1);
734 0,bpl,0,0,buf->vb.height >> 1);
736 bpf,bpl,0,0,buf->vb.height >> 1);