Searched refs:RtpConfig (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/call/ |
D | rtp_config.cc | 66 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 …]
|
D | rtp_config.h | 71 struct RtpConfig { struct 72 RtpConfig(); 73 RtpConfig(const RtpConfig&); 74 ~RtpConfig();
|
D | rtp_video_sender.h | 81 const RtpConfig& rtp_config, 196 const RtpConfig rtp_config_;
|
D | rtp_video_sender.cc | 72 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()
|
D | rtp_transport_controller_send_interface.h | 108 const RtpConfig& rtp_config,
|
D | video_send_stream.h | 160 RtpConfig rtp;
|
D | rtp_transport_controller_send.h | 69 const RtpConfig& rtp_config,
|
D | rtp_transport_controller_send.cc | 147 const RtpConfig& rtp_config, in CreateRtpVideoSender()
|
/external/webrtc/rtc_tools/rtp_generator/ |
D | rtp_generator.h | 52 RtpConfig rtp;
|
/external/webrtc/call/test/ |
D | mock_rtp_transport_controller_send.h | 39 const RtpConfig&,
|
/external/webrtc/video/end_to_end_tests/ |
D | config_tests.cc | 43 void VerifyEmptyFlexfecConfig(const RtpConfig::Flexfec& config) { in VerifyEmptyFlexfecConfig()
|
/external/webrtc/video/ |
D | send_statistics_proxy.h | 278 const RtpConfig rtp_config_; 324 void UpdateHistograms(const RtpConfig& rtp_config,
|
D | video_send_stream.cc | 34 size_t CalculateMaxHeaderSize(const RtpConfig& config) { in CalculateMaxHeaderSize()
|
D | send_statistics_proxy.cc | 294 const RtpConfig& rtp_config, in UpdateHistograms()
|