Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction.cc482 ReceivedPacket* rx_packet, in InsertMediaPacket() argument
489 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() argument
535 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 …]
Dforward_error_correction.h256 void InsertMediaPacket(ReceivedPacket* rx_packet,
267 void InsertFECPacket(ReceivedPacket* rx_packet,
/external/libnfc-nxp/src/
DphHciNfc_Generic.c1125 (void)memset((void *)&psHciContext->rx_packet, in phHciNfc_Process_Event()
1137 (uint8_t *)(&psHciContext->rx_packet), in phHciNfc_Process_Event()
1575 (void) memset((void *)&psHciContext->rx_packet, in phHciNfc_Send_Complete()
1586 (uint8_t *)(&psHciContext->rx_packet), in phHciNfc_Send_Complete()
DphHciNfc_Generic.h688 phHciNfc_HCP_Packet_t rx_packet; member