Lines Matching refs:bpl
49 unsigned int offset, unsigned int bpl, in bttv_risc_packed() argument
63 instructions += (1 + ((bpl + padding) * store_lines) in bttv_risc_packed()
76 BT848_RISC_EOL | bpl); in bttv_risc_packed()
89 if (bpl <= sg_dma_len(sg)-offset) { in bttv_risc_packed()
92 BT848_RISC_EOL|bpl); in bttv_risc_packed()
94 offset+=bpl; in bttv_risc_packed()
97 todo = bpl; in bttv_risc_packed()
718 int bpl = (buf->fmt->depth >> 3) * buf->vb.width; in bttv_buffer_risc() local
719 int bpf = bpl * (buf->vb.height >> 1); in bttv_buffer_risc()
728 /* offset */ 0,bpl, in bttv_buffer_risc()
734 0,bpl,0,0,buf->vb.height); in bttv_buffer_risc()
738 0,bpl,bpl,0,buf->vb.height >> 1); in bttv_buffer_risc()
740 bpl,bpl,bpl,0,buf->vb.height >> 1); in bttv_buffer_risc()
744 0,bpl,0,0,buf->vb.height >> 1); in bttv_buffer_risc()
746 bpf,bpl,0,0,buf->vb.height >> 1); in bttv_buffer_risc()