Searched refs:FecProtectionParams (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.h75 int32_t SetFecParameters(const FecProtectionParams* delta_params,
76 const FecProtectionParams* key_params);
121 FecProtectionParams delta_fec_params_;
122 FecProtectionParams key_fec_params_;
H A Dproducer_fec.h45 void SetFecParameters(const FecProtectionParams* params,
78 FecProtectionParams params_;
79 FecProtectionParams new_params_;
H A Dproducer_fec_unittest.cc65 FecProtectionParams params = {15, false, 3};
106 FecProtectionParams params = {15, 0, 3};
H A Drtp_sender_video.cc259 const FecProtectionParams* delta_params,
260 const FecProtectionParams* key_params) {
H A Drtp_rtcp_impl.h324 const FecProtectionParams* delta_params,
325 const FecProtectionParams* key_params) OVERRIDE;
H A Drtp_sender.h266 int32_t SetFecParameters(const FecProtectionParams *delta_params,
267 const FecProtectionParams *key_params);
H A Dproducer_fec.cc102 void ProducerFec::SetFecParameters(const FecProtectionParams* params,
H A Drtp_rtcp_impl.cc1152 const FecProtectionParams* delta_params,
1153 const FecProtectionParams* key_params) {
H A Drtp_sender.cc1616 const FecProtectionParams *delta_params,
1617 const FecProtectionParams *key_params) {
H A Drtp_sender_unittest.cc997 FecProtectionParams fec_params;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtest_callbacks.h249 const FecProtectionParams* delta_fec_params,
250 const FecProtectionParams* key_fec_params,
254 FecProtectionParams DeltaFecParameters() const;
255 FecProtectionParams KeyFecParameters() const;
258 FecProtectionParams delta_fec_params_;
259 FecProtectionParams key_fec_params_;
H A Dtest_callbacks.cc451 const FecProtectionParams* delta_fec_params,
452 const FecProtectionParams* key_fec_params,
472 FecProtectionParams VideoProtectionCallback::DeltaFecParameters() const
477 FecProtectionParams VideoProtectionCallback::KeyFecParameters() const
H A Dmt_rx_tx_test.cc257 FecProtectionParams delta_params = protectionCallback.DeltaFecParameters();
258 FecProtectionParams key_params = protectionCallback.KeyFecParameters();
/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
H A Dvideo_coding_defines.h141 virtual int ProtectionRequest(const FecProtectionParams* delta_params,
142 const FecProtectionParams* key_params,
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_encoder.h136 const FecProtectionParams* delta_fec_params,
137 const FecProtectionParams* key_fec_params,
H A Dvie_encoder.cc710 const FecProtectionParams* delta_fec_params,
711 const FecProtectionParams* key_fec_params,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp.h716 const FecProtectionParams* delta_params,
717 const FecProtectionParams* key_params) = 0;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h255 int32_t(const FecProtectionParams* delta_params,
256 const FecProtectionParams* key_params));
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dmedia_optimization.cc28 FecProtectionParams delta_fec_params;
29 FecProtectionParams key_fec_params;
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h269 struct FecProtectionParams { struct in namespace:webrtc

Completed in 710 milliseconds