Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp102 unsigned vCol = uCol | 1; // vCol is always odd in copyNV21toRGB32() local
103 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol], bgrxFormat); in copyNV21toRGB32()