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

  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 19 #define DGifCloseFile(a, b) DGifCloseFile(a)
57 DGifCloseFile(fGIF, nullptr);
68 DGifCloseFile(fGIF, nullptr);
  /external/tensorflow/tensorflow/core/lib/gif/
gif_io.cc 65 if (gif_file && DGifCloseFile(gif_file, &error_code) != GIF_OK) {
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 57 DGifCloseFile(mGif, NULL);
128 DGifCloseFile(mGif, NULL);
  /external/giflib/
gif_lib.h 183 int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
dgif_lib.c 626 DGifCloseFile(GifFileType *GifFile, int *ErrorCode)
    [all...]
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 511 DGifCloseFile(mGifIn, NULL);

Completed in 97 milliseconds