Searched refs:pathIn (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Messaging/jni/ |
H A D | GifTranscoder.h | 48 int transcode(const char* pathIn, const char* pathOut);
|
H A D | GifTranscoder.cpp | 78 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 159 milliseconds