/external/kernel-headers/original/uapi/linux/ |
D | batadv_packet.h | 213 __u8 packet_type; member 239 __u8 packet_type; member 260 __u8 packet_type; member 285 __u8 packet_type; member 308 __u8 packet_type; member 337 __u8 packet_type; member 376 __u8 packet_type; member 410 __u8 packet_type; member 451 __u8 packet_type; member 481 __u8 packet_type; member [all …]
|
/external/webrtc/webrtc/video/ |
D | end_to_end_tests.cc | 424 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); in TEST_F() local 425 while (packet_type != RTCPUtility::RTCPPacketTypes::kInvalid) { in TEST_F() 426 if (packet_type == RTCPUtility::RTCPPacketTypes::kRtpfbNack) { in TEST_F() 430 packet_type = parser.Iterate(); in TEST_F() 959 for (RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); in ReceivesPliAndRecovers() local 960 packet_type != RTCPUtility::RTCPPacketTypes::kInvalid; in ReceivesPliAndRecovers() 961 packet_type = parser.Iterate()) { in ReceivesPliAndRecovers() 963 EXPECT_NE(packet_type, RTCPUtility::RTCPPacketTypes::kRtpfbNack); in ReceivesPliAndRecovers() 965 if (packet_type == RTCPUtility::RTCPPacketTypes::kPsfbPli) { in ReceivesPliAndRecovers() 1101 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); in RespectsRtcpMode() local [all …]
|
D | video_send_stream_tests.cc | 101 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); in TEST_F() local 102 while (packet_type != RTCPUtility::RTCPPacketTypes::kInvalid) { in TEST_F() 103 if (packet_type == RTCPUtility::RTCPPacketTypes::kSdesChunk) { in TEST_F() 108 packet_type = parser.Iterate(); in TEST_F() 1586 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); in TEST_F() local 1587 while (packet_type != RTCPUtility::RTCPPacketTypes::kInvalid) { in TEST_F() 1588 if (packet_type == RTCPUtility::RTCPPacketTypes::kSr) { in TEST_F() 1598 packet_type = parser.Iterate(); in TEST_F()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_utility.cc | 182 switch (header.packet_type) { in IterateTopLevel() 442 if ((header.packet_type != PT_SR) && (header.packet_type != PT_RR)) { in Validate() 492 uint8_t packet_type = packet[1]; in RtcpParseCommonHeader() local 525 parsed_header->packet_type = packet_type; in RtcpParseCommonHeader() 1168 RTC_CHECK((header.packet_type == PT_RTPFB) || in ParseFBCommon() 1169 (header.packet_type == PT_PSFB)); // Parser logic check in ParseFBCommon() 1189 if (header.packet_type == PT_RTPFB) { in ParseFBCommon() 1254 } else if (header.packet_type == PT_PSFB) { in ParseFBCommon()
|
D | rtcp_utility.h | 321 packet_type(0), in RtcpCommonHeader() 331 uint8_t packet_type; member
|
D | rtcp_utility_unittest.cc | 156 EXPECT_EQ(kPacketType, header.packet_type); in TEST_F()
|
D | rtcp_packet.cc | 382 uint8_t packet_type, in CreateHeader() argument 389 AssignUWord8(buffer, pos, packet_type); in CreateHeader()
|
D | rtcp_packet.h | 107 uint8_t packet_type,
|
D | rtp_rtcp_impl.cc | 545 int32_t ModuleRtpRtcpImpl::SendRTCP(RTCPPacketType packet_type) { in SendRTCP() argument 546 return rtcp_sender_.SendRTCP(GetFeedbackState(), packet_type); in SendRTCP()
|
D | rtcp_receiver.cc | 917 RTCPUtility::RTCPPacketTypes packet_type = parser.Iterate(); in HandleXrDlrrReportBlock() local 919 while (packet_type == RTCPPacketTypes::kXrDlrrReportBlockItem) { in HandleXrDlrrReportBlock() 921 packet_type = parser.Iterate(); in HandleXrDlrrReportBlock()
|
/external/u-boot/board/gdsys/common/ |
D | cmd_ioloop.c | 46 u8 packet_type; member 93 .packet_type = 1, in io_send()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | pli.cc | 41 RTC_DCHECK(header.packet_type == kPacketType); in Parse()
|
D | extended_jitter_report.cc | 44 RTC_DCHECK(header.packet_type == kPacketType); in Parse()
|
D | receiver_report.cc | 36 RTC_DCHECK(header.packet_type == kPacketType); in Parse()
|
D | app.cc | 36 RTC_DCHECK(header.packet_type == kPacketType); in Parse()
|
D | sli.cc | 62 RTC_DCHECK(header.packet_type == kPacketType); in Parse()
|
D | bye.cc | 37 RTC_DCHECK(header.packet_type == kPacketType); in Parse()
|
D | nack.cc | 49 RTC_DCHECK(header.packet_type == kPacketType); in Parse()
|
D | bye_unittest.cc | 134 header.packet_type = Bye::kPacketType; in TEST_F()
|
D | transport_feedback.cc | 677 if (header.packet_type != kPayloadType) { in ParseFrom() 679 << " but was " << header.packet_type; in ParseFrom()
|
/external/webrtc/webrtc/call/ |
D | call_perf_tests.cc | 69 for (RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); in OnSendRtcp() local 70 packet_type != RTCPUtility::RTCPPacketTypes::kInvalid; in OnSendRtcp() 71 packet_type = parser.Iterate()) { in OnSendRtcp() 72 if (packet_type == RTCPUtility::RTCPPacketTypes::kSr) { in OnSendRtcp()
|
D | packet_injection_tests.cc | 28 uint8_t packet_type,
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_simple_parser.cpp | 40 XFA_PacketType packet_type; member 574 pPacketInfo ? pPacketInfo->packet_type : XFA_PacketType::User; in ParseAsXDPPacket_XDP() 799 XFA_PacketType packet_type, in ParseAsXDPPacket_LocaleConnectionSourceSet() argument 801 const PacketInfo* packet = GetPacketByIndex(packet_type); in ParseAsXDPPacket_LocaleConnectionSourceSet() 807 CXFA_Node* pNode = m_pFactory->CreateNode(packet_type, element); in ParseAsXDPPacket_LocaleConnectionSourceSet() 812 if (!NormalLoader(pNode, pXMLDocumentNode, packet_type, true)) in ParseAsXDPPacket_LocaleConnectionSourceSet()
|
D | cxfa_simple_parser.h | 51 XFA_PacketType packet_type,
|
/external/honggfuzz/examples/linux_kernel_ip/ |
D | linux-kernel-4.10.0.patch | 64 @@ -456,8 +456,10 @@ int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
|