Home
last modified time | relevance | path

Searched refs:dstStridePixels (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/evs/support_library/
DFormatConvert.cpp66 uint32_t* dst, unsigned dstStridePixels) in copyNV21toRGB32() argument
84 uint32_t* rowDest = dst + r*dstStridePixels; in copyNV21toRGB32()
97 uint32_t* dst, unsigned dstStridePixels) in copyYV12toRGB32() argument
120 uint32_t* rowDest = dst + r*dstStridePixels; in copyYV12toRGB32()
131 uint32_t* dst, unsigned dstStridePixels) in copyYUYVtoRGB32() argument
136 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32()
163 void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats() argument
171 dst = (uint8_t*)dst + dstStridePixels * pixelSize; in copyMatchedInterleavedFormats()
DFormatConvert.h34 uint32_t* dst, unsigned dstStridePixels);
44 uint32_t* dst, unsigned dstStridePixels);
61 void* dst, unsigned dstStridePixels,
/packages/services/Car/cpp/evs/apps/default/
DFormatConvert.cpp63 uint32_t* dst, unsigned dstStridePixels) in copyNV21toRGB32() argument
81 uint32_t* rowDest = dst + r*dstStridePixels; in copyNV21toRGB32()
94 uint32_t* dst, unsigned dstStridePixels) in copyYV12toRGB32() argument
117 uint32_t* rowDest = dst + r*dstStridePixels; in copyYV12toRGB32()
128 uint32_t* dst, unsigned dstStridePixels) in copyYUYVtoRGB32() argument
133 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32()
160 void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats() argument
168 dst = (uint8_t*)dst + dstStridePixels * pixelSize; in copyMatchedInterleavedFormats()
DFormatConvert.h36 uint32_t* dst, unsigned dstStridePixels);
46 uint32_t* dst, unsigned dstStridePixels);
63 void* dst, unsigned dstStridePixels,
/packages/services/Car/cpp/evs/sampleDriver/
DbufferCopy.cpp176 unsigned dstStridePixels = pDesc->stride; in fillYUYVFromUYVY() local
179 const int dstRowPadding32 = dstStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY()
/packages/services/Car/cpp/evs/manager/1.1/emul/
DEvsEmulatedCamera.cpp64 unsigned dstStridePixels = pDesc->stride; in fillRGBAFromYUYV() local
69 dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV()