Home
last modified time | relevance | path

Searched defs:srcStridePixels (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/evs/apps/default/src/
DFormatConvert.cpp113 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/
DFormatConvert.cpp116 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/
DbufferCopy.cpp203 unsigned srcStridePixels = imgStride / 2; in fillYUYVFromUYVY() local
/packages/services/Car/cpp/evs/v4l2_hal/hidl/
DbufferCopy.cpp202 unsigned srcStridePixels = imgStride; in fillYUYVFromUYVY() local
/packages/services/Car/cpp/evs/manager/1.1/emul/
DEvsEmulatedCamera.cpp61 unsigned srcStridePixels = srcStride / 2; in fillRGBAFromYUYV() local