Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFormatConvert.cpp88 unsigned vCol = uCol | 1; // vCol is always odd in copyNV21toRGB32() local
89 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol]); in copyNV21toRGB32()