Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp79 uint32_t* dst, unsigned dstStridePixels, in copyNV21toRGB32() argument
98 uint32_t* rowDest = dst + r*dstStridePixels; in copyNV21toRGB32()
111 uint32_t* dst, unsigned dstStridePixels, in copyYV12toRGB32() argument
135 uint32_t* rowDest = dst + r*dstStridePixels; in copyYV12toRGB32()
146 uint32_t* dst, unsigned dstStridePixels, in copyYUYVtoRGB32() argument
152 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32()
179 uint32_t* dst, unsigned dstStridePixels) in copyNV21toBGR32() argument
181 return copyNV21toRGB32(width, height, src, dst, dstStridePixels, true); in copyNV21toBGR32()
187 uint32_t* dst, unsigned dstStridePixels) in copyYV12toBGR32() argument
189 return copyYV12toRGB32(width, height, src, dst, dstStridePixels, true); in copyYV12toBGR32()
[all …]
/hardware/interfaces/automotive/evs/common/utils/default/include/
DFormatConvert.h38 uint32_t* dst, unsigned dstStridePixels,
43 uint32_t* dst, unsigned dstStridePixels);
53 uint32_t* dst, unsigned dstStridePixels,
58 uint32_t* dst, unsigned dstStridePixels);
79 void* dst, unsigned dstStridePixels,