Home
last modified time | relevance | path

Searched refs:pIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
DarmVCM4P2_FillVLDBuffer.c52 OMX_U8 * pIndex, in armVCM4P2_FillVLDBuffer() argument
57 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()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCdmaConnection.java652 int pIndex = subStr.indexOf(PhoneNumberUtils.PAUSE); in getRemainingPostDialString() local
654 if (wIndex > 0 && (wIndex < pIndex || pIndex <= 0)) { in getRemainingPostDialString()
656 } else if (pIndex > 0) { in getRemainingPostDialString()
657 subStr = subStr.substring(0, pIndex); in getRemainingPostDialString()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java341 int pIndex, wIndex; in indexOfLastNetworkChar() local
347 pIndex = a.indexOf(PAUSE); in indexOfLastNetworkChar()
350 trimIndex = minPositive(pIndex, wIndex); in indexOfLastNetworkChar()
/frameworks/base/services/java/com/android/server/
DAppWidgetService.java1323 int pIndex = Integer.parseInt(providerString, 16); in readStateFromFileLocked() local
1324 id.provider = loadedProviders.get(pIndex); in readStateFromFileLocked()
1327 + pIndex + " which is " + id.provider); in readStateFromFileLocked()