HomeSort by relevance Sort by last modified time
    Searched full:rx_packet (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
forward_error_correction.cc 475 ReceivedPacket* rx_packet, RecoveredPacketList* recovered_packet_list) {
481 if (rx_packet->seq_num == (*recovered_packet_list_it)->seq_num) {
484 rx_packet->pkt = NULL;
493 recoverd_packet_to_insert->seq_num = rx_packet->seq_num;
494 recoverd_packet_to_insert->pkt = rx_packet->pkt;
495 recoverd_packet_to_insert->pkt->length = rx_packet->pkt->length;
520 ReceivedPacket* rx_packet,
527 if (rx_packet->seq_num == (*fec_packet_list_it)->seq_num) {
529 rx_packet->pkt = NULL;
535 fec_packet->pkt = rx_packet->pkt
604 ReceivedPacket* rx_packet = received_packet_list->front(); local
    [all...]
forward_error_correction.h 256 void InsertMediaPacket(ReceivedPacket* rx_packet,
267 void InsertFECPacket(ReceivedPacket* rx_packet,
  /external/libnfc-nxp/src/
phHciNfc_Generic.c 753 /* pdata = (uint8_t *)&psHciContext->rx_packet; */
    [all...]
phHciNfc_Generic.h 688 phHciNfc_HCP_Packet_t rx_packet; member in struct:phHciNfc_sContext
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 39 GDBRemoteCommunication ("gdb-remote.server", "gdb-remote.server.rx_packet", is_platform),
GDBRemoteCommunicationClient.cpp 40 GDBRemoteCommunication("gdb-remote.client", "gdb-remote.client.rx_packet", is_platform),
    [all...]
  /external/tcpdump/
print-rx.c 30 * Bah. If I never look at rx_packet.h again, it will be too soon.
    [all...]

Completed in 2044 milliseconds