Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/support_library/
DFormatConvert.cpp78 unsigned uCol = (c & ~1); // uCol is always even and repeats 1:2 with Y values in copyNV21toRGB32() local
79 unsigned vCol = uCol | 1; // vCol is always odd in copyNV21toRGB32()
80 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol]); in copyNV21toRGB32()
/packages/services/Car/cpp/evs/apps/default/src/
DFormatConvert.cpp75 unsigned uCol = (c & ~1); // uCol is always even and repeats 1:2 with Y values in copyNV21toRGB32() local
76 unsigned vCol = uCol | 1; // vCol is always odd in copyNV21toRGB32()
77 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol]); in copyNV21toRGB32()