Searched refs:dstPitch (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86xv.h | 222 int srcPitchuv, int dstPitch, int h, int w); 227 void *dst, int srcPitch, int dstPitch, int h, int w);
|
| H A D | xf86xv.c | 1865 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()
|