Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp101 unsigned uCol = (c & ~1); // uCol is always even and repeats 1:2 with Y values in copyNV21toRGB32() local
102 unsigned vCol = uCol | 1; // vCol is always odd in copyNV21toRGB32()
103 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol], bgrxFormat); in copyNV21toRGB32()