Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc569 Packet* current_packet = (*it); in InsertPacketInternal() local
570 assert(current_packet); in InsertPacketInternal()
571 assert(current_packet->payload); in InsertPacketInternal()
572 if (decoder_database_->IsDtmf(current_packet->header.payloadType)) { in InsertPacketInternal()
573 assert(!current_packet->sync_packet); // We had a sanity check for this. in InsertPacketInternal()
576 current_packet->header.timestamp, in InsertPacketInternal()
577 current_packet->payload, in InsertPacketInternal()
578 current_packet->payload_length, in InsertPacketInternal()
589 delete [] current_packet->payload; in InsertPacketInternal()
590 delete current_packet; in InsertPacketInternal()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c776 UINT8 *current_packet; in userial_read_thread() local
783 current_packet = (UINT8 *) (p_buf + 1); in userial_read_thread()
784 rx_length = my_read(linux_cb.sock, current_packet, READ_LIMIT); in userial_read_thread()
1147 UINT8 * current_packet = NULL; in USERIAL_Read() local
1156 current_packet = ((UINT8 *)(pbuf_USERIAL_Read + 1)) + (pbuf_USERIAL_Read->offset); in USERIAL_Read()
1163 memcpy((p_data + total_len), current_packet, copy_len); in USERIAL_Read()
/external/libpcap/
Dpcap-linux.c314 …unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block i… member
4839 if (handlep->current_packet == NULL) {
4858 if (handlep->current_packet == NULL) {
4863 handlep->current_packet = h.raw + h.h3->hdr.bh1.offset_to_first_pkt;
4873 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet;
4878 handlep->current_packet,
4895 handlep->current_packet = NULL;
4898 handlep->current_packet += tp3_hdr->tp_next_offset;
4926 handlep->current_packet = NULL;