Searched refs:pathOut (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/jni/
H A DGifTranscoder.h42 // written to pathOut.
48 int transcode(const char* pathIn, const char* pathOut);
H A DGifTranscoder.cpp78 int GifTranscoder::transcode(const char* pathIn, const char* pathOut) { argument
96 gifOut = EGifOpenFileName(pathOut, false, &error);
99 LOGD("Opened output GIF: %s", pathOut);
101 LOGE("Could not open output GIF: %s, error = %d", pathOut, error);
544 const char* pathOut = env->GetStringUTFChars(outFilePath, JNI_FALSE); local
547 int gifCode = transcoder.transcode(pathIn, pathOut);
550 env->ReleaseStringUTFChars(outFilePath, pathOut);

Completed in 84 milliseconds