Lines Matching refs:bpl
37 unsigned int offset, unsigned int bpl, in bttv_risc_packed() argument
51 instructions += (1 + ((bpl + padding) * store_lines) in bttv_risc_packed()
64 BT848_RISC_EOL | bpl); in bttv_risc_packed()
77 if (bpl <= sg_dma_len(sg)-offset) { in bttv_risc_packed()
80 BT848_RISC_EOL|bpl); in bttv_risc_packed()
82 offset+=bpl; in bttv_risc_packed()
85 todo = bpl; in bttv_risc_packed()
708 int bpl = (buf->fmt->depth >> 3) * buf->vb.width; in bttv_buffer_risc() local
709 int bpf = bpl * (buf->vb.height >> 1); in bttv_buffer_risc()
718 /* offset */ 0,bpl, in bttv_buffer_risc()
724 0,bpl,0,0,buf->vb.height); in bttv_buffer_risc()
728 0,bpl,bpl,0,buf->vb.height >> 1); in bttv_buffer_risc()
730 bpl,bpl,bpl,0,buf->vb.height >> 1); in bttv_buffer_risc()
734 0,bpl,0,0,buf->vb.height >> 1); in bttv_buffer_risc()
736 bpf,bpl,0,0,buf->vb.height >> 1); in bttv_buffer_risc()