Searched refs:cellRow (Results 1 – 1 of 1) sorted by relevance
114 for (unsigned cellRow = 0; cellRow < tgtBuff.height/2; cellRow++) { in fillNV21FromYUYV() local117 uint8_t* yTopRow = tgt + (cellRow*2) * strideLum; in fillNV21FromYUYV()119 uint8_t* uvRow = (tgt + sizeY) + cellRow * strideColor; in fillNV21FromYUYV()