HomeSort by relevance Sort by last modified time
    Searched full:incoming_frames_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/common_video/
video_render_frames.cc 34 if (!incoming_frames_.empty() &&
52 incoming_frames_.push_back(new_frame);
53 return static_cast<int32_t>(incoming_frames_.size());
59 while (!incoming_frames_.empty() && TimeToNextFrameRelease() <= 0) {
60 render_frame = incoming_frames_.front();
61 incoming_frames_.pop_front();
67 incoming_frames_.clear();
72 if (incoming_frames_.empty()) {
75 const int64_t time_to_release = incoming_frames_.front().render_time_ms() -
video_render_frames.h 51 std::list<VideoFrame> incoming_frames_; member in class:webrtc::VideoRenderFrames
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 96 incoming_frames_(0),
139 incoming_frames_++;
153 incoming_frames_ = 0;
159 return incoming_frames_;
190 int incoming_frames_; member in class:TestVideoCaptureCallback

Completed in 1009 milliseconds