Searched refs:srcStridePixels (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/cpp/evs/support_library/ |
D | FormatConvert.cpp | 116 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()
|
D | FormatConvert.h | 55 unsigned srcStridePixels, void* dst, unsigned dstStridePixels,
|
/packages/services/Car/cpp/evs/apps/default/src/ |
D | FormatConvert.cpp | 113 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/ |
D | bufferCopy.cpp | 162 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/ |
D | bufferCopy.cpp | 202 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/ |
D | FormatConvert.h | 50 unsigned srcStridePixels, void* dst, unsigned dstStridePixels,
|
/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | EvsEmulatedCamera.cpp | 61 unsigned srcStridePixels = srcStride / 2; in fillRGBAFromYUYV() local 65 srcStridePixels / 2 - width / 2; // 2 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV()
|