Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp1798 static jboolean nativeTestGetInputFormatInRunningState(JNIEnv*, jobject) { in nativeTestGetInputFormatInRunningState() function
2052 (void*)nativeTestGetInputFormatInRunningState}, in registerAndroidMediaV2CtsCodecUnitTest()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java3115 assertTrue(nativeTestGetInputFormatInRunningState()); in testGetInputFormatInRunningState()
3118 private native boolean nativeTestGetInputFormatInRunningState(); in nativeTestGetInputFormatInRunningState() method in CodecUnitTest.TestApiNative