Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1822 static jboolean nativeTestGetOutputFormatInRunningState(JNIEnv*, jobject) { in nativeTestGetOutputFormatInRunningState() function
2046 (void*)nativeTestGetOutputFormatInRunningState}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2263 assertTrue(nativeTestGetOutputFormatInRunningState()); in testGetOutputFormatInRunningState()
2266 private native boolean nativeTestGetOutputFormatInRunningState(); in nativeTestGetOutputFormatInRunningState() method in CodecUnitTest.TestApiNative