Searched refs:DGifOpen (Results 1 – 4 of 4) sorted by relevance
/external/oss-fuzz/projects/giflib/ |
D | dgif_fuzz_common.cc | 28 GifFile = DGifOpen((void *)&gUData, stub_input_reader, &Error); in fuzz_dgif() 46 GifFile = DGifOpen((void *)&gUData, stub_input_reader, &Error); in fuzz_dgif_extended() 96 GifFile = DGifOpen((void *)&gUData, stub_input_reader, &Error); in fuzz_dgif_ala_android()
|
/external/tensorflow/tensorflow/core/lib/gif/ |
D | gif_io.cc | 64 DGifOpen(static_cast<void*>(&info), &input_callback, &error_code); in Decode()
|
/external/giflib/ |
D | gif_lib.h | 182 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */
|
D | dgif_lib.c | 159 DGifOpen(void *userData, InputFunc readFunc, int *Error) in DGifOpen() function
|