Searched refs:pIndex (Results 1 – 4 of 4) sorted by relevance
52 OMX_U8 * pIndex, in armVCM4P2_FillVLDBuffer() argument57 for (;storeRun > 0; storeRun--, (*pIndex)++) in armVCM4P2_FillVLDBuffer()59 pDst[pZigzagTable[*pIndex]] = 0; in armVCM4P2_FillVLDBuffer()64 pDst[pZigzagTable[*pIndex]] = -storeLevel; in armVCM4P2_FillVLDBuffer()68 pDst[pZigzagTable[*pIndex]] = storeLevel; in armVCM4P2_FillVLDBuffer()70 (*pIndex)++; in armVCM4P2_FillVLDBuffer()75 while (*pIndex < 64) in armVCM4P2_FillVLDBuffer()77 pDst[pZigzagTable[*pIndex]] = 0; in armVCM4P2_FillVLDBuffer()78 (*pIndex)++; in armVCM4P2_FillVLDBuffer()
652 int pIndex = subStr.indexOf(PhoneNumberUtils.PAUSE); in getRemainingPostDialString() local654 if (wIndex > 0 && (wIndex < pIndex || pIndex <= 0)) { in getRemainingPostDialString()656 } else if (pIndex > 0) { in getRemainingPostDialString()657 subStr = subStr.substring(0, pIndex); in getRemainingPostDialString()
341 int pIndex, wIndex; in indexOfLastNetworkChar() local347 pIndex = a.indexOf(PAUSE); in indexOfLastNetworkChar()350 trimIndex = minPositive(pIndex, wIndex); in indexOfLastNetworkChar()
1323 int pIndex = Integer.parseInt(providerString, 16); in readStateFromFileLocked() local1324 id.provider = loadedProviders.get(pIndex); in readStateFromFileLocked()1327 + pIndex + " which is " + id.provider); in readStateFromFileLocked()