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.cpp126 uint8_t* rowV = srcV + (r/2 * strideColor); in copyYV12toRGB32() local
131 rowDest[c] = yuvToRgbx(rowY[c], rowU[c], rowV[c], bgrxFormat); in copyYV12toRGB32()