Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Danim_util.c244 if (!AllocateFrames(image, anim_info.frame_count)) return 0; in ReadAnimatedWebP()
257 assert(frame_index < anim_info.frame_count); in ReadAnimatedWebP()
510 uint32_t frame_count; in ReadAnimatedGIF() local
543 frame_count = (uint32_t)gif->ImageCount; in ReadAnimatedGIF()
544 if (frame_count == 0) { in ReadAnimatedGIF()
561 AllocateFrames(image, frame_count); in ReadAnimatedGIF()
567 for (i = 0; i < frame_count; ++i) { in ReadAnimatedGIF()
/AliOS-Things-master/components/csi/csi1/include/drv/
A Dmipi_csi_reader.h41 uint8_t frame_count; ///< frame count member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dwicdec.c267 UINT frame_count = 0; in ReadPictureWithWIC() local
300 IFS(IWICBitmapDecoder_GetFrameCount(decoder, &frame_count)); in ReadPictureWithWIC()
301 if (SUCCEEDED(hr) && frame_count == 0) { in ReadPictureWithWIC()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Ddemux.h299 uint32_t frame_count; member
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Ddemux.h299 uint32_t frame_count; member
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Ddemux.h299 uint32_t frame_count; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A Danim_decode.c113 dec->info_.frame_count = WebPDemuxGetI(dec->demux_, WEBP_FF_FRAME_COUNT); in WebPAnimDecoderNewInternal()
428 return (dec->next_frame_ <= (int)dec->info_.frame_count); in WebPAnimDecoderHasMoreFrames()
A Ddemux.c606 int frame_count = 0; in IsValidExtendedFormat() local
642 ++frame_count; in IsValidExtendedFormat()

Completed in 13 milliseconds