Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1570 static jboolean nativeTestConfigureForNullFormat(JNIEnv*, jobject) { in nativeTestConfigureForNullFormat() function
1990 {"nativeTestConfigureForNullFormat", "()Z", (void*)nativeTestConfigureForNullFormat}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2020 assertTrue(nativeTestConfigureForNullFormat()); in testConfigureForNullFormat()
2023 private native boolean nativeTestConfigureForNullFormat(); in nativeTestConfigureForNullFormat() method in CodecUnitTest.TestApiNative