Searched refs:srcStridePixels (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/automotive/evs/1.0/vts/functional/ |
D | FormatConvert.cpp | 138 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() argument 144 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32() 187 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoBGR32() argument 190 return copyYUYVtoRGB32(width, height, src, srcStridePixels, dst, dstStridePixels, true); in copyYUYVtoBGR32() 195 void* src, unsigned srcStridePixels, in copyMatchedInterleavedFormats() argument 203 src = (uint8_t*)src + srcStridePixels * pixelSize; in copyMatchedInterleavedFormats()
|
D | FormatConvert.h | 70 void* src, unsigned srcStridePixels,
|