Searched refs:srcStridePixels (Results 1 – 2 of 2) sorted by relevance
130 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() argument135 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32()162 void* src, unsigned srcStridePixels, in copyMatchedInterleavedFormats() argument170 src = (uint8_t*)src + srcStridePixels * pixelSize; in copyMatchedInterleavedFormats()
56 void* src, unsigned srcStridePixels,