Searched refs:tmp_packet_masks_ (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | forward_error_correction.cc | 295 memset(tmp_packet_masks_, 0, num_fec_packets * tmp_packet_mask_size); in InsertZerosInPacketMasks() 302 internal::CopyColumn(tmp_packet_masks_, tmp_packet_mask_size, packet_masks_, in InsertZerosInPacketMasks() 316 internal::InsertZeroColumns(num_zeros_to_insert, tmp_packet_masks_, in InsertZerosInPacketMasks() 321 internal::CopyColumn(tmp_packet_masks_, tmp_packet_mask_size, packet_masks_, in InsertZerosInPacketMasks() 333 tmp_packet_masks_[new_byte_index] <<= (7 - (new_bit_index % 8)); in InsertZerosInPacketMasks() 337 memcpy(packet_masks_, tmp_packet_masks_, in InsertZerosInPacketMasks()
|
D | forward_error_correction.h | 347 uint8_t tmp_packet_masks_[kUlpfecMaxMediaPackets * kUlpfecMaxPacketMaskSize]; variable
|