Home
last modified time | relevance | path

Searched refs:maxIndex (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DDecTestBench.c490 u32 maxIndex; in NextPacket() local
502 maxIndex = (u32)(streamStop - stream); in NextPacket()
504 if (maxIndex == 0) in NextPacket()
511 } while (byte != 1 && index < maxIndex); in NextPacket()
514 if (index == maxIndex || index < 3) in NextPacket()
524 maxIndex -= index; in NextPacket()
559 if (index == maxIndex) in NextPacket()
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DEncodedStringValue.java253 int maxIndex = addr.length - 1; in concat() local
254 for (int i = 0; i <= maxIndex; i++) { in concat()
256 if (i < maxIndex) { in concat()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiTvClient.java192 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {
194 mService.setSystemAudioVolume(oldIndex, newIndex, maxIndex);
DIHdmiControlService.aidl58 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume() argument
/frameworks/base/libs/hwui/
DDeferredDisplayList.h145 void discardDrawingBatches(const unsigned int maxIndex);
DDeferredDisplayList.cpp674 void DeferredDisplayList::discardDrawingBatches(const unsigned int maxIndex) { in discardDrawingBatches() argument
675 for (unsigned int i = mEarliestUnclearedIndex; i <= maxIndex; i++) { in discardDrawingBatches()
682 mEarliestUnclearedIndex = maxIndex + 1; in discardDrawingBatches()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp104 int maxIndex = -1; in visibilityTest() local
110 if ( index > maxIndex ) { in visibilityTest()
111 maxIndex = index; in visibilityTest()
115 if ( maxIndex * 3 > positionsLength) { in visibilityTest()
119 transformedIndexCount = maxIndex - minIndex + 1; in visibilityTest()
/frameworks/support/v4/api21/android/support/v4/app/
DFragmentTransitionCompat21.java309 final int maxIndex) { in containedBeforeIndex() argument
310 for (int i = 0; i < maxIndex; i++) { in containedBeforeIndex()
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
DGridLayout.java1100 private int maxIndex = UNDEFINED; field in GridLayout.Axis
1152 if (maxIndex == UNDEFINED) { in getMaxIndex()
1153 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children in getMaxIndex()
1155 return maxIndex; in getMaxIndex()
1766 maxIndex = UNDEFINED;
/frameworks/base/core/java/android/widget/
DGridLayout.java1205 private int maxIndex = UNDEFINED; field in GridLayout.Axis
1257 if (maxIndex == UNDEFINED) { in getMaxIndex()
1258 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children in getMaxIndex()
1260 return maxIndex; in getMaxIndex()
1871 maxIndex = UNDEFINED;
/frameworks/base/core/java/android/app/
DBackStackRecord.java1432 final int maxIndex) { in containedBeforeIndex() argument
1433 for (int i = 0; i < maxIndex; i++) { in containedBeforeIndex()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java1461 final int maxIndex) { in setSystemAudioVolume() argument
1471 tv.changeVolume(oldIndex, newIndex - oldIndex, maxIndex); in setSystemAudioVolume()
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DLayoutBinderWriter.kt340 val indexStart = maxIndex() + 1 in calculateIndices()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...