Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFormatConvert.cpp82 uint8_t* rowUV = srcUV + (r/2 * strideColor); in copyNV21toRGB32() local
89 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol]); in copyNV21toRGB32()