Searched refs:packet_types (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl_unittest.cc | 402 std::set<RTCPPacketType> packet_types; in TEST_F() local 403 packet_types.insert(kRtcpFir); in TEST_F() 404 packet_types.insert(kRtcpPli); in TEST_F() 405 EXPECT_EQ(0, receiver_.impl_->SendCompoundRTCP(packet_types)); in TEST_F()
|
D | rtcp_sender_unittest.cc | 756 std::set<RTCPPacketType> packet_types; in TEST_F() local 757 packet_types.insert(kRtcpRemb); in TEST_F() 758 packet_types.insert(kRtcpPli); in TEST_F() 759 EXPECT_EQ(0, rtcp_sender_->SendCompoundRTCP(feedback_state(), packet_types)); in TEST_F()
|
D | rtp_rtcp_impl.cc | 552 const std::set<RTCPPacketType>& packet_types) { in SendCompoundRTCP() argument 553 return rtcp_sender_.SendCompoundRTCP(GetFeedbackState(), packet_types); in SendCompoundRTCP()
|
D | rtcp_sender.cc | 798 const std::set<RTCPPacketType>& packet_types, in SendCompoundRTCP() argument 818 PrepareReport(packet_types, feedback_state); in SendCompoundRTCP()
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route_sched.txt | 805 TCA_SKBEDIT_PTYPE nlattr[TCA_SKBEDIT_PTYPE, flags[packet_types, int16]] 1106 packet_types = PACKET_HOST, PACKET_BROADCAST, PACKET_MULTICAST, PACKET_OTHERHOST, PACKET_OUTGOING, …
|