Searched refs:srcStridePixels (Results 1 – 3 of 3) sorted by relevance
126 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() argument131 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32()158 void* src, unsigned srcStridePixels, in copyMatchedInterleavedFormats() argument166 src = (uint8_t*)src + srcStridePixels * pixelSize; in copyMatchedInterleavedFormats()
56 void* src, unsigned srcStridePixels,
151 unsigned srcStridePixels = imgStride / 2; in fillRGBAFromYUYV() local154 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV()200 unsigned srcStridePixels = imgStride / 2; in fillYUYVFromUYVY() local203 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY()