Searched refs:transcode (Results 1 - 5 of 5) 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) { function in class:GifTranscoder
542 jboolean transcode(JNIEnv* env, jobject clazz, jstring filePath, jstring outFilePath) { function
547 int gifCode = transcoder.transcode(pathIn, pathOut);
558 { "transcodeInternal", "(Ljava/lang/String;Ljava/lang/String;)Z", (void*)transcode },
/packages/apps/Messaging/src/com/android/messaging/util/
H A DGifTranscoder.java43 public static boolean transcode(Context context, String filePath, String outFilePath) { method in class:GifTranscoder
H A DImageUtils.java497 GifTranscoder.transcode(mContext, inputFilePath, outputFilePath);
510 // We don't want to transcode the gif because its image dimensions would be too
/packages/apps/Camera2/src/com/android/camera/data/
H A DGlideFilmstripManager.java42 import com.bumptech.glide.load.resource.transcode.BitmapToGlideDrawableTranscoder;
112 .transcode(new BitmapToGlideDrawableTranscoder(context), GlideDrawable.class)

Completed in 230 milliseconds