Lines Matching refs:voffset
118 unsigned int uoffset, unsigned int voffset,
190 while (voffset && voffset >= sg_dma_len(vsg)) {
191 voffset -= sg_dma_len(vsg);
197 if (voffset + (ylen>>hshift) > sg_dma_len(vsg))
198 ylen = (sg_dma_len(vsg) - voffset) << hshift;
217 *(rp++)=cpu_to_le32(sg_dma_address(vsg)+voffset);
218 voffset += ylen >> hshift;
224 voffset += cpadding;
745 int uoffset, voffset;
750 voffset = buf->vb.width * buf->vb.height;
755 uoffset += voffset;
758 voffset >>= buf->fmt->hshift;
759 voffset >>= buf->fmt->vshift;
760 voffset += uoffset;
770 uoffset,voffset,buf->fmt->hshift,
779 uoffset,voffset,buf->fmt->hshift,
792 uoffset,voffset,
800 voffset+cpadding,
816 voffset >> 1,
824 lines * ypadding + (voffset >> 1),