Searched refs:rowDest (Results 1 – 1 of 1) sorted by relevance
91 uint32_t* rowDest = dst + r*dstStridePixels; in copyNV21toRGB32() local96 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol], bgrxFormat); in copyNV21toRGB32()128 uint32_t* rowDest = dst + r*dstStridePixels; in copyYV12toRGB32() local131 rowDest[c] = yuvToRgbx(rowY[c], rowU[c], rowV[c], bgrxFormat); in copyYV12toRGB32()