Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Danim_util.c58 const uint64_t total_frame_size = (uint64_t)num_frames * sizeof(*frames); in AllocateFrames() local
60 !CheckSizeForOverflow(total_frame_size)) { in AllocateFrames()
64 frames = (DecodedFrame*)malloc((size_t)total_frame_size); in AllocateFrames()

Completed in 4 milliseconds