Searched refs:nIndex (Results 1 – 3 of 3) sorted by relevance
219 int32_t nIndex = width * j; in ConvertRgbaToYuv() local222 r = (pSrcArray[nIndex] & 0xff0000) >> 16; in ConvertRgbaToYuv()223 g = (pSrcArray[nIndex] & 0xff00) >> 8; in ConvertRgbaToYuv()224 b = (pSrcArray[nIndex] & 0xff) >> 0; in ConvertRgbaToYuv()225 nIndex++; in ConvertRgbaToYuv()235 if (j % 2 == 0 && nIndex % 2 == 0) in ConvertRgbaToYuv()
154 for (int32_t nIndex = 1; nIndex <= lostCount; nIndex++) in ProcessData() local161 uint16_t lostSeq = mLastPlayedSeq + (uint16_t)nIndex; in ProcessData()
318 uint32_t nIndex = 0; in Get() local324 for (nIndex = 0; mDataQueue.GetNext(&pEntry); nIndex++) in Get()329 nIndex, mDataQueue.GetCount(), pEntry->bValid, pEntry->nSeqNum, pEntry->bMark, in Get()387 nHeaderIndex = nIndex; in Get()407 uint32_t nMarkIndex = nIndex; in Get()