Home
last modified time | relevance | path

Searched refs:dstPitch (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.h222 int srcPitchuv, int dstPitch, int h, int w);
227 void *dst, int srcPitch, int dstPitch, int h, int w);
H A Dxf86xv.c1865 int srcPitchuv, int dstPitch, int h, int w) in xf86XVCopyYUV12ToPacked() argument
1912 dst = (CARD8 *) dst + dstPitch; in xf86XVCopyYUV12ToPacked()
1923 void *dst, int srcPitch, int dstPitch, int h, int w) in xf86XVCopyPacked() argument
1956 dst = (CARD8 *) dst + dstPitch; in xf86XVCopyPacked()