HomeSort by relevance Sort by last modified time
    Searched refs:removed_rtp_rtcp_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc 190 while (removed_rtp_rtcp_.size() > 0) {
191 std::list<RtpRtcp*>::iterator it = removed_rtp_rtcp_.begin();
193 removed_rtp_rtcp_.erase(it);
247 while (removed_rtp_rtcp_.size() > 0 && num_modules_to_add > 0) {
248 RtpRtcp* rtp_rtcp = removed_rtp_rtcp_.front();
249 removed_rtp_rtcp_.pop_front();
301 removed_rtp_rtcp_.push_front(rtp_rtcp);
368 removed_rtp_rtcp_.push_front(rtp_rtcp);
    [all...]
vie_channel.h 391 std::list<RtpRtcp*> removed_rtp_rtcp_; member in class:webrtc::ViEChannel

Completed in 688 milliseconds