Home
last modified time | relevance | path

Searched refs:transcode (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Messaging/jni/
DGifTranscoder.cpp78 int GifTranscoder::transcode(const char* pathIn, const char* pathOut) { in transcode() function in GifTranscoder
542 jboolean transcode(JNIEnv* env, jobject clazz, jstring filePath, jstring outFilePath) { in transcode() function
547 int gifCode = transcoder.transcode(pathIn, pathOut); in transcode()
558 { "transcodeInternal", "(Ljava/lang/String;Ljava/lang/String;)Z", (void*)transcode },
DGifTranscoder.h48 int transcode(const char* pathIn, const char* pathOut);
/packages/apps/Camera2/src/com/android/camera/data/
DGlideFilmstripManager.java42 import com.bumptech.glide.load.resource.transcode.BitmapToGlideDrawableTranscoder;
112 .transcode(new BitmapToGlideDrawableTranscoder(context), GlideDrawable.class) in GlideFilmstripManager()
/packages/apps/Messaging/src/com/android/messaging/util/
DGifTranscoder.java43 public static boolean transcode(Context context, String filePath, String outFilePath) { in transcode() method in GifTranscoder
DImageUtils.java497 GifTranscoder.transcode(mContext, inputFilePath, outputFilePath); in resizeGifImage()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dfeatures.md33 …* For example, you can read a UTF-8 file and let RapidJSON transcode the JSON strings into UTF-16 …
Dencoding.md116 … output encoding is different, `Reader` and `Writer` will automatically transcode (convert) the te…
/packages/apps/Test/connectivity/sl4n/rapidjson/
Dreadme.md42 …ng internally. For example, you can read a UTF-8 file and let RapidJSON transcode the JSON strings…