Searched defs:srcStridePixels (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/hardware/interfaces/automotive/evs/common/utils/default/ |
H A D | FormatConvert.cpp | 145 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() 194 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoBGR32() 202 void* src, unsigned srcStridePixels, in copyMatchedInterleavedFormats()
|
/aosp_15_r20/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()
|
/aosp_15_r20/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()
|
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
D | bufferCopy.cpp | 172 unsigned srcStridePixels = imgStride / 2; in fillYUYVFromUYVY() local
|
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/hidl/ |
D | bufferCopy.cpp | 202 unsigned srcStridePixels = imgStride; in fillYUYVFromUYVY() local
|
/aosp_15_r20/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | EvsEmulatedCamera.cpp | 61 unsigned srcStridePixels = srcStride / 2; in fillRGBAFromYUYV() local
|