HomeSort by relevance Sort by last modified time
    Searched defs:rtp_rtcp_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/webrtc/video/
receive_statistics_proxy.h 79 ViERTP_RTCP* const rtp_rtcp_; member in class:webrtc::internal::ReceiveStatisticsProxy
video_receive_stream.h 80 ViERTP_RTCP* rtp_rtcp_; member in class:webrtc::internal::VideoReceiveStream
video_send_stream.h 85 ViERTP_RTCP* rtp_rtcp_; member in class:webrtc::internal::VideoSendStream
call.cc 114 ViERTP_RTCP* rtp_rtcp_; member in class:webrtc::internal::Call
151 rtp_rtcp_ = ViERTP_RTCP::GetInterface(video_engine_);
152 assert(rtp_rtcp_ != NULL);
170 rtp_rtcp_->Release();
rampup_tests.cc 77 rtp_rtcp_.reset(RtpRtcp::CreateRtpRtcp(config));
78 rtp_rtcp_->SetREMBStatus(true);
79 rtp_rtcp_->SetRTCPStatus(kRtcpNonCompound);
119 rtp_rtcp_->SetREMBData(
121 rtp_rtcp_->Process();
156 rtp_rtcp_->SetRemoteSSRC(header.ssrc);
190 scoped_ptr<RtpRtcp> rtp_rtcp_; member in class:webrtc::__anon20088::StreamObserver
236 rtp_rtcp_.reset(RtpRtcp::CreateRtpRtcp(config));
237 rtp_rtcp_->SetREMBStatus(true);
238 rtp_rtcp_->SetRTCPStatus(kRtcpNonCompound)
405 scoped_ptr<RtpRtcp> rtp_rtcp_; member in class:webrtc::__anon20088::LowRateStreamObserver
    [all...]
video_send_stream_tests.cc 1191 scoped_ptr<RtpRtcp> rtp_rtcp_; member in class:webrtc::BitrateObserver
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_receiver.h 113 RtpRtcp* rtp_rtcp_; member in class:webrtc::ViEReceiver
vie_channel.h 389 scoped_ptr<RtpRtcp> rtp_rtcp_; member in class:webrtc::ViEChannel
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator_unittest.cc 71 EXPECT_CALL(rtp_rtcp_, RemoteNTP(_, _, _, _, _))
77 UpdateRtcpTimestamp(&rtp_rtcp_, true);
82 MockRtpRtcp rtp_rtcp_; member in class:webrtc::RemoteNtpTimeEstimatorTest
88 EXPECT_CALL(rtp_rtcp_, RemoteNTP(_, _, _, _, _)).WillOnce(Return(0));
89 UpdateRtcpTimestamp(&rtp_rtcp_, false);
nack_rtx_unittest.cc 55 TestRtpFeedback(RtpRtcp* rtp_rtcp) : rtp_rtcp_(rtp_rtcp) {}
60 rtp_rtcp_->SetRemoteSSRC(ssrc);
64 RtpRtcp* rtp_rtcp_; member in class:TestRtpFeedback
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc 75 TestRtpFeedback(RtpRtcp* rtp_rtcp) : rtp_rtcp_(rtp_rtcp) {}
80 rtp_rtcp_->SetRemoteSSRC(ssrc);
84 RtpRtcp* rtp_rtcp_; member in class:TestRtpFeedback

Completed in 221 milliseconds