Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1780 static jboolean nativeTestGetInputFormatInRunningState(JNIEnv*, jobject) { in nativeTestGetInputFormatInRunningState() function
2034 (void*)nativeTestGetInputFormatInRunningState}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2221 assertTrue(nativeTestGetInputFormatInRunningState()); in testGetInputFormatInRunningState()
2224 private native boolean nativeTestGetInputFormatInRunningState(); in nativeTestGetInputFormatInRunningState() method in CodecUnitTest.TestApiNative