Searched refs:srcStridePixels (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/cpp/evs/support_library/ |
D | FormatConvert.cpp | 130 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() argument 135 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32() 162 void* src, unsigned srcStridePixels, in copyMatchedInterleavedFormats() argument 170 src = (uint8_t*)src + srcStridePixels * pixelSize; in copyMatchedInterleavedFormats()
|
D | FormatConvert.h | 60 void* src, unsigned srcStridePixels,
|
/packages/services/Car/cpp/evs/apps/default/ |
D | FormatConvert.cpp | 127 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() argument 132 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32() 159 void* src, unsigned srcStridePixels, in copyMatchedInterleavedFormats() argument 167 src = (uint8_t*)src + srcStridePixels * pixelSize; in copyMatchedInterleavedFormats()
|
D | FormatConvert.h | 62 void* src, unsigned srcStridePixels,
|
/packages/services/Car/cpp/evs/sampleDriver/ |
D | bufferCopy.cpp | 175 unsigned srcStridePixels = imgStride / 2; in fillYUYVFromUYVY() local 178 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY()
|
/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | EvsEmulatedCamera.cpp | 63 unsigned srcStridePixels = srcStride / 2; in fillRGBAFromYUYV() local 67 srcStridePixels / 2 - width / 2; // 2 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV()
|