HomeSort by relevance Sort by last modified time
    Searched defs:MAX_INSTANCES (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
ResourceManagerTestActivity1.java 24 private static final int MAX_INSTANCES = 32;
39 if (allocateCodecs(MAX_INSTANCES) == MAX_INSTANCES) {
40 // haven't reached the limit with MAX_INSTANCES, no need to wait for reclaim exception.
MediaCodecCapabilitiesTest.java 627 final int MAX_INSTANCES = 32;
647 info.isEncoder(), info.getName(), types[j], caps, MAX_INSTANCES);
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h 44 #define MAX_INSTANCES (MAX_INSTANCES_PER_SIDE * MAX_INSTANCES_PER_SIDE)
83 // return a pointer to a buffer of MAX_INSTANCES * sizeof(vec2).
87 // return a pointer to a buffer of MAX_INSTANCES * sizeof(vec4).
100 float mAngularVelocity[MAX_INSTANCES];
102 float mAngles[MAX_INSTANCES];

Completed in 147 milliseconds