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

/packages/apps/Messaging/jni/
H A DGifTranscoder.h48 int transcode(const char* pathIn, const char* pathOut);
H A DGifTranscoder.cpp78 int GifTranscoder::transcode(const char* pathIn, const char* pathOut) { argument
87 gifIn = DGifOpenFileName(pathIn, &error);
90 LOGD("Opened input GIF: %s", pathIn);
92 LOGE("Could not open input GIF: %s, error = %d", pathIn, error);
543 const char* pathIn = env->GetStringUTFChars(filePath, JNI_FALSE); local
547 int gifCode = transcoder.transcode(pathIn, pathOut);
549 env->ReleaseStringUTFChars(filePath, pathIn);

Completed in 33 milliseconds