Home
last modified time | relevance | path

Searched refs:RtpConfig (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/call/
Drtp_config.cc66 RtpConfig::RtpConfig() = default;
67 RtpConfig::RtpConfig(const RtpConfig&) = default;
68 RtpConfig::~RtpConfig() = default;
70 RtpConfig::Flexfec::Flexfec() = default;
71 RtpConfig::Flexfec::Flexfec(const Flexfec&) = default;
72 RtpConfig::Flexfec::~Flexfec() = default;
74 std::string RtpConfig::ToString() const { in ToString()
126 RtpConfig::Rtx::Rtx() = default;
127 RtpConfig::Rtx::Rtx(const Rtx&) = default;
128 RtpConfig::Rtx::~Rtx() = default;
[all …]
Drtp_config.h71 struct RtpConfig { struct
72 RtpConfig();
73 RtpConfig(const RtpConfig&);
74 ~RtpConfig();
Drtp_video_sender.h81 const RtpConfig& rtp_config,
196 const RtpConfig rtp_config_;
Drtp_video_sender.cc72 const RtpConfig& rtp_config, in ShouldDisableRedAndUlpfec()
126 const RtpConfig& rtp, in MaybeCreateFecGenerator()
188 const RtpConfig& rtp_config, in CreateRtpStreamSenders()
306 absl::optional<VideoCodecType> GetVideoCodecType(const RtpConfig& config) { in GetVideoCodecType()
312 bool TransportSeqNumExtensionConfigured(const RtpConfig& config) { in TransportSeqNumExtensionConfigured()
323 const RtpConfig& rtp_config, in RtpVideoSender()
Drtp_transport_controller_send_interface.h108 const RtpConfig& rtp_config,
Dvideo_send_stream.h160 RtpConfig rtp;
Drtp_transport_controller_send.h69 const RtpConfig& rtp_config,
Drtp_transport_controller_send.cc147 const RtpConfig& rtp_config, in CreateRtpVideoSender()
/external/webrtc/rtc_tools/rtp_generator/
Drtp_generator.h52 RtpConfig rtp;
/external/webrtc/call/test/
Dmock_rtp_transport_controller_send.h39 const RtpConfig&,
/external/webrtc/video/end_to_end_tests/
Dconfig_tests.cc43 void VerifyEmptyFlexfecConfig(const RtpConfig::Flexfec& config) { in VerifyEmptyFlexfecConfig()
/external/webrtc/video/
Dsend_statistics_proxy.h278 const RtpConfig rtp_config_;
324 void UpdateHistograms(const RtpConfig& rtp_config,
Dvideo_send_stream.cc34 size_t CalculateMaxHeaderSize(const RtpConfig& config) { in CalculateMaxHeaderSize()
Dsend_statistics_proxy.cc294 const RtpConfig& rtp_config, in UpdateHistograms()