Searched refs:incoming_frames_ (Results 1 – 3 of 3) sorted by relevance
34 if (!incoming_frames_.empty() && in AddFrame()52 incoming_frames_.push_back(new_frame); in AddFrame()53 return static_cast<int32_t>(incoming_frames_.size()); in AddFrame()59 while (!incoming_frames_.empty() && TimeToNextFrameRelease() <= 0) { in FrameToRender()60 render_frame = incoming_frames_.front(); in FrameToRender()61 incoming_frames_.pop_front(); in FrameToRender()67 incoming_frames_.clear(); in ReleaseAllFrames()72 if (incoming_frames_.empty()) { in TimeToNextFrameRelease()75 const int64_t time_to_release = incoming_frames_.front().render_time_ms() - in TimeToNextFrameRelease()
51 std::list<VideoFrame> incoming_frames_; variable
96 incoming_frames_(0), in TestVideoCaptureCallback()139 incoming_frames_++; in OnIncomingCapturedFrame()153 incoming_frames_ = 0; in SetExpectedCapability()159 return incoming_frames_; in incoming_frames()190 int incoming_frames_; member in TestVideoCaptureCallback