Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1815 static jboolean nativeTestGetOutputFormatInInitState(JNIEnv*, jobject) { in nativeTestGetOutputFormatInInitState() function
2044 (void*)nativeTestGetOutputFormatInInitState}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2256 assertTrue(nativeTestGetOutputFormatInInitState()); in testGetOutputFormatInInitState()
2259 private native boolean nativeTestGetOutputFormatInInitState(); in nativeTestGetOutputFormatInInitState() method in CodecUnitTest.TestApiNative