Home
last modified time | relevance | path

Searched defs:dstRowPadding32 (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/evs/sampleDriver/
DbufferCopy.cpp155 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in fillRGBAFromYUYV() local
204 const int dstRowPadding32 = dstStridePixels/2 - width/2; // 2 bytes per pixel, 4 bytes per word in fillYUYVFromUYVY() local
/packages/services/Car/evs/app/
DFormatConvert.cpp132 const int dstRowPadding32 = dstStridePixels - width; // 4 bytes per pixel, 4 bytes per word in copyYUYVtoRGB32() local