Searched refs:dstStridePixels (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/automotive/evs/1.0/vts/functional/ |
D | FormatConvert.cpp | 72 uint32_t* dst, unsigned dstStridePixels, in copyNV21toRGB32() argument 91 uint32_t* rowDest = dst + r*dstStridePixels; in copyNV21toRGB32() 104 uint32_t* dst, unsigned dstStridePixels, in copyYV12toRGB32() argument 128 uint32_t* rowDest = dst + r*dstStridePixels; in copyYV12toRGB32() 139 uint32_t* dst, unsigned dstStridePixels, in copyYUYVtoRGB32() argument 145 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32() 172 uint32_t* dst, unsigned dstStridePixels) in copyNV21toBGR32() argument 174 return copyNV21toRGB32(width, height, src, dst, dstStridePixels, true); in copyNV21toBGR32() 180 uint32_t* dst, unsigned dstStridePixels) in copyYV12toBGR32() argument 182 return copyYV12toRGB32(width, height, src, dst, dstStridePixels, true); in copyYV12toBGR32() [all …]
|
D | FormatConvert.h | 30 uint32_t* dst, unsigned dstStridePixels, 35 uint32_t* dst, unsigned dstStridePixels); 45 uint32_t* dst, unsigned dstStridePixels, 50 uint32_t* dst, unsigned dstStridePixels); 71 void* dst, unsigned dstStridePixels,
|