Home
last modified time | relevance | path

Searched refs:pathIn (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
87 gifIn = DGifOpenFileName(pathIn, &error); in transcode()
90 LOGD("Opened input GIF: %s", pathIn); in transcode()
92 LOGE("Could not open input GIF: %s, error = %d", pathIn, error); in transcode()
543 const char* pathIn = env->GetStringUTFChars(filePath, JNI_FALSE); in transcode() local
547 int gifCode = transcoder.transcode(pathIn, pathOut); in transcode()
549 env->ReleaseStringUTFChars(filePath, pathIn); in transcode()
DGifTranscoder.h48 int transcode(const char* pathIn, const char* pathOut);