Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Danim_util.c626 int src_frame_num = i - 2; in ReadAnimatedGIF() local
627 while (src_frame_num >= 0) { in ReadAnimatedGIF()
630 DGifSavedExtensionToGCB(gif, src_frame_num, &src_frame_gcb); in ReadAnimatedGIF()
632 --src_frame_num; in ReadAnimatedGIF()
634 if (src_frame_num >= 0) { in ReadAnimatedGIF()
638 image->frames[src_frame_num].rgba; in ReadAnimatedGIF()

Completed in 4 milliseconds