Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DMuxerTest.java1111 private native boolean nativeTestSimpleMux(String srcPath, String outPath, String mime, in nativeTestSimpleMux() method in MuxerTest.TestSimpleMux
1191 assertTrue(nativeTestSimpleMux(mInpPath, mOutPath, mMime, selector)); in testSimpleMuxNative()
/cts/tests/media/jni/
DNativeMuxerTest.cpp837 static jboolean nativeTestSimpleMux(JNIEnv* env, jobject, jstring jsrcPath, jstring jdstPath, in nativeTestSimpleMux() function
1370 (void*)nativeTestSimpleMux}, in registerAndroidMediaV2CtsMuxerTestSimpleMux()