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

1 2

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
pli.cc 41 RTC_DCHECK(header.packet_type == kPacketType);
app.cc 36 RTC_DCHECK(header.packet_type == kPacketType);
extended_jitter_report.cc 44 RTC_DCHECK(header.packet_type == kPacketType);
receiver_report.cc 36 RTC_DCHECK(header.packet_type == kPacketType);
sli.cc 62 RTC_DCHECK(header.packet_type == kPacketType);
bye.cc 37 RTC_DCHECK(header.packet_type == kPacketType);
bye_unittest.cc 134 header.packet_type = Bye::kPacketType;
nack.cc 49 RTC_DCHECK(header.packet_type == kPacketType);
transport_feedback.cc 677 if (header.packet_type != kPayloadType) {
679 << " but was " << header.packet_type;
  /external/webrtc/webrtc/call/
packet_injection_tests.cc 28 uint8_t packet_type,
call_perf_tests.cc 69 for (RTCPUtility::RTCPPacketTypes packet_type = parser.Begin();
70 packet_type != RTCPUtility::RTCPPacketTypes::kInvalid;
71 packet_type = parser.Iterate()) {
72 if (packet_type == RTCPUtility::RTCPPacketTypes::kSr) {
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
monsoon.py 199 seq, packet_type, x, _ = struct.unpack('BBBB', data[:4])
207 if packet_type == 0:
227 elif packet_type == 1:
231 elif packet_type == 2:
236 logging.debug('discarding data packet type=0x%02x', packet_type)
  /system/bt/hci/src/
hci_inject.c 163 hci_packet_t packet_type = (hci_packet_t)buffer[0]; local
176 buf->event = hci_packet_to_event(packet_type);
  /system/bt/vendor_libs/test_vendor_lib/src/
hci_transport.cc 67 const serial_data_type_t packet_type = packet_stream_.ReceivePacketType(fd); local
68 switch (packet_type) {
  /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/webrtc/webrtc/video/
end_to_end_tests.cc 424 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
425 while (packet_type != RTCPUtility::RTCPPacketTypes::kInvalid) {
426 if (packet_type == RTCPUtility::RTCPPacketTypes::kRtpfbNack) {
430 packet_type = parser.Iterate();
1101 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
1575 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
1741 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
2160 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
2181 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
    [all...]
video_send_stream_tests.cc 101 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
102 while (packet_type != RTCPUtility::RTCPPacketTypes::kInvalid) {
103 if (packet_type == RTCPUtility::RTCPPacketTypes::kSdesChunk) {
108 packet_type = parser.Iterate();
1586 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 27 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member in struct:ft_rrb_frame
53 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PULL */ member in struct:ft_r0kh_r1kh_pull_frame
71 u8 packet_type; /* FT_PACKET_R0KH_R1KH_RESP */ member in struct:ft_r0kh_r1kh_resp_frame
91 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PUSH */ member in struct:ft_r0kh_r1kh_push_frame
wpa_auth_ft.c 330 frame.packet_type = FT_PACKET_R0KH_R1KH_PULL;
1197 frame->packet_type = FT_PACKET_REQUEST;
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.cc 182 switch (header.packet_type) {
442 if ((header.packet_type != PT_SR) && (header.packet_type != PT_RR)) {
492 uint8_t packet_type = packet[1]; local
525 parsed_header->packet_type = packet_type;
    [all...]
rtcp_utility_unittest.cc 156 EXPECT_EQ(kPacketType, header.packet_type);
rtcp_utility.h 321 packet_type(0),
331 uint8_t packet_type; member in struct:webrtc::RTCPUtility::RtcpCommonHeader
rtcp_packet.h 107 uint8_t packet_type,
rtcp_packet.cc 382 uint8_t packet_type,
389 AssignUWord8(buffer, pos, packet_type);
  /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 "

Completed in 1241 milliseconds

1 2