Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Danim_util.h34 } DecodedFrame; typedef
42 DecodedFrame* frames;
A Danim_util.c54 DecodedFrame* frames = NULL; in AllocateFrames()
64 frames = (DecodedFrame*)malloc((size_t)total_frame_size); in AllocateFrames()
248 DecodedFrame* curr_frame; in ReadAnimatedWebP()
377 const DecodedFrame* const prev_frame, in IsKeyFrameGIF()
571 DecodedFrame* curr_frame; in ReadAnimatedGIF()
588 DecodedFrame* const prev_frame = &image->frames[i - 1]; in ReadAnimatedGIF()
A Danim_diff.c80 DecodedFrame* const frame1 = &img->frames[i - 1]; in MinimizeAnimationFrames()
81 DecodedFrame* const frame2 = &img->frames[i]; in MinimizeAnimationFrames()

Completed in 8 milliseconds