Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFormatConvert.cpp130 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() argument
135 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32()
162 void* src, unsigned srcStridePixels, in copyMatchedInterleavedFormats() argument
170 src = (uint8_t*)src + srcStridePixels * pixelSize; in copyMatchedInterleavedFormats()
DFormatConvert.h56 void* src, unsigned srcStridePixels,