Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFormatConvert.cpp118 uint8_t* rowV = srcV + (r/2 * strideColor); in copyYV12toRGB32() local
123 rowDest[c] = yuvToRgbx(rowY[c], rowU[c], rowV[c]); in copyYV12toRGB32()