Home
last modified time | relevance | path

Searched refs:index1 (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/camera/
DCameraParameters2.cpp162 ssize_t index1 = mMap.indexOfKey(String8(key1)); in compareSetOrder() local
164 if (index1 < 0) { in compareSetOrder()
172 *order = (index1 == index2) ? 0 : in compareSetOrder()
173 (index1 < index2) ? -1 : in compareSetOrder()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dd8_31pf.cpp166 Word16 index1, /* i : index for first pos in pos_index[] */ in decompress10() argument
226 pos_indx[index1] = ib + (ic & 1); in decompress10()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s86 index1 RN 10 label
236 LDR index1,=0x03020504
240 VDUP dindexRow1,index1
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2352 for(int index1 = 0; index1 < first.types.length; index1++) { in apnTypeSameAny()
2353 apnType1.append(first.types[index1]); in apnTypeSameAny()
2358 for(int index1 = 0; index1 < second.types.length; index1++) { in apnTypeSameAny()
2359 apnType2.append(second.types[index1]); in apnTypeSameAny()
2366 for(int index1 = 0; index1 < first.types.length; index1++) { in apnTypeSameAny()
2368 if(first.types[index1].equals(PhoneConstants.APN_TYPE_ALL) || in apnTypeSameAny()
2370 first.types[index1].equals(second.types[index2])) { in apnTypeSameAny()
/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp6247 int index1 = -1, index2 = -1; in compareFormats() local
6249 (i < ARRAY_SIZE(sPcmFormatCompareTable)) && ((index1 == -1) || (index2 == -1)); in compareFormats()
6252 index1 = i; in compareFormats()
6260 return index1 - index2; in compareFormats()