Searched defs:srcStridePixels (Results 1 – 5 of 5) sorted by relevance
/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() 144 unsigned srcStridePixels, void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats()
|
/packages/services/Car/cpp/evs/support_library/ |
D | FormatConvert.cpp | 116 void copyYUYVtoRGB32(unsigned width, unsigned height, uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() 147 unsigned srcStridePixels, void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats()
|
/packages/services/Car/cpp/evs/v4l2_hal/aidl/src/ |
D | bufferCopy.cpp | 203 unsigned srcStridePixels = imgStride / 2; in fillYUYVFromUYVY() local
|
/packages/services/Car/cpp/evs/v4l2_hal/hidl/ |
D | bufferCopy.cpp | 202 unsigned srcStridePixels = imgStride; in fillYUYVFromUYVY() local
|
/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | EvsEmulatedCamera.cpp | 61 unsigned srcStridePixels = srcStride / 2; in fillRGBAFromYUYV() local
|