Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/support_library/
DFormatConvert.cpp116 void copyYUYVtoRGB32(unsigned width, unsigned height, uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() argument
121 srcStridePixels / 2 - width / 2; // 2 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32()
147 unsigned srcStridePixels, void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats() argument
154 src = (uint8_t*)src + srcStridePixels * pixelSize; in copyMatchedInterleavedFormats()
DFormatConvert.h55 unsigned srcStridePixels, void* dst, unsigned dstStridePixels,
/packages/services/Car/cpp/evs/apps/default/src/
DFormatConvert.cpp113 void copyYUYVtoRGB32(unsigned width, unsigned height, uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() argument
118 srcStridePixels / 2 - width / 2; // 2 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32()
144 unsigned srcStridePixels, void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats() argument
151 src = (uint8_t*)src + srcStridePixels * pixelSize; in copyMatchedInterleavedFormats()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DbufferCopy.cpp162 unsigned srcStridePixels = imgStride / 2; in fillYUYVFromUYVY() local
166 srcStridePixels / 2 - width / 2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY()
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DbufferCopy.cpp202 unsigned srcStridePixels = imgStride; in fillYUYVFromUYVY() local
206 srcStridePixels / 2 - width / 2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY()
/packages/services/Car/cpp/evs/apps/default/inc/
DFormatConvert.h50 unsigned srcStridePixels, void* dst, unsigned dstStridePixels,
/packages/services/Car/cpp/evs/manager/1.1/emul/
DEvsEmulatedCamera.cpp61 unsigned srcStridePixels = srcStride / 2; in fillRGBAFromYUYV() local
65 srcStridePixels / 2 - width / 2; // 2 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV()