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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender_unittest.cc 299 rtp_rtcp_impl_ = new ModuleRtpRtcpImpl(configuration);
304 rtcp_receiver_ = new RTCPReceiver(0, &clock_, rtp_rtcp_impl_);
313 delete rtp_rtcp_impl_;
327 ModuleRtpRtcpImpl* rtp_rtcp_impl_; member in class:webrtc::RtcpSenderTest
341 RTCPSender::FeedbackState feedback_state(rtp_rtcp_impl_);
385 RTCPSender::FeedbackState feedback_state(rtp_rtcp_impl_);
396 RTCPSender::FeedbackState feedback_state(rtp_rtcp_impl_);
406 RTCPSender::FeedbackState feedback_state(rtp_rtcp_impl_);
417 RTCPSender::FeedbackState feedback_state(rtp_rtcp_impl_);
428 RTCPSender::FeedbackState feedback_state(rtp_rtcp_impl_);
    [all...]
rtcp_receiver_unittest.cc 274 rtp_rtcp_impl_ = new ModuleRtpRtcpImpl(configuration);
275 rtcp_receiver_ = new RTCPReceiver(0, &system_clock_, rtp_rtcp_impl_);
280 delete rtp_rtcp_impl_;
324 ModuleRtpRtcpImpl* rtp_rtcp_impl_; member in class:webrtc::__anon19898::RtcpReceiverTest

Completed in 40 milliseconds