Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp1602 static jboolean nativeTestConfigureForEmptyFormat(JNIEnv*, jobject) { in nativeTestConfigureForEmptyFormat() function
2009 {"nativeTestConfigureForEmptyFormat", "()Z", (void*)nativeTestConfigureForEmptyFormat}, in registerAndroidMediaV2CtsCodecUnitTest()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java2895 assertTrue(nativeTestConfigureForEmptyFormat()); in testConfigureForEmptyFormat()
2898 private native boolean nativeTestConfigureForEmptyFormat(); in nativeTestConfigureForEmptyFormat() method in CodecUnitTest.TestApiNative