Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp145 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() argument
151 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32()
194 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoBGR32() argument
197 return copyYUYVtoRGB32(width, height, src, srcStridePixels, dst, dstStridePixels, true); in copyYUYVtoBGR32()
202 void* src, unsigned srcStridePixels, in copyMatchedInterleavedFormats() argument
210 src = (uint8_t*)src + srcStridePixels * pixelSize; in copyMatchedInterleavedFormats()
/hardware/interfaces/automotive/evs/common/utils/default/include/
DFormatConvert.h78 void* src, unsigned srcStridePixels,