OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FecMaskType
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
forward_error_correction_internal.h
28
PacketMaskTable(
FecMaskType
fec_mask_type, int num_media_packets);
30
FecMaskType
fec_mask_type() const { return fec_mask_type_; }
36
FecMaskType
InitMaskType(
FecMaskType
fec_mask_type, int num_media_packets);
37
const uint8_t*** InitMaskTable(
FecMaskType
fec_mask_type_);
38
const
FecMaskType
fec_mask_type_;
forward_error_correction_internal.cc
145
PacketMaskTable::PacketMaskTable(
FecMaskType
fec_mask_type,
154
FecMaskType
PacketMaskTable::InitMaskType(
FecMaskType
fec_mask_type,
179
const uint8_t*** PacketMaskTable::InitMaskTable(
FecMaskType
fec_mask_type) {
forward_error_correction.h
162
bool use_unequal_protection,
FecMaskType
fec_mask_type,
forward_error_correction.cc
112
FecMaskType
fec_mask_type,
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
test_fec.cc
96
const
FecMaskType
kMaskTypes[] = {kFecMaskRandom, kFecMaskBursty};
150
FecMaskType
fec_mask_type = kMaskTypes[mask_type_idx];
test_packet_masks_metrics.cc
728
FecMaskType
fec_mask_type) {
[
all
...]
/external/webrtc/webrtc/modules/include/
module_common_types.h
427
enum
FecMaskType
{
437
FecMaskType
fec_mask_type;
Completed in 164 milliseconds