Searched refs:frame_count (Results 1 – 8 of 8) sorted by relevance
244 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() local543 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()
41 uint8_t frame_count; ///< frame count member
267 UINT frame_count = 0; in ReadPictureWithWIC() local300 IFS(IWICBitmapDecoder_GetFrameCount(decoder, &frame_count)); in ReadPictureWithWIC()301 if (SUCCEEDED(hr) && frame_count == 0) { in ReadPictureWithWIC()
299 uint32_t frame_count; member
113 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()
606 int frame_count = 0; in IsValidExtendedFormat() local642 ++frame_count; in IsValidExtendedFormat()
Completed in 13 milliseconds