Home
last modified time | relevance | path

Searched refs:gifOut (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/jni/
DGifTranscoder.cpp82 GifFileType* gifOut; in transcode() local
96 gifOut = EGifOpenFileName(pathOut, false, &error); in transcode()
97 if (gifOut) { in transcode()
98 closer.setGifOut(gifOut); in transcode()
106 if (resizeBoxFilter(gifIn, gifOut)) { in transcode()
116 bool GifTranscoder::resizeBoxFilter(GifFileType* gifIn, GifFileType* gifOut) { in resizeBoxFilter() argument
118 ASSERT(gifOut != NULL, "gifOut cannot be NULL"); in resizeBoxFilter()
126 if (EGifPutScreenDesc(gifOut, in resizeBoxFilter()
150 std::unique_ptr<GifByteType[]> dstRowBuffer(new GifByteType[gifOut->SWidth]); in resizeBoxFilter()
186 if (EGifPutImageDesc(gifOut, in resizeBoxFilter()
[all …]
DGifTranscoder.h52 static bool resizeBoxFilter(GifFileType* gifIn, GifFileType* gifOut);
114 void setGifOut(GifFileType* gifOut);