/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_FillVLDBuffer.c | 35 * [in] pIndex pointer to coefficient index in 8x8 matrix 36 * [out] pIndex pointer to updated coefficient index in 8x8 52 OMX_U8 * pIndex, 57 for (;storeRun > 0; storeRun--, (*pIndex)++) 59 pDst[pZigzagTable[*pIndex]] = 0; 64 pDst[pZigzagTable[*pIndex]] = -storeLevel; 68 pDst[pZigzagTable[*pIndex]] = storeLevel; 70 (*pIndex)++; 75 while (*pIndex < 64) 77 pDst[pZigzagTable[*pIndex]] = 0 [all...] |
/frameworks/compile/mclinker/lib/Fragment/ |
FGNode.cpp | 21 FGNode::FGNode(uint32_t pIndex) 22 : m_Index(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.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;
|
/dalvik/vm/ |
PointerSet.h | 66 * Returns "true" if the value appears, "false" otherwise. If "pIndex" is 70 bool dvmPointerSetHas(const PointerSet* pSet, const void* ptr, int* pIndex);
|
PointerSet.cpp | 205 bool dvmPointerSetHas(const PointerSet* pSet, const void* ptr, int* pIndex) 222 if (pIndex != NULL) 223 *pIndex = mid; 228 if (pIndex != NULL) 229 *pIndex = mid;
|
/frameworks/wilhelm/src/ |
devices.h | 64 extern SLresult GetCodecCapabilities(SLuint32 decoderId, SLuint32 *pIndex,
|
devices.c | 209 SLresult GetCodecCapabilities(SLuint32 codecId, SLuint32 *pIndex, 212 if (NULL == pIndex) { 223 *pIndex = index; 226 index = *pIndex;
|
sles_allinclusive.h | 415 SLuint32 *pIndex, SLuint32 *pLEDDeviceID, SLLEDDescriptor *pDescriptor); 417 SLuint32 *pIndex, SLuint32 *pVibraDeviceID, SLVibraDescriptor *pDescriptor);
|
/external/chromium_org/third_party/sqlite/src/src/ |
build.c | 375 Index *pIndex; 382 pIndex = sqlite3HashInsert(pHash, zIdxName, len, 0); 383 if( ALWAYS(pIndex) ){ 384 if( pIndex->pTable->pIndex==pIndex ){ 385 pIndex->pTable->pIndex = pIndex->pNext; 390 p = pIndex->pTable->pIndex [all...] |
analyze.c | 165 for(pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext){ 188 ** first index in the pTab->pIndex list, then register regLast has 190 if( pTab->pIndex==pIdx ){ 349 if( pTab->pIndex==0 ){ 518 Index *pIndex; 535 pIndex = sqlite3FindIndex(pInfo->db, argv[1], pInfo->zDatabase); 537 pIndex = 0; 539 n = pIndex ? pIndex->nColumn : 0; 548 if( pIndex==0 ) break [all...] |
insert.c | 148 Index *pIndex; 153 for(pIndex=pTab->pIndex; pIndex; pIndex=pIndex->pNext){ 154 if( tnum==pIndex->tnum ){ [all...] |
update.c | 178 for(pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext){ 239 for(nIdx=0, pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext, nIdx++){} 244 for(j=0, pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext, j++){ 348 for(pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext){ 355 for(i=0, pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext, i++){ 528 for(i=0, pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext, i++){
|
delete.c | 28 ** pSrc->a[0].pIndex Pointer to the INDEXED BY index, if there is one 301 for(pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext){ 357 for(pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext){ 418 for(i=1, pIdx=pTab->pIndex; pIdx; i++, pIdx=pIdx->pNext){ 594 for(i=1, pIdx=pTab->pIndex; pIdx; i++, pIdx=pIdx->pNext){
|
prepare.c | 110 Index *pIndex; 111 pIndex = sqlite3FindIndex(db, argv[0], db->aDb[iDb].zName); 112 if( pIndex==0 ){ 119 }else if( sqlite3GetInt32(argv[1], &pIndex->tnum)==0 ){
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
HashIterator.h | 176 unsigned int pIndex) 177 : m_pHashTable(pTable), m_Index(pIndex) 286 HashIterator(typename IteratorBase::hash_table* pTable, unsigned int pIndex) 287 : IteratorBase(pTable, pIndex)
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
FGNode.h | 49 explicit FGNode(uint32_t pIndex);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
LDSection.h | 185 void setIndex(size_t pIndex) 186 { m_Index = pIndex; }
|
BranchIsland.h | 54 /// @param pIndex - the inedx in the island factory 55 BranchIsland(Fragment& pEntryFrag, size_t pMaxSize, size_t pIndex);
|
/frameworks/compile/mclinker/lib/LD/ |
BranchIsland.cpp | 24 size_t pIndex) 33 index << pIndex;
|
/external/chromium_org/third_party/angle/src/compiler/ |
ValidateLimitations.cpp | 425 ParamIndex pIndex; 430 pIndex.push_back(i); 434 if (pIndex.empty()) 442 for (ParamIndex::const_iterator i = pIndex.begin(); 443 i != pIndex.end(); ++i) {
|
/external/chromium_org/third_party/icu/source/i18n/ |
bmsearch.cpp | 673 int32_t pIndex = plen - 1; 712 while (pIndex >= 0) { 713 uint32_t pce = (*patCEs)[pIndex]; 721 int32_t gsOffset = tOffset + (*goodSuffixTable)[pIndex]; 726 tOffset += (*badCharacterTable)[tcei->order] - badCharacterTable->minLengthInChars(pIndex + 1); 742 pIndex -= 1; 745 if (pIndex < 0) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaConnection.java | 647 int pIndex = subStr.indexOf(PhoneNumberUtils.PAUSE); 649 if (wIndex > 0 && (wIndex < pIndex || pIndex <= 0)) { 651 } else if (pIndex > 0) { 652 subStr = subStr.substring(0, pIndex);
|