Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer_unittest.cc80 callback_->OnCaptureCompleted(next_frame_.release()); in Capture()
84 next_frame_.reset(next_frame); in SetNextFrame()
90 rtc::scoped_ptr<DesktopFrame> next_frame_; member in webrtc::__anondd9b35230111::FakeScreenCapturer
/external/webp/src/demux/
Danim_decode.c44 int next_frame_; // Index of the next frame to be decoded member
326 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()