Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DFormatConvert.cpp83 unsigned uCol = (c & ~1); // uCol is always even and repeats 1:2 with Y values in copyNV21toRGB32() local
84 unsigned vCol = uCol | 1; // vCol is always odd in copyNV21toRGB32()
85 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol]); in copyNV21toRGB32()