Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c69 int num_frames_; member
341 status = StoreFrame(dmux->num_frames_ + 1, anmf_payload_size, mem, frame); in ParseAnimationFrame()
348 ++dmux->num_frames_; in ParseAnimationFrame()
439 dmux->num_frames_ = 1; in ParseSingleImage()
696 dmux->num_frames_ = 1; in CreateRawImageDemuxer()
796 case WEBP_FF_FRAME_COUNT: return (uint32_t)dmux->num_frames_; in WebPDemuxGetI()
847 iter->num_frames = dmux->num_frames_; in SynthesizeFrame()
866 if (frame_num > dmux->num_frames_) return 0; in SetFrame()
867 if (frame_num == 0) frame_num = dmux->num_frames_; in SetFrame()
/third_party/skia/third_party/externals/libwebp/examples/
Dwebpinfo.c107 int num_frames_; member
857 ++webp_info->num_frames_; in ProcessImageChunk()
992 if (webp_info->num_frames_ < 1) { in Validate()
1035 if (!animation && webp_info->num_frames_ > 1) { in Validate()
1051 printf("Number of frames: %d\n", webp_info->num_frames_); in ShowSummary()