Home
last modified time | relevance | path

Searched refs:srcStridePixels (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/evs/support_library/
DFormatConvert.cpp130 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()
DFormatConvert.h60 void* src, unsigned srcStridePixels,
/packages/services/Car/cpp/evs/apps/default/
DFormatConvert.cpp127 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()
DFormatConvert.h62 void* src, unsigned srcStridePixels,
/packages/services/Car/cpp/evs/sampleDriver/
DbufferCopy.cpp175 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/
DEvsEmulatedCamera.cpp63 unsigned srcStridePixels = srcStride / 2; in fillRGBAFromYUYV() local
67 srcStridePixels / 2 - width / 2; // 2 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV()