Searched refs:dstStridePixels (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/evs/app/ |
D | FormatConvert.cpp | 62 uint32_t* dst, unsigned dstStridePixels) in copyNV21toRGB32() argument 80 uint32_t* rowDest = dst + r*dstStridePixels; in copyNV21toRGB32() 93 uint32_t* dst, unsigned dstStridePixels) in copyYV12toRGB32() argument 116 uint32_t* rowDest = dst + r*dstStridePixels; in copyYV12toRGB32() 127 uint32_t* dst, unsigned dstStridePixels) in copyYUYVtoRGB32() argument 132 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32() 159 void* dst, unsigned dstStridePixels, in copyMatchedInterleavedFormats() argument 167 dst = (uint8_t*)dst + dstStridePixels * pixelSize; in copyMatchedInterleavedFormats()
|
D | FormatConvert.h | 30 uint32_t* dst, unsigned dstStridePixels); 40 uint32_t* dst, unsigned dstStridePixels); 57 void* dst, unsigned dstStridePixels,
|
/packages/services/Car/evs/sampleDriver/ |
D | bufferCopy.cpp | 152 unsigned dstStridePixels = tgtBuff.stride; in fillRGBAFromYUYV() local 155 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV() 201 unsigned dstStridePixels = tgtBuff.stride; in fillYUYVFromUYVY() local 204 const int dstRowPadding32 = dstStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY()
|