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

  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_writer_unittest.cc 24 std::vector<uint8>* packet_header) {
25 packet_header->resize(kMinimumRtpHeaderLength + csrc_count * sizeof(uint32) +
28 memset(&(*packet_header)[0], 0, packet_header->size());
32 (*packet_header)[0] = 0;
33 (*packet_header)[0] |= (0x2 << 6); // version.
35 (*packet_header)[0] |= (extension_header_count > 0 ? (0x1 << 4) : 0);
36 (*packet_header)[0] |= (csrc_count & 0xf);
41 base::WriteBigEndian(reinterpret_cast<char*>(&(*packet_header)[offset]),
248 std::vector<uint8> packet_header; local
283 std::vector<uint8> packet_header; local
331 std::vector<uint8> packet_header; local
    [all...]
webrtc_logging_handler_host.h 95 void OnRtpPacket(scoped_ptr<uint8[]> packet_header,
170 void DumpRtpPacketOnIOThread(scoped_ptr<uint8[]> packet_header,
webrtc_rtp_dump_handler.h 75 void OnRtpPacket(const uint8* packet_header,
webrtc_rtp_dump_writer.h 48 virtual void WriteRtpPacket(const uint8* packet_header,
webrtc_logging_handler_host.cc 285 void WebRtcLoggingHandlerHost::OnRtpPacket(scoped_ptr<uint8[]> packet_header,
296 base::Passed(&packet_header),
303 scoped_ptr<uint8[]> packet_header,
313 packet_header.get(), header_length, packet_length, incoming);
webrtc_rtp_dump_handler.cc 210 void WebRtcRtpDumpHandler::OnRtpPacket(const uint8* packet_header,
222 packet_header, header_length, packet_length, incoming);
webrtc_rtp_dump_writer.cc 278 void WebRtcRtpDumpWriter::WriteRtpPacket(const uint8* packet_header,
313 AppendToBuffer(packet_header, header_length, dest_buffer);
webrtc_rtp_dump_handler_unittest.cc 31 virtual void WriteRtpPacket(const uint8* packet_header,
  /external/chromium_org/third_party/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_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_fax.h 44 // packet header should be supplied in |packet_header|; otherwise it should
53 const RTPHeader* 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_normal.h 48 // packet header should be supplied in |packet_header|; otherwise it should
57 const RTPHeader* packet_header,
decision_logic.cc 108 const RTPHeader* packet_header,
144 packet_header, prev_mode, play_dtmf,
  /external/libpcap/
pcap-enet.c 36 struct packet_header { struct
55 register struct packet_header *ph;
64 struct packet_header hdr;
79 ph = (struct packet_header *)bp;
pcap-sita.c 941 unsigned char packet_header[HEADER_SIZE]; local
    [all...]
  /external/qemu/android/
sdk-controller-socket.c 316 SDKCtlPacketHeader packet_header; member in union:SDKCtlIODispatcher::__anon33777
    [all...]
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.h 145 void DumpRtpPacketOnIOThread(scoped_ptr<uint8[]> packet_header,
socket_host.cc 652 void P2PSocketHost::DumpRtpPacketOnIOThread(scoped_ptr<uint8[]> packet_header,
668 Passed(&packet_header),
  /external/chromium_org/content/public/browser/
render_process_host.h 205 typedef base::Callback<void(scoped_ptr<uint8[]> packet_header,

Completed in 315 milliseconds