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

  /external/giflib/
gif_lib.h 209 int DGifGetExtensionNext(GifFileType *GifFile, GifByteType **GifExtension);
dgif_lib.c 517 returns the first data block, and DGifGetExtensionNext should be called
541 return DGifGetExtensionNext(GifFile, Extension);
550 DGifGetExtensionNext(GifFileType *GifFile, GifByteType ** Extension)
    [all...]
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 304 if (DGifGetExtensionNext(gifIn, &ext) == GIF_ERROR) {

Completed in 283 milliseconds