Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DMuxerTest.java1024 private native boolean nativeTestSimpleAppend(int outFormat, String srcPath, in nativeTestSimpleAppend() method in MuxerTest.TestSimpleAppend
1039 assertTrue(nativeTestSimpleAppend(mOutFormat, mInpPath, mOutPath)); in testSimpleAppendNative()
1115 private native boolean nativeTestSimpleAppend(String srcPath, String outPath, in nativeTestSimpleAppend() method in MuxerTest.TestSimpleMux
/cts/tests/media/jni/
DNativeMuxerTest.cpp1079 static jboolean nativeTestSimpleAppend(JNIEnv* env, jobject, jint joutFormat, jstring jsrcPath, in nativeTestSimpleAppend() function
1393 (void*)nativeTestSimpleAppend}, in registerAndroidMediaV2CtsMuxerTestSimpleAppend()