Home
last modified time | relevance | path

Searched refs:packet_types (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl_unittest.cc402 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()
Drtcp_sender_unittest.cc756 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()
Drtp_rtcp_impl.cc552 const std::set<RTCPPacketType>& packet_types) { in SendCompoundRTCP() argument
553 return rtcp_sender_.SendCompoundRTCP(GetFeedbackState(), packet_types); in SendCompoundRTCP()
Drtcp_sender.cc798 const std::set<RTCPPacketType>& packet_types, in SendCompoundRTCP() argument
818 PrepareReport(packet_types, feedback_state); in SendCompoundRTCP()