Home
last modified time | relevance | path

Searched refs:byte_idx (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction.cc553 for (uint16_t byte_idx = 0; byte_idx < maskSizeBytes; ++byte_idx) { in InsertFECPacket() local
554 uint8_t packet_mask = fec_packet->pkt->data[12 + byte_idx]; in InsertFECPacket()
561 static_cast<uint16_t>(seq_num_base + (byte_idx << 3) + bit_idx); in InsertFECPacket()