Searched refs:mask_table (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | forward_error_correction_internal.cc | 184 const PacketMaskTable& mask_table) { in RemainingPacketProtection() argument 194 const uint8_t* packet_mask_sub_21 = mask_table.fec_packet_mask_table()[ in RemainingPacketProtection() 204 const uint8_t* packet_mask_sub_22 = mask_table in RemainingPacketProtection() 226 const PacketMaskTable& mask_table) { in ImportantPacketProtection() argument 232 const uint8_t* packet_mask_sub_1 = mask_table.fec_packet_mask_table()[ in ImportantPacketProtection() 312 const PacketMaskTable& mask_table) { in UnequalProtectionMask() argument 333 num_mask_bytes, packet_mask, mask_table); in UnequalProtectionMask() 342 packet_mask, mask_table); in UnequalProtectionMask() 349 const PacketMaskTable& mask_table, in GeneratePacketMasks() argument 364 memcpy(packet_mask, mask_table.fec_packet_mask_table()[ in GeneratePacketMasks() [all …]
|
D | forward_error_correction_internal.h | 65 const PacketMaskTable& mask_table,
|
D | forward_error_correction.cc | 166 const internal::PacketMaskTable mask_table(fec_mask_type, num_media_packets); in GenerateFEC() local 174 mask_table, packet_mask); in GenerateFEC()
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/ |
D | test_fec.cc | 157 internal::PacketMaskTable mask_table(fec_mask_type, numMediaPackets); in TEST() local 181 mask_table, packetMask); in TEST()
|
D | test_packet_masks_metrics.cc | 745 internal::PacketMaskTable mask_table(fec_mask_type, num_media_packets); in ProcessXORPacketMasks() local 749 memcpy(packet_mask, mask_table.fec_packet_mask_table() in ProcessXORPacketMasks()
|