Searched refs:cellRow (Results 1 – 1 of 1) sorted by relevance
118 for (unsigned cellRow = 0; cellRow < pDesc->height/2; cellRow++) { in fillNV21FromYUYV() local121 uint8_t* yTopRow = tgt + (cellRow*2) * strideLum; in fillNV21FromYUYV()123 uint8_t* uvRow = (tgt + sizeY) + cellRow * strideColor; in fillNV21FromYUYV()