HomeSort by relevance Sort by last modified time
    Searched refs:pIndex (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_FillVLDBuffer.c 50 * [in] pIndex pointer to coefficient index in 8x8 matrix
51 * [out] pIndex pointer to updated coefficient index in 8x8
67 OMX_U8 * pIndex,
72 for (;storeRun > 0; storeRun--, (*pIndex)++)
74 pDst[pZigzagTable[*pIndex]] = 0;
79 pDst[pZigzagTable[*pIndex]] = -storeLevel;
83 pDst[pZigzagTable[*pIndex]] = storeLevel;
85 (*pIndex)++;
90 while (*pIndex < 64)
92 pDst[pZigzagTable[*pIndex]] = 0
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
StringUtils.java 70 int pIndex = 0;
74 while (pIndex < pLen && prefix.charAt(pIndex) == c) {
75 ++pIndex;
80 if (pIndex == pLen) {
83 if (wIndex == wLen || whole.charAt(wIndex) != prefix.charAt(pIndex) ) {
86 ++pIndex;
  /frameworks/wilhelm/src/itf/
IVideoDecoderCapabilities.cpp 67 XAVideoDecoderCapabilitiesItf self, XAuint32 decoderId, XAuint32 *pIndex,
72 if (NULL == pIndex) {
76 // pIndex returns the number of video decoders capability descriptions.
78 result = android::android_videoCodec_getProfileLevelCombinationNb(decoderId, pIndex);
84 *pIndex = 0;
89 // pIndex is an incrementing value used to enumerate capability descriptions.
91 result = android::android_videoCodec_getProfileLevelCombination(decoderId, *pIndex,
IAudioDecoderCapabilities.cpp 49 SLAudioDecoderCapabilitiesItf self, SLuint32 decoderId, SLuint32 *pIndex,
54 result = GetCodecCapabilities(decoderId, pIndex, pDescriptor, DecoderDescriptors);
IAudioEncoderCapabilities.cpp 49 SLAudioEncoderCapabilitiesItf self, SLuint32 encoderId, SLuint32 *pIndex,
54 result = GetCodecCapabilities(encoderId, pIndex, pDescriptor,
IEngineCapabilities.cpp 103 SLuint32 *pIndex, SLuint32 *pLEDDeviceID, SLLEDDescriptor *pDescriptor)
110 if (NULL != pIndex) {
113 index = *pIndex;
124 *pIndex = thiz->mMaxIndexLED;
145 SLuint32 *pIndex, SLuint32 *pVibraDeviceID, SLVibraDescriptor *pDescriptor)
152 if (NULL != pIndex) {
155 index = *pIndex;
166 *pIndex = thiz->mMaxIndexVibra;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarCache.java 79 if (pIndex < primes.length - 1) {
80 arraySize = primes[++pIndex];
118 private int pIndex = 0;
120 private int arraySize = primes[pIndex];
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarCache.java 77 if (pIndex < primes.length - 1) {
78 arraySize = primes[++pIndex];
116 private int pIndex = 0;
118 private int arraySize = primes[pIndex];
  /frameworks/wilhelm/src/
devices.h 64 extern SLresult GetCodecCapabilities(SLuint32 decoderId, SLuint32 *pIndex,
devices.cpp 206 SLresult GetCodecCapabilities(SLuint32 codecId, SLuint32 *pIndex,
209 if (NULL == pIndex) {
220 *pIndex = index;
223 index = *pIndex;
sles_allinclusive.h 415 SLuint32 *pIndex, SLuint32 *pLEDDeviceID, SLLEDDescriptor *pDescriptor);
417 SLuint32 *pIndex, SLuint32 *pVibraDeviceID, SLVibraDescriptor *pDescriptor);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
reflection.h 57 TObjectReflection(const TString& pName, int pOffset, int pGLDefineType, int pSize, int pIndex) :
58 name(pName), offset(pOffset), glDefineType(pGLDefineType), size(pSize), index(pIndex) { }
  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 163 EntryIteratorBase(HashTableImplTy* pTable, unsigned int pIndex)
164 : m_pHashTable(pTable), m_Index(pIndex) {}
266 HashIterator(typename IteratorBase::hash_table* pTable, unsigned int pIndex)
267 : IteratorBase(pTable, pIndex) {}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certview.h 124 virtual HRESULT WINAPI Next(LONG *pIndex) = 0;
145 HRESULT (WINAPI *Next)(IEnumCERTVIEWCOLUMN *This,LONG *pIndex);
168 #define IEnumCERTVIEWCOLUMN_Next(This,pIndex) (This)->lpVtbl->Next(This,pIndex)
180 HRESULT WINAPI IEnumCERTVIEWCOLUMN_Next_Proxy(IEnumCERTVIEWCOLUMN *This,LONG *pIndex);
208 virtual HRESULT WINAPI Next(LONG *pIndex) = 0;
225 HRESULT (WINAPI *Next)(IEnumCERTVIEWATTRIBUTE *This,LONG *pIndex);
244 #define IEnumCERTVIEWATTRIBUTE_Next(This,pIndex) (This)->lpVtbl->Next(This,pIndex)
252 HRESULT WINAPI IEnumCERTVIEWATTRIBUTE_Next_Proxy(IEnumCERTVIEWATTRIBUTE *This,LONG *pIndex);
    [all...]
certcli.h 182 virtual HRESULT WINAPI Next(LONG *pIndex) = 0;
197 HRESULT (WINAPI *Next)(ICertConfig *This,LONG *pIndex);
214 #define ICertConfig_Next(This,pIndex) (This)->lpVtbl->Next(This,pIndex)
221 HRESULT WINAPI ICertConfig_Next_Proxy(ICertConfig *This,LONG *pIndex);
248 HRESULT (WINAPI *Next)(ICertConfig2 *This,LONG *pIndex);
266 #define ICertConfig2_Next(This,pIndex) (This)->lpVtbl->Next(This,pIndex)
activdbg100.h 522 DWORD *pIndex) = 0;
577 DWORD *pIndex);
598 #define IDebugApplication11032_CallableWaitForHandles(This,handleCount,pHandles,pIndex) (This)->lpVtbl->CallableWaitForHandles(This,handleCount,pHandles,pIndex)
627 static FORCEINLINE HRESULT IDebugApplication11032_CallableWaitForHandles(IDebugApplication11032* This,DWORD handleCount,const HANDLE *pHandles,DWORD *pIndex) {
628 return This->lpVtbl->CallableWaitForHandles(This,handleCount,pHandles,pIndex);
661 DWORD *pIndex);
696 DWORD *pIndex) = 0;
751 DWORD *pIndex);
772 #define IDebugApplication11064_CallableWaitForHandles(This,handleCount,pHandles,pIndex) (This)->lpVtbl->CallableWaitForHandles(This,handleCount,pHandles,pIndex
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 171 void setIndex(size_t pIndex) { m_Index = pIndex; }
BranchIsland.h 53 /// @param pIndex - the inedx in the island factory
54 BranchIsland(Fragment& pEntryFrag, size_t pMaxSize, size_t pIndex);
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 23 BranchIsland::BranchIsland(Fragment& pEntryFrag, size_t pMaxSize, size_t pIndex)
31 index << pIndex;
  /external/skia/tests/
PathOpsConicIntersectionTest.cpp 51 for (int pIndex = 0; pIndex < 3; ++pIndex) {
53 up.set(chopped[cIndex].fPts[pIndex]);
54 SkASSERT(dChopped[cIndex].fPts[pIndex].approximatelyEqual(up));
  /external/swiftshader/src/OpenGL/compiler/
ValidateLimitations.cpp 418 ParamIndex pIndex;
423 pIndex.push_back(i);
427 if (pIndex.empty())
435 for (ParamIndex::const_iterator i = pIndex.begin();
436 i != pIndex.end(); ++i) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c 715 @param [in] pIndex Address of an index into the pollfd array
721 IN int * pIndex
735 Index = *pIndex;
737 pTftpPort = &pTftpServer->TftpPort[ *pIndex ];
825 *pIndex = -1;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 787 int pIndex = subStr.indexOf(PhoneNumberUtils.PAUSE);
789 if (wIndex > 0 && (wIndex < pIndex || pIndex <= 0)) {
791 } else if (pIndex > 0) {
792 subStr = subStr.substring(0, pIndex);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java 398 int pIndex = rootElements.findPrimary(p);
400 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java 394 int pIndex = rootElements.findPrimary(p);
396 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible);
    [all...]

Completed in 1355 milliseconds

1 2 3 4 5 6 7 8 9