HomeSort by relevance Sort by last modified time
    Searched refs:FecMaskType (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/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 139 PacketMaskTable::PacketMaskTable(FecMaskType fec_mask_type,
148 FecMaskType PacketMaskTable::InitMaskType(FecMaskType fec_mask_type,
171 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,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/
test_fec.cc 94 const FecMaskType kMaskTypes[] = { kFecMaskRandom, kFecMaskBursty };
153 FecMaskType fec_mask_type = kMaskTypes[mask_type_idx];
test_packet_masks_metrics.cc 735 FecMaskType fec_mask_type) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 271 enum FecMaskType {
281 FecMaskType fec_mask_type;

Completed in 776 milliseconds