Searched refs:rx_packet (Results 1 – 2 of 2) sorted by relevance
482 ReceivedPacket* rx_packet, in InsertMediaPacket() argument489 if (rx_packet->seq_num == (*recovered_packet_list_it)->seq_num) { in InsertMediaPacket()492 rx_packet->pkt = NULL; in InsertMediaPacket()501 recoverd_packet_to_insert->seq_num = rx_packet->seq_num; in InsertMediaPacket()502 recoverd_packet_to_insert->pkt = rx_packet->pkt; in InsertMediaPacket()503 recoverd_packet_to_insert->pkt->length = rx_packet->pkt->length; in InsertMediaPacket()528 ReceivedPacket* rx_packet, in InsertFECPacket() argument535 if (rx_packet->seq_num == (*fec_packet_list_it)->seq_num) { in InsertFECPacket()537 rx_packet->pkt = NULL; in InsertFECPacket()543 fec_packet->pkt = rx_packet->pkt; in InsertFECPacket()[all …]
256 void InsertMediaPacket(ReceivedPacket* rx_packet,267 void InsertFECPacket(ReceivedPacket* rx_packet,