Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DFormatConvert.cpp126 uint8_t* src, unsigned srcStridePixels, in copyYUYVtoRGB32() argument
131 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32()
158 void* src, unsigned srcStridePixels, in copyMatchedInterleavedFormats() argument
166 src = (uint8_t*)src + srcStridePixels * pixelSize; in copyMatchedInterleavedFormats()
DFormatConvert.h56 void* src, unsigned srcStridePixels,
/packages/services/Car/evs/sampleDriver/
DbufferCopy.cpp151 unsigned srcStridePixels = imgStride / 2; in fillRGBAFromYUYV() local
154 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV()
200 unsigned srcStridePixels = imgStride / 2; in fillYUYVFromUYVY() local
203 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY()