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

1 2 3 4 5 6

  /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...]
  /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.c 49 SLAudioDecoderCapabilitiesItf self, SLuint32 decoderId, SLuint32 *pIndex,
54 result = GetCodecCapabilities(decoderId, pIndex, pDescriptor, DecoderDescriptors);
IAudioEncoderCapabilities.c 49 SLAudioEncoderCapabilitiesItf self, SLuint32 encoderId, SLuint32 *pIndex,
54 result = GetCodecCapabilities(encoderId, pIndex, pDescriptor,
IEngineCapabilities.c 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/pdfium/core/src/fxcrt/
fx_basic_array.cpp 157 static void _ClearIndex(int level, int size, void** pIndex) {
159 FX_Free(pIndex);
163 if (pIndex[i])
164 _ClearIndex(level - 1, size, (void**)pIndex[i]);
166 FX_Free(pIndex);
188 void** pIndex = FX_Alloc(void*, m_IndexSize);
189 pIndex[0] = m_pIndex;
190 pIndex[1] = pSegment;
191 m_pIndex = pIndex;
198 void** pIndex = GetIndex(seg_index)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/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];
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarCache.java 75 if (pIndex < primes.length - 1) {
76 arraySize = primes[++pIndex];
114 private int pIndex = 0;
116 private int arraySize = primes[pIndex];
  /frameworks/wilhelm/src/
devices.h 64 extern SLresult GetCodecCapabilities(SLuint32 decoderId, SLuint32 *pIndex,
devices.c 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);
  /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)
  /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));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 781 int pIndex = subStr.indexOf(PhoneNumberUtils.PAUSE);
783 if (wIndex > 0 && (wIndex < pIndex || pIndex <= 0)) {
785 } else if (pIndex > 0) {
786 subStr = subStr.substring(0, pIndex);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java 395 int pIndex = rootElements.findPrimary(p);
397 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java 391 int pIndex = rootElements.findPrimary(p);
393 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible);
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_widgetmgrimp.h 122 int32_t* pIndex,
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetmgrimp.cpp 633 int32_t* pIndex,
643 if (pIndex) {
644 if (*pIndex == 0) {
648 pIndex--;
655 if (pIndex) {
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 501 int pIndex = info->haveLayoutBounds ? 2 : 1;
514 strcpy((char*)unknowns[pIndex].name, "npTc");
515 unknowns[pIndex].data = (png_byte*) info->serialize9Patch();
516 unknowns[pIndex].size = info->info9Patch.serializedSize();
518 checkNinePatchSerialization(&info->info9Patch, unknowns[pIndex].data);
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 662 XAuint32 *pIndex,
668 XAuint32 *pIndex,
    [all...]

Completed in 606 milliseconds

1 2 3 4 5 6