Home
last modified time | relevance | path

Searched refs:GIF_OK (Results 1 – 7 of 7) sorted by relevance

/external/giflib/
Degif_lib.c350 return GIF_OK; in EGifPutScreenDesc()
438 return GIF_OK; in EGifPutImageDesc()
539 return GIF_OK; in EGifPutComment()
563 return GIF_OK; in EGifPutExtensionLeader()
587 return GIF_OK; in EGifPutExtensionBlock()
609 return GIF_OK; in EGifPutExtensionTrailer()
645 return GIF_OK; in EGifPutExtension()
683 return GIF_OK; in EGifGCBToSavedExtension()
695 return (GIF_OK); in EGifGCBToSavedExtension()
754 return GIF_OK; in EGifPutCodeNext()
[all …]
Ddgif_lib.c292 return GIF_OK; in DGifGetScreenDesc()
332 return GIF_OK; in DGifGetRecordType()
461 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) { in DGifGetLine()
473 return GIF_OK; in DGifGetLine()
498 if (DGifDecompressLine(GifFile, &Pixel, 1) == GIF_OK) { in DGifGetPixel()
510 return GIF_OK; in DGifGetPixel()
570 return GIF_OK; in DGifGetExtensionNext()
593 return GIF_OK; in DGifExtensionToGCB()
673 return GIF_OK; in DGifCloseFile()
691 return GIF_OK; in DGifGetWord()
[all …]
Dquantize.c128 GIF_OK) { in GifQuantizeBuffer()
187 return GIF_OK; in GifQuantizeBuffer()
221 return GIF_OK; in SubdivColorMap()
306 return GIF_OK; in SubdivColorMap()
Dgif_lib.h19 #define GIF_OK 1 macro
Dgifalloc.c258 return (GIF_OK); in GifAddExtensionBlock()
/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io.cc67 if (gif_file && DGifCloseFile(gif_file, &error_code) != GIF_OK) { in Decode()
77 if (DGifSlurp(gif_file) != GIF_OK) { in Decode()
/external/oss-fuzz/projects/giflib/
Ddgif_fuzz_common.cc52 if (DGifSlurp(GifFile) != GIF_OK) in fuzz_dgif_extended()
103 if (DGifSlurp(GifFile) != GIF_OK) in fuzz_dgif_ala_android()