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

  /external/giflib/
egif_lib.c 350 return GIF_OK;
438 return GIF_OK;
539 return GIF_OK;
563 return GIF_OK;
587 return GIF_OK;
609 return GIF_OK;
645 return GIF_OK;
683 return GIF_OK;
695 return (GIF_OK);
754 return GIF_OK;
    [all...]
dgif_lib.c 292 return GIF_OK;
332 return GIF_OK;
461 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) {
473 return GIF_OK;
498 if (DGifDecompressLine(GifFile, &Pixel, 1) == GIF_OK) {
510 return GIF_OK;
570 return GIF_OK;
593 return GIF_OK;
673 return GIF_OK;
691 return GIF_OK;
    [all...]
quantize.c 56 This function returns GIF_OK if successful, GIF_ERROR otherwise.
128 GIF_OK) {
187 return GIF_OK;
194 Returns GIF_ERROR if failed, otherwise GIF_OK.
221 return GIF_OK;
306 return GIF_OK;
gif_lib.h 19 #define GIF_OK 1
gifalloc.c 258 return (GIF_OK);
  /external/tensorflow/tensorflow/core/lib/gif/
gif_io.cc 65 if (gif_file && DGifCloseFile(gif_file, &error_code) != GIF_OK) {
75 if (DGifSlurp(gif_file) != GIF_OK) {
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 113 return GIF_OK;
552 return (gifCode == GIF_OK);
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 55 if (DGifSlurp(mGif) != GIF_OK) {
  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 55 if (DGifSlurp(fGIF) != GIF_OK)

Completed in 495 milliseconds