Searched refs:packet_types (Results 1 – 4 of 4) sorted by relevance
402 std::set<RTCPPacketType> packet_types; in TEST_F() local403 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()
756 std::set<RTCPPacketType> packet_types; in TEST_F() local757 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()
552 const std::set<RTCPPacketType>& packet_types) { in SendCompoundRTCP() argument553 return rtcp_sender_.SendCompoundRTCP(GetFeedbackState(), packet_types); in SendCompoundRTCP()
798 const std::set<RTCPPacketType>& packet_types, in SendCompoundRTCP() argument818 PrepareReport(packet_types, feedback_state); in SendCompoundRTCP()