Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DMuxerTest.java462 private native boolean nativeTestGetTrackFormat(String srcPath, String outPath, in nativeTestGetTrackFormat() method in MuxerTest.TestApi
707 assertTrue(nativeTestGetTrackFormat(mInpPath, mOutPath, mOutFormat)); in testGetTrackFormatNative()
/cts/tests/media/jni/
DNativeMuxerTest.cpp990 static jboolean nativeTestGetTrackFormat(JNIEnv* env, jobject, jstring jsrcPath, jstring jdstPath, in nativeTestGetTrackFormat() function
1354 (void*)nativeTestGetTrackFormat}, in registerAndroidMediaV2CtsMuxerTestApi()