HomeSort by relevance Sort by last modified time
    Searched refs:gifOut (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/jni/
GifTranscoder.cpp 82 GifFileType* gifOut;
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) {
118 ASSERT(gifOut != NULL, "gifOut cannot be NULL");
126 if (EGifPutScreenDesc(gifOut,
150 std::unique_ptr<GifByteType[]> dstRowBuffer(new GifByteType[gifOut->SWidth])
    [all...]
GifTranscoder.h 52 static bool resizeBoxFilter(GifFileType* gifIn, GifFileType* gifOut);
114 void setGifOut(GifFileType* gifOut);

Completed in 119 milliseconds