Searched refs:next_frame_ (Results 1 – 1 of 1) sorted by relevance
44 int next_frame_; // Index of the next frame to be decoded member326 if (!WebPDemuxGetFrame(dec->demux_, dec->next_frame_, &iter)) { in WebPAnimDecoderGetNext()414 ++dec->next_frame_; in WebPAnimDecoderGetNext()428 return (dec->next_frame_ <= (int)dec->info_.frame_count); in WebPAnimDecoderHasMoreFrames()437 dec->next_frame_ = 1; in WebPAnimDecoderReset()
Completed in 4 milliseconds