Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp1980 static jboolean nativeTestGetBufferFormatInRunningState(JNIEnv*, jobject) { in nativeTestGetBufferFormatInRunningState() function
2099 (void*)nativeTestGetBufferFormatInRunningState}, in registerAndroidMediaV2CtsCodecUnitTest()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java3325 assertTrue(nativeTestGetBufferFormatInRunningState()); in testGetBufferFormatInRunningState()
3328 private native boolean nativeTestGetBufferFormatInRunningState(); in nativeTestGetBufferFormatInRunningState() method in CodecUnitTest.TestApiNative