Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1829 static jboolean nativeTestGetOutputFormatInUnInitState(JNIEnv*, jobject) { in nativeTestGetOutputFormatInUnInitState() function
2048 (void*)nativeTestGetOutputFormatInUnInitState}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2270 assertTrue(nativeTestGetOutputFormatInUnInitState()); in testGetOutputFormatInUnInitState()
2273 private native boolean nativeTestGetOutputFormatInUnInitState(); in nativeTestGetOutputFormatInUnInitState() method in CodecUnitTest.TestApiNative