Searched refs:dstStridePixels (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/automotive/evs/1.0/vts/functional/ |
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 | 30 uint32_t* dst, unsigned dstStridePixels); 40 uint32_t* dst, unsigned dstStridePixels); 57 void* dst, unsigned dstStridePixels,
|