Searched refs:tmp_packet_mask_size (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | forward_error_correction.cc | 293 size_t tmp_packet_mask_size = in InsertZerosInPacketMasks() local 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() 317 tmp_packet_mask_size, num_fec_packets, in InsertZerosInPacketMasks() 321 internal::CopyColumn(tmp_packet_masks_, tmp_packet_mask_size, packet_masks_, in InsertZerosInPacketMasks() 332 int new_byte_index = row * tmp_packet_mask_size + new_bit_index / 8; in InsertZerosInPacketMasks() 338 num_fec_packets * tmp_packet_mask_size); in InsertZerosInPacketMasks()
|