Searched refs:dstStridePixels (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/cpp/evs/support_library/ |
D | FormatConvert.cpp | 58 unsigned dstStridePixels) { in copyNV21toRGB32() argument 75 uint32_t* rowDest = dst + r * dstStridePixels; in copyNV21toRGB32() 86 unsigned dstStridePixels) { in copyYV12toRGB32() argument 108 uint32_t* rowDest = dst + r * dstStridePixels; in copyYV12toRGB32() 117 uint32_t* dst, unsigned dstStridePixels) { in copyYUYVtoRGB32() argument 122 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32() 147 unsigned srcStridePixels, void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats() argument 155 dst = (uint8_t*)dst + dstStridePixels * pixelSize; in copyMatchedInterleavedFormats()
|
D | FormatConvert.h | 34 unsigned dstStridePixels); 42 unsigned dstStridePixels); 55 unsigned srcStridePixels, void* dst, unsigned dstStridePixels,
|
/packages/services/Car/cpp/evs/apps/default/src/ |
D | FormatConvert.cpp | 55 unsigned dstStridePixels) { in copyNV21toRGB32() argument 72 uint32_t* rowDest = dst + r * dstStridePixels; in copyNV21toRGB32() 83 unsigned dstStridePixels) { in copyYV12toRGB32() argument 105 uint32_t* rowDest = dst + r * dstStridePixels; in copyYV12toRGB32() 114 uint32_t* dst, unsigned dstStridePixels) { in copyYUYVtoRGB32() argument 119 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32() 144 unsigned srcStridePixels, void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats() argument 152 dst = (uint8_t*)dst + dstStridePixels * pixelSize; in copyMatchedInterleavedFormats()
|
/packages/services/Car/cpp/evs/apps/default/inc/ |
D | FormatConvert.h | 29 unsigned dstStridePixels); 37 unsigned dstStridePixels); 50 unsigned srcStridePixels, void* dst, unsigned dstStridePixels,
|
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
D | bufferCopy.cpp | 163 unsigned dstStridePixels = pDesc->stride; in fillYUYVFromUYVY() local 168 dstStridePixels / 2 - width / 2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY()
|
/packages/services/Car/cpp/evs/sampleDriver/hidl/ |
D | bufferCopy.cpp | 203 unsigned dstStridePixels = pDesc->stride; in fillYUYVFromUYVY() local 208 dstStridePixels / 2 - width / 2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY()
|
/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | EvsEmulatedCamera.cpp | 62 unsigned dstStridePixels = pDesc->stride; in fillRGBAFromYUYV() local 66 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV()
|