Home
last modified time | relevance | path

Searched refs:nativeTestQueueInputBufferWithBadIndex (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1884 static jboolean nativeTestQueueInputBufferWithBadIndex(JNIEnv*, jobject) { in nativeTestQueueInputBufferWithBadIndex() function
2048 (void*)nativeTestQueueInputBufferWithBadIndex}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2342 assertTrue(nativeTestQueueInputBufferWithBadIndex()); in testQueueInputBufferWithBadIndex()
2345 private native boolean nativeTestQueueInputBufferWithBadIndex(); in nativeTestQueueInputBufferWithBadIndex() method in CodecUnitTest.TestApiNative