Home
last modified time | relevance | path

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

/packages/services/Car/evs/sampleDriver/
DbufferCopy.cpp154 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV() local
174 src += srcRowPadding32; in fillRGBAFromYUYV()
203 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY() local
224 src += srcRowPadding32; in fillYUYVFromUYVY()
/packages/services/Car/evs/app/
DFormatConvert.cpp131 const int srcRowPadding32 = srcStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32() local
151 srcWords += srcRowPadding32; in copyYUYVtoRGB32()