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

  /external/chromium_org/media/cast/net/rtp/
mock_rtp_feedback.h 24 void(const int32 id, const RtpRtcpPacketField packet_type));
  /external/chromium_org/chrome/browser/net/
probe_message.h 31 void SetPacketHeader(ProbePacket_Type packet_type,
probe_message.cc 97 void ProbeMessage::SetPacketHeader(ProbePacket_Type packet_type,
101 header->set_type(packet_type);
  /external/chromium_org/third_party/webrtc/video/
end_to_end_tests.cc 358 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
359 while (packet_type != RTCPUtility::kRtcpNotValidCode) {
360 if (packet_type == RTCPUtility::kRtcpRtpfbNackCode) {
364 packet_type = parser.Iterate();
719 for (RTCPUtility::RTCPPacketTypes packet_type = parser.Begin();
720 packet_type != RTCPUtility::kRtcpNotValidCode;
721 packet_type = parser.Iterate()) {
723 EXPECT_NE(packet_type, RTCPUtility::kRtcpRtpfbNackCode);
725 if (packet_type == RTCPUtility::kRtcpPsfbPliCode) {
859 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin() local
1122 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
1170 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
1189 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
    [all...]
call_perf_tests.cc 68 for (RTCPUtility::RTCPPacketTypes packet_type = parser.Begin();
69 packet_type != RTCPUtility::kRtcpNotValidCode;
70 packet_type = parser.Iterate()) {
71 if (packet_type == RTCPUtility::kRtcpSrCode) {
video_send_stream_tests.cc 101 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
102 while (packet_type != RTCPUtility::kRtcpNotValidCode) {
103 if (packet_type == RTCPUtility::kRtcpSdesChunkCode) {
108 packet_type = parser.Iterate();
1526 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
    [all...]
  /external/chromium_org/media/cast/net/pacing/
paced_sender.cc 194 PacketRef PacedSender::PopNextPacket(PacketType* packet_type,
200 *packet_type = i->second.first;
279 PacketType packet_type; local
281 PacketRef packet = PopNextPacket(&packet_type, &packet_key);
285 switch (packet_type) {
paced_sender.h 160 PacketRef PopNextPacket(PacketType* packet_type,
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon.py 195 seq, packet_type, x, _ = struct.unpack('BBBB', data[:4])
203 if packet_type == 0:
223 elif packet_type == 1:
227 elif packet_type == 2:
232 logging.debug('discarding data packet type=0x%02x', packet_type)
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 24 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member in struct:ft_rrb_frame
49 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PULL */ member in struct:ft_r0kh_r1kh_pull_frame
63 u8 packet_type; /* FT_PACKET_R0KH_R1KH_RESP */ member in struct:ft_r0kh_r1kh_resp_frame
79 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PUSH */ member in struct:ft_r0kh_r1kh_push_frame
wpa_auth_ft.c 329 frame.packet_type = FT_PACKET_R0KH_R1KH_PULL;
1197 frame->packet_type = FT_PACKET_REQUEST;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_doc.py 43 def packet_type(self, type_dict): member in class:glx_doc_parameter
209 print ' %-8s %-15s %s' % (s, output.packet_type( self.type_map ), output.name)
224 print ' %-8s %-15s %s' % (s, p.packet_type( self.type_map ), p.name)
  /external/mesa3d/src/mapi/glapi/gen/
glX_doc.py 43 def packet_type(self, type_dict): member in class:glx_doc_parameter
209 print ' %-8s %-15s %s' % (s, output.packet_type( self.type_map ), output.name)
224 print ' %-8s %-15s %s' % (s, p.packet_type( self.type_map ), p.name)
  /external/chromium_org/media/cast/net/rtcp/
rtcp.cc 86 uint8 packet_type = packet[1]; local
87 return packet_type >= kPacketTypeLow && packet_type <= kPacketTypeHigh;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_receiver.cc 260 InitialDelayManager::PacketType packet_type = local
284 packet_type = InitialDelayManager::kCngPacket;
286 packet_type = InitialDelayManager::kAvtPacket;
306 packet_type = InitialDelayManager::kAudioPacket;
322 rtp_header, receive_timestamp, packet_type, new_codec, sample_rate_hz,
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Channel.java 641 final int packet_type = header.getInt(); local
645 switch (packet_type) {
684 Loge("Unknown packet type " + packet_type + " in Channel "
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender_unittest.cc 317 bool gotPacketType(RTCPPacketType packet_type) {
319 packet_type) != 0U;
rtcp_receiver.cc 929 RTCPUtility::RTCPPacketTypes packet_type = parser.Iterate(); local
931 while (packet_type == RTCPUtility::kRtcpXrDlrrReportBlockItemCode) {
933 packet_type = parser.Iterate();
    [all...]
rtcp_packet.cc 111 uint8_t packet_type,
118 AssignUWord8(buffer, pos, packet_type);
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 90 const StringExtractorGDBRemote::ServerPacketType packet_type = packet.GetServerPacketType (); local
91 switch (packet_type)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 164 uint8 packet_type; member in struct:eflush_cmd_parms
  /external/libvorbis/doc/
04-codec.tex 32 1) [packet_type] : 8 bit value
289 \item read 1 bit \varname{[packet_type]}; check that packet type is 0 (audio)
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 593 HCI_API extern BOOLEAN btsnd_hcic_enhanced_flush (UINT16 handle, UINT8 packet_type);
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c     [all...]

Completed in 704 milliseconds