Searched refs:rowDest (Results 1 – 1 of 1) sorted by relevance
80 uint32_t* rowDest = dst + r*dstStridePixels; in copyNV21toRGB32() local85 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol]); in copyNV21toRGB32()116 uint32_t* rowDest = dst + r*dstStridePixels; in copyYV12toRGB32() local119 rowDest[c] = yuvToRgbx(rowY[c], rowU[c], rowV[c]); in copyYV12toRGB32()