Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeMuxerUnitTest.cpp98 static jboolean nativeTestIfInvalidOutputFormatIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfInvalidOutputFormatIsRejected() function
556 (void*)nativeTestIfInvalidOutputFormatIsRejected}, in registerAndroidMediaV2CtsMuxerUnitTestApi()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DMuxerUnitTest.java786 private native boolean nativeTestIfInvalidOutputFormatIsRejected(String outPath); in nativeTestIfInvalidOutputFormatIsRejected() method in MuxerUnitTest.TestApiNative
829 assertTrue(nativeTestIfInvalidOutputFormatIsRejected(mOutLoc)); in testIfInvalidOutputFormatIsRejected()