Home
last modified time | relevance | path

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

/external/webrtc/test/testsupport/
Divf_video_frame_generator.cc66 next_frame_ = absl::nullopt; in ~IvfVideoFrameGenerator()
91 next_frame_->video_frame_buffer(); in NextFrame()
101 return VideoFrameData(buffer, next_frame_->update_rect()); in NextFrame()
130 next_frame_ = decoded_frame; in OnFrameDecoded()
Divf_video_frame_generator.h81 absl::optional<VideoFrame> next_frame_ RTC_GUARDED_BY(frame_decode_lock_);
/external/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer_unittest.cc110 next_frame_ ? Result::SUCCESS : Result::ERROR_TEMPORARY, in CaptureFrame()
111 std::move(next_frame_)); in CaptureFrame()
115 next_frame_ = std::move(next_frame); in SetNextFrame()
125 std::unique_ptr<DesktopFrame> next_frame_; member in webrtc::__anon7733944e0111::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()
417 ++dec->next_frame_; in WebPAnimDecoderGetNext()
431 return (dec->next_frame_ <= (int)dec->info_.frame_count); in WebPAnimDecoderHasMoreFrames()
440 dec->next_frame_ = 1; in WebPAnimDecoderReset()