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