Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1570 static jboolean nativeTestConfigureForEmptyFormat(JNIEnv*, jobject) { in nativeTestConfigureForEmptyFormat() function
1976 {"nativeTestConfigureForEmptyFormat", "()Z", (void*)nativeTestConfigureForEmptyFormat}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2027 assertTrue(nativeTestConfigureForEmptyFormat()); in testConfigureForEmptyFormat()
2030 private native boolean nativeTestConfigureForEmptyFormat(); in nativeTestConfigureForEmptyFormat() method in CodecUnitTest.TestApiNative