Home
last modified time | relevance | path

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

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