Home
last modified time | relevance | path

Searched refs:delta_params (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dulpfec_generator.cc67 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()
Dulpfec_generator.h44 void SetProtectionParameters(const FecProtectionParams& delta_params,
65 Params(FecProtectionParams delta_params,
68 FecProtectionParams delta_params; member
Dflexfec_sender.cc111 const FecProtectionParams& delta_params, in SetProtectionParameters() argument
113 ulpfec_generator_.SetProtectionParameters(delta_params, key_params); in SetProtectionParameters()
Dvideo_fec_generator.h38 const FecProtectionParams& delta_params,
Drtp_sender_egress.h89 void SetFecProtectionParameters(const FecProtectionParams& delta_params,
Drtp_sender_egress.cc368 const FecProtectionParams& delta_params, in SetFecProtectionParameters() argument
373 pending_fec_params_.emplace(delta_params, key_params); in SetFecProtectionParameters()
Drtp_rtcp_interface.h299 const FecProtectionParams& delta_params,
Drtp_rtcp_impl2.h151 void SetFecProtectionParams(const FecProtectionParams& delta_params,
Drtp_rtcp_impl2.cc341 const FecProtectionParams& delta_params, in SetFecProtectionParams() argument
344 rtp_sender_->packet_sender.SetFecProtectionParameters(delta_params, in SetFecProtectionParams()
Drtp_rtcp_impl.h142 void SetFecProtectionParams(const FecProtectionParams& delta_params,
/external/webrtc/api/
Dfec_controller.h28 virtual int ProtectionRequest(const FecProtectionParams* delta_params,
/external/webrtc/modules/rtp_rtcp/include/
Dflexfec_sender.h56 void SetProtectionParameters(const FecProtectionParams& delta_params,
/external/webrtc/modules/video_coding/
Dfec_controller_unittest.cc34 int ProtectionRequest(const FecProtectionParams* delta_params, in ProtectionRequest() argument
/external/webrtc/call/
Drtp_video_sender.h123 int ProtectionRequest(const FecProtectionParams* delta_params,
Drtp_video_sender.cc848 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/
Dmock_rtp_rtcp.h103 (const FecProtectionParams& delta_params,