Searched refs:delta_params (Results 1 – 16 of 16) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | ulpfec_generator.cc | 67 UlpfecGenerator::Params::Params(FecProtectionParams delta_params, in Params() argument 69 : delta_params(delta_params), keyframe_params(keyframe_params) {} in Params() 98 const FecProtectionParams& delta_params, in SetProtectionParameters() argument 100 RTC_DCHECK_GE(delta_params.fec_rate, 0); in SetProtectionParameters() 101 RTC_DCHECK_LE(delta_params.fec_rate, 255); in SetProtectionParameters() 107 pending_params_.emplace(delta_params, key_params); in SetProtectionParameters() 194 : current_params_.delta_params; in CurrentParams()
|
D | ulpfec_generator.h | 44 void SetProtectionParameters(const FecProtectionParams& delta_params, 65 Params(FecProtectionParams delta_params, 68 FecProtectionParams delta_params; member
|
D | flexfec_sender.cc | 111 const FecProtectionParams& delta_params, in SetProtectionParameters() argument 113 ulpfec_generator_.SetProtectionParameters(delta_params, key_params); in SetProtectionParameters()
|
D | video_fec_generator.h | 38 const FecProtectionParams& delta_params,
|
D | rtp_sender_egress.h | 89 void SetFecProtectionParameters(const FecProtectionParams& delta_params,
|
D | rtp_sender_egress.cc | 368 const FecProtectionParams& delta_params, in SetFecProtectionParameters() argument 373 pending_fec_params_.emplace(delta_params, key_params); in SetFecProtectionParameters()
|
D | rtp_rtcp_interface.h | 299 const FecProtectionParams& delta_params,
|
D | rtp_rtcp_impl2.h | 151 void SetFecProtectionParams(const FecProtectionParams& delta_params,
|
D | rtp_rtcp_impl2.cc | 341 const FecProtectionParams& delta_params, in SetFecProtectionParams() argument 344 rtp_sender_->packet_sender.SetFecProtectionParameters(delta_params, in SetFecProtectionParams()
|
D | rtp_rtcp_impl.h | 142 void SetFecProtectionParams(const FecProtectionParams& delta_params,
|
/external/webrtc/api/ |
D | fec_controller.h | 28 virtual int ProtectionRequest(const FecProtectionParams* delta_params,
|
/external/webrtc/modules/rtp_rtcp/include/ |
D | flexfec_sender.h | 56 void SetProtectionParameters(const FecProtectionParams& delta_params,
|
/external/webrtc/modules/video_coding/ |
D | fec_controller_unittest.cc | 34 int ProtectionRequest(const FecProtectionParams* delta_params, in ProtectionRequest() argument
|
/external/webrtc/call/ |
D | rtp_video_sender.h | 123 int ProtectionRequest(const FecProtectionParams* delta_params,
|
D | rtp_video_sender.cc | 848 int RtpVideoSender::ProtectionRequest(const FecProtectionParams* delta_params, in ProtectionRequest() argument 858 stream.rtp_rtcp->SetFecProtectionParams(*delta_params, *key_params); in ProtectionRequest() 868 stream.fec_generator->SetProtectionParameters(*delta_params, in ProtectionRequest()
|
/external/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 103 (const FecProtectionParams& delta_params,
|