OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FecProtectionParams
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_video.h
75
int32_t SetFecParameters(const
FecProtectionParams
* delta_params,
76
const
FecProtectionParams
* key_params);
121
FecProtectionParams
delta_fec_params_;
122
FecProtectionParams
key_fec_params_;
producer_fec.h
45
void SetFecParameters(const
FecProtectionParams
* params,
78
FecProtectionParams
params_;
79
FecProtectionParams
new_params_;
producer_fec_unittest.cc
65
FecProtectionParams
params = {15, false, 3};
106
FecProtectionParams
params = {15, 0, 3};
rtp_rtcp_impl.h
324
const
FecProtectionParams
* delta_params,
325
const
FecProtectionParams
* key_params) OVERRIDE;
rtp_sender_video.cc
259
const
FecProtectionParams
* delta_params,
260
const
FecProtectionParams
* key_params) {
rtp_sender.h
266
int32_t SetFecParameters(const
FecProtectionParams
*delta_params,
267
const
FecProtectionParams
*key_params);
producer_fec.cc
102
void ProducerFec::SetFecParameters(const
FecProtectionParams
* params,
rtp_rtcp_impl.cc
[
all
...]
rtp_sender.cc
[
all
...]
rtp_sender_unittest.cc
[
all
...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_callbacks.h
249
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_;
test_callbacks.cc
451
const
FecProtectionParams
* delta_fec_params,
452
const
FecProtectionParams
* key_fec_params,
472
FecProtectionParams
VideoProtectionCallback::DeltaFecParameters() const
477
FecProtectionParams
VideoProtectionCallback::KeyFecParameters() const
mt_rx_tx_test.cc
257
FecProtectionParams
delta_params = protectionCallback.DeltaFecParameters();
258
FecProtectionParams
key_params = protectionCallback.KeyFecParameters();
/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding_defines.h
141
virtual int ProtectionRequest(const
FecProtectionParams
* delta_params,
142
const
FecProtectionParams
* key_params,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h
716
const
FecProtectionParams
* delta_params,
717
const
FecProtectionParams
* key_params) = 0;
/external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.h
136
const
FecProtectionParams
* delta_fec_params,
137
const
FecProtectionParams
* key_fec_params,
vie_encoder.cc
710
const
FecProtectionParams
* delta_fec_params,
711
const
FecProtectionParams
* key_fec_params,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
255
int32_t(const
FecProtectionParams
* delta_params,
256
const
FecProtectionParams
* key_params));
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_optimization.cc
28
FecProtectionParams
delta_fec_params;
29
FecProtectionParams
key_fec_params;
/external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h
269
struct
FecProtectionParams
{
Completed in 656 milliseconds