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

/packages/apps/Messaging/jni/
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);
533 const char* pathIn = env->GetStringUTFChars(filePath, JNI_FALSE); local
537 int gifCode = transcoder.transcode(pathIn, pathOut);
539 env->ReleaseStringUTFChars(filePath, pathIn);

Completed in 30 milliseconds