Home
last modified time | relevance | path

Searched refs:maxIndex (Results 1 – 15 of 15) 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/native/opengl/libs/GLES_trace/src/
Dgltrace_fixup.cpp539 GLuint minIndex, GLuint maxIndex, nsecs_t startTime) { in trace_glVertexAttribPointerData() argument
585 for (GLuint i = minIndex; i < maxIndex; i++) { in trace_glVertexAttribPointerData()
601 arg_max->add_intvalue(maxIndex); in trace_glVertexAttribPointerData()
612 GLuint *minIndex, GLuint *maxIndex) { in findMinAndMaxIndices() argument
615 *maxIndex = 0; in findMinAndMaxIndices()
629 if (index > *maxIndex) *maxIndex = index; in findMinAndMaxIndices()
634 GLuint minIndex, GLuint maxIndex, nsecs_t time) { in trace_VertexAttribPointerData() argument
656 minIndex, maxIndex, time); in trace_VertexAttribPointerData()
688 GLuint minIndex, maxIndex; in trace_VertexAttribPointerDataForGlDrawElements() local
705 findMinAndMaxIndices(indexBuffer, count, type, &minIndex, &maxIndex); in trace_VertexAttribPointerDataForGlDrawElements()
[all …]
/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.h149 void discardDrawingBatches(const unsigned int maxIndex);
DDeferredDisplayList.cpp665 void DeferredDisplayList::discardDrawingBatches(const unsigned int maxIndex) { in discardDrawingBatches() argument
666 for (unsigned int i = mEarliestUnclearedIndex; i <= maxIndex; i++) { in discardDrawingBatches()
673 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.java270 final int maxIndex) { in containedBeforeIndex() argument
271 for (int i = 0; i < maxIndex; i++) { in containedBeforeIndex()
/frameworks/base/core/java/android/widget/
DGridLayout.java1199 private int maxIndex = UNDEFINED; field in GridLayout.Axis
1251 if (maxIndex == UNDEFINED) { in getMaxIndex()
1252 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children in getMaxIndex()
1254 return maxIndex; in getMaxIndex()
1864 maxIndex = UNDEFINED;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
DGridLayout.java1094 private int maxIndex = UNDEFINED; field in GridLayout.Axis
1146 if (maxIndex == UNDEFINED) { in getMaxIndex()
1147 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children in getMaxIndex()
1149 return maxIndex; in getMaxIndex()
1759 maxIndex = UNDEFINED;
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java1429 final int maxIndex) { in setSystemAudioVolume() argument
1439 tv.changeVolume(oldIndex, newIndex - oldIndex, maxIndex); in setSystemAudioVolume()
/frameworks/base/core/java/android/app/
DBackStackRecord.java1373 final int maxIndex) { in containedBeforeIndex() argument
1374 for (int i = 0; i < maxIndex; i++) { in containedBeforeIndex()
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DLayoutBinderWriter.kt323 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/ ...