Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1618 static jboolean nativeTestConfigureDecoderForBadFlags(JNIEnv*, jobject) { in nativeTestConfigureDecoderForBadFlags() function
1997 (void*)nativeTestConfigureDecoderForBadFlags}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2058 assertTrue(nativeTestConfigureDecoderForBadFlags()); in testConfigureDecoderForBadFlags()
2061 private native boolean nativeTestConfigureDecoderForBadFlags(); in nativeTestConfigureDecoderForBadFlags() method in CodecUnitTest.TestApiNative