Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/call/
H A Drtp_video_sender.cc42 std::unique_ptr<ModuleRtpRtcpImpl2> rtp_rtcp, in RtpStreamSender()
267 std::unique_ptr<ModuleRtpRtcpImpl2> rtp_rtcp( in CreateRtpStreamSenders() local
716 RtpRtcpInterface* const rtp_rtcp = rtp_streams_[i].rtp_rtcp.get(); in ConfigureSsrcs() local
733 RtpRtcpInterface* const rtp_rtcp = rtp_streams_[i].rtp_rtcp.get(); in ConfigureSsrcs() local
H A Drtp_video_sender.h62 std::unique_ptr<ModuleRtpRtcpImpl2> rtp_rtcp; member
/aosp_15_r20/external/webrtc/audio/voip/
H A Daudio_egress.cc20 AudioEgress::AudioEgress(RtpRtcpInterface* rtp_rtcp, in AudioEgress()
H A Daudio_ingress.cc42 RtpRtcpInterface* rtp_rtcp, in AudioIngress()
/aosp_15_r20/external/webrtc/audio/voip/test/
H A Daudio_egress_unittest.cc42 auto rtp_rtcp = ModuleRtpRtcpImpl2::Create(rtp_config); in CreateRtpStack() local
/aosp_15_r20/external/webrtc/video/
H A Drtp_video_stream_receiver2.cc101 std::unique_ptr<ModuleRtpRtcpImpl2> rtp_rtcp = in CreateRtpRtcpModule() local
/aosp_15_r20/external/webrtc/audio/
H A Daudio_send_stream_unittest.cc207 MockRtpRtcpInterface* rtp_rtcp() { return &rtp_rtcp_; } in rtp_rtcp() function