Searched refs:byte_idx (Results 1 – 1 of 1) sorted by relevance
553 for (uint16_t byte_idx = 0; byte_idx < maskSizeBytes; ++byte_idx) { in InsertFECPacket() local554 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()