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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender_unittest.cc 234 rtp_rtcp_impl_.reset(new ModuleRtpRtcpImpl(configuration));
254 return rtp_rtcp_impl_->GetFeedbackState();
260 rtc::scoped_ptr<ModuleRtpRtcpImpl> rtp_rtcp_impl_; member in class:webrtc::RtcpSenderTest
285 RTCPSender::FeedbackState feedback_state = rtp_rtcp_impl_->GetFeedbackState();
455 RTCPSender::FeedbackState feedback_state = rtp_rtcp_impl_->GetFeedbackState();
589 RTCPSender::FeedbackState feedback_state = rtp_rtcp_impl_->GetFeedbackState();
643 RTCPSender::FeedbackState feedback_state = rtp_rtcp_impl_->GetFeedbackState();
rtcp_receiver_unittest.cc 85 rtp_rtcp_impl_ = new ModuleRtpRtcpImpl(configuration);
87 nullptr, nullptr, rtp_rtcp_impl_);
92 delete rtp_rtcp_impl_;
139 ModuleRtpRtcpImpl* rtp_rtcp_impl_; member in class:webrtc::__anon37307::RtcpReceiverTest
    [all...]

Completed in 80 milliseconds