Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp1840 static jboolean nativeTestGetOutputFormatInRunningState(JNIEnv*, jobject) { in nativeTestGetOutputFormatInRunningState() function
2064 (void*)nativeTestGetOutputFormatInRunningState}, in registerAndroidMediaV2CtsCodecUnitTest()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java3163 assertTrue(nativeTestGetOutputFormatInRunningState()); in testGetOutputFormatInRunningState()
3166 private native boolean nativeTestGetOutputFormatInRunningState(); in nativeTestGetOutputFormatInRunningState() method in CodecUnitTest.TestApiNative