Home
last modified time | relevance | path

Searched defs:rtp_rtcp (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/call/
Drtp_video_sender.h63 std::unique_ptr<ModuleRtpRtcpImpl2> rtp_rtcp; member
Drtp_video_sender.cc40 std::unique_ptr<ModuleRtpRtcpImpl2> rtp_rtcp, in RtpStreamSender()
259 std::unique_ptr<ModuleRtpRtcpImpl2> rtp_rtcp( in CreateRtpStreamSenders() local
638 RtpRtcpInterface* const rtp_rtcp = rtp_streams_[i].rtp_rtcp.get(); in ConfigureSsrcs() local
655 RtpRtcpInterface* const rtp_rtcp = rtp_streams_[i].rtp_rtcp.get(); in ConfigureSsrcs() local
/external/webrtc/audio/voip/
Daudio_egress.cc20 AudioEgress::AudioEgress(RtpRtcpInterface* rtp_rtcp, in AudioEgress()
Daudio_ingress.cc38 RtpRtcpInterface* rtp_rtcp, in AudioIngress()
/external/webrtc/audio/voip/test/
Daudio_egress_unittest.cc40 auto rtp_rtcp = ModuleRtpRtcpImpl2::Create(rtp_config); in CreateRtpStack() local
/external/webrtc/video/
Drtp_video_stream_receiver2.cc99 std::unique_ptr<ModuleRtpRtcpImpl2> rtp_rtcp = in CreateRtpRtcpModule() local
Drtp_video_stream_receiver.cc100 std::unique_ptr<RtpRtcp> rtp_rtcp = RtpRtcp::DEPRECATED_Create(configuration); in CreateRtpRtcpModule() local
/external/webrtc/audio/
Daudio_send_stream_unittest.cc206 MockRtpRtcpInterface* rtp_rtcp() { return &rtp_rtcp_; } in rtp_rtcp() function