Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeMuxerTest.cpp991 jint joutFormat) { in nativeTestGetTrackFormat() argument
998 AMediaMuxer *muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)joutFormat); in nativeTestGetTrackFormat()
1079 static jboolean nativeTestSimpleAppend(JNIEnv* env, jobject, jint joutFormat, jstring jsrcPath, in nativeTestSimpleAppend() argument
1095 muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)joutFormat); in nativeTestSimpleAppend()
1176 static jboolean nativeTestNoSamples(JNIEnv* env, jobject, jint joutFormat, jstring jinPath, in nativeTestNoSamples() argument
1191 AMediaMuxer *muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat) joutFormat); in nativeTestNoSamples()
1244 static jboolean nativeTestIgnoreLastGOPAppend(JNIEnv* env, jobject, jint joutFormat, in nativeTestIgnoreLastGOPAppend() argument
1261 muxer = AMediaMuxer_new(fileno(ofp), (OutputFormat)joutFormat); in nativeTestIgnoreLastGOPAppend()