Searched defs:rtp_rtcp (Results 1 – 7 of 7) sorted by relevance
42 std::unique_ptr<ModuleRtpRtcpImpl2> rtp_rtcp, in RtpStreamSender()267 std::unique_ptr<ModuleRtpRtcpImpl2> rtp_rtcp( in CreateRtpStreamSenders() local716 RtpRtcpInterface* const rtp_rtcp = rtp_streams_[i].rtp_rtcp.get(); in ConfigureSsrcs() local733 RtpRtcpInterface* const rtp_rtcp = rtp_streams_[i].rtp_rtcp.get(); in ConfigureSsrcs() local
62 std::unique_ptr<ModuleRtpRtcpImpl2> rtp_rtcp; member
20 AudioEgress::AudioEgress(RtpRtcpInterface* rtp_rtcp, in AudioEgress()
42 RtpRtcpInterface* rtp_rtcp, in AudioIngress()
42 auto rtp_rtcp = ModuleRtpRtcpImpl2::Create(rtp_config); in CreateRtpStack() local
101 std::unique_ptr<ModuleRtpRtcpImpl2> rtp_rtcp = in CreateRtpRtcpModule() local
207 MockRtpRtcpInterface* rtp_rtcp() { return &rtp_rtcp_; } in rtp_rtcp() function