Searched defs:outFilePath (Results 1 – 4 of 4) sorted by relevance
43 public static boolean transcode(Context context, String filePath, String outFilePath) { in transcode()66 private static native boolean transcodeInternal(String filePath, String outFilePath); in transcodeInternal()
34 String outFilePath = args[0]; in main() local
103 const char *const suffix, const int filePathBufSize, char *const outFilePath) { in getFilePathWithSuffix()113 const int filePathBufSize, char *const outFilePath) { in getFilePath()
542 jboolean transcode(JNIEnv* env, jobject clazz, jstring filePath, jstring outFilePath) { in transcode()