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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic_fax.cc 26 const RTPHeader* packet_header,
34 if (packet_header) {
35 available_timestamp = packet_header->timestamp;
37 decoder_database_->IsComfortNoise(packet_header->payloadType);
49 if (!packet_header) {
decision_logic_fax.h 41 // packet header should be supplied in |packet_header|; otherwise it should
50 const RTPHeader* packet_header,
decision_logic_normal.cc 31 const RTPHeader* packet_header,
38 if (!packet_header) {
48 if (packet_header) {
49 available_timestamp = packet_header->timestamp;
51 decoder_database_->IsComfortNoise(packet_header->payloadType);
59 if (!packet_header) {
decision_logic.h 68 // packet header should be supplied in |packet_header|; otherwise it should
79 const RTPHeader* packet_header,
128 // packet header should be supplied in |packet_header|; otherwise it should
138 const RTPHeader* packet_header,
decision_logic.cc 108 const RTPHeader* packet_header,
141 packet_header, prev_mode, play_dtmf,
decision_logic_normal.h 45 // packet header should be supplied in |packet_header|; otherwise it should
54 const RTPHeader* packet_header,
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtc_event_log_source.cc 84 uint8_t* packet_header = new uint8_t[rtp_packet->header().size()]; local
85 memcpy(packet_header, rtp_packet->header().data(),
87 Packet* packet = new Packet(packet_header, rtp_packet->header().size(),
  /external/libpcap/
pcap-enet.c 32 struct packet_header { struct
51 register struct packet_header *ph;
60 struct packet_header hdr;
75 ph = (struct packet_header *)bp;
pcap-sita.c 946 unsigned char packet_header[HEADER_SIZE]; local
    [all...]
  /art/adbconnection/
adbconnection.cc 697 alignas(sizeof(uint32_t)) uint8_t packet_header[kPacketHeaderLen]; local
699 packet_header,
700 sizeof(packet_header),
716 uint32_t full_len = ntohl(*reinterpret_cast<uint32_t*>(packet_header + kPacketSizeOff));
717 uint32_t pkt_id = ntohl(*reinterpret_cast<uint32_t*>(packet_header + kPacketIdOff));
718 uint8_t pkt_cmd_set = packet_header[kPacketCommandSetOff];
719 uint8_t pkt_cmd = packet_header[kPacketCommandOff];
749 DCHECK_EQ(memcmp(full_pkt.data(), packet_header, sizeof(packet_header)), 0);
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerRDF.java 40 private static final String PACKET_HEADER =
247 write(PACKET_HEADER);
    [all...]
  /external/libogg/doc/
framing.html 218 continued. Adding the information to the packet_header flag allows a

Completed in 247 milliseconds