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

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

Completed in 29 milliseconds