Searched refs:nYIndex (Results 1 – 1 of 1) sorted by relevance
212 int32_t nYIndex = 0; in ConvertRgbaToYuv() local233 pDstArray[nYIndex++] = (uint8_t)((y < 0) ? 0 : ((y > 255) ? 255 : y)); in ConvertRgbaToYuv()245 nYIndex += padLen; in ConvertRgbaToYuv()