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.cpp87 unsigned uCol = (c & ~1); // uCol is always even and repeats 1:2 with Y values in copyNV21toRGB32() local
88 unsigned vCol = uCol | 1; // vCol is always odd in copyNV21toRGB32()
89 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol]); in copyNV21toRGB32()
/packages/services/Car/cpp/evs/apps/default/
DFormatConvert.cpp84 unsigned uCol = (c & ~1); // uCol is always even and repeats 1:2 with Y values in copyNV21toRGB32() local
85 unsigned vCol = uCol | 1; // vCol is always odd in copyNV21toRGB32()
86 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol]); in copyNV21toRGB32()