Searched refs:dstStridePixels (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/evs/support_library/ |
D | FormatConvert.cpp | 66 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()
|
D | FormatConvert.h | 34 uint32_t* dst, unsigned dstStridePixels); 44 uint32_t* dst, unsigned dstStridePixels); 61 void* dst, unsigned dstStridePixels,
|
/packages/services/Car/evs/apps/default/ |
D | FormatConvert.cpp | 63 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()
|
D | FormatConvert.h | 36 uint32_t* dst, unsigned dstStridePixels); 46 uint32_t* dst, unsigned dstStridePixels); 63 void* dst, unsigned dstStridePixels,
|
/packages/services/Car/evs/sampleDriver/ |
D | bufferCopy.cpp | 158 unsigned dstStridePixels = pDesc->stride; in fillRGBAFromYUYV() local 161 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV() 211 unsigned dstStridePixels = pDesc->stride; in fillYUYVFromUYVY() local 214 const int dstRowPadding32 = dstStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY()
|