Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeMuxerUnitTest.cpp106 static jboolean nativeTestIfInvalidOutputFormatIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfInvalidOutputFormatIsRejected() function
471 (void*)nativeTestIfInvalidOutputFormatIsRejected}, in registerAndroidMediaV2CtsMuxerUnitTestApi()
/cts/tests/media/src/android/mediav2/cts/
DMuxerUnitTest.java771 private native boolean nativeTestIfInvalidOutputFormatIsRejected(String outPath); in nativeTestIfInvalidOutputFormatIsRejected() method in MuxerUnitTest.TestApiNative
820 assertTrue(nativeTestIfInvalidOutputFormatIsRejected(mOutLoc)); in testIfInvalidOutputFormatIsRejected()