Home
last modified time | relevance | path

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

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