Home
last modified time | relevance | path

Searched refs:RtcpPacketTypesCounterUpdated (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/modules/rtp_rtcp/include/
Drtcp_statistics.h97 virtual void RtcpPacketTypesCounterUpdated(
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver_unittest.cc66 RtcpPacketTypesCounterUpdated,
187 EXPECT_CALL(mocks.packet_type_counter_observer, RtcpPacketTypesCounterUpdated) in TEST()
750 RtcpPacketTypesCounterUpdated( in TEST()
767 RtcpPacketTypesCounterUpdated( in TEST()
783 RtcpPacketTypesCounterUpdated( in TEST()
1650 RtcpPacketTypesCounterUpdated( in TEST()
1675 RtcpPacketTypesCounterUpdated( in TEST()
1698 RtcpPacketTypesCounterUpdated( in TEST()
Drtp_rtcp_impl2_unittest.cc122 void RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::__anon73deae300111::RtpRtcpModule
Drtp_rtcp_impl_unittest.cc117 void RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::__anon5183fd9e0111::RtpRtcpModule
Drtcp_sender.cc806 packet_type_counter_observer_->RtcpPacketTypesCounterUpdated( in ComputeCompoundRTCPPacket()
Drtcp_receiver.cc486 packet_type_counter_observer_->RtcpPacketTypesCounterUpdated( in ParseCompoundPacket()
Drtcp_sender_unittest.cc40 void RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::RtcpPacketTypeCounterObserverImpl
/external/webrtc/video/
Dreceive_statistics_proxy2.h103 void RtcpPacketTypesCounterUpdated(
Dreceive_statistics_proxy.h87 void RtcpPacketTypesCounterUpdated(
Dsend_statistics_proxy_unittest.cc2296 proxy->RtcpPacketTypesCounterUpdated(kFirstSsrc, counters); in TEST_F()
2297 proxy->RtcpPacketTypesCounterUpdated(kSecondSsrc, counters); in TEST_F()
2307 proxy->RtcpPacketTypesCounterUpdated(kFirstSsrc, counters); in TEST_F()
2308 proxy->RtcpPacketTypesCounterUpdated(kSecondSsrc, counters); in TEST_F()
2340 proxy->RtcpPacketTypesCounterUpdated(kFirstSsrc, counters); in TEST_F()
2341 proxy->RtcpPacketTypesCounterUpdated(kSecondSsrc, counters); in TEST_F()
2351 proxy->RtcpPacketTypesCounterUpdated(kFirstSsrc, counters); in TEST_F()
2352 proxy->RtcpPacketTypesCounterUpdated(kSecondSsrc, counters); in TEST_F()
Dsend_statistics_proxy.h115 void RtcpPacketTypesCounterUpdated(
Dreceive_statistics_proxy_unittest.cc503 statistics_proxy_->RtcpPacketTypesCounterUpdated(kRemoteSsrc, counter); in TEST_F()
514 statistics_proxy_->RtcpPacketTypesCounterUpdated(kRemoteSsrc + 1, counter); in TEST_F()
1074 statistics_proxy_->RtcpPacketTypesCounterUpdated(kRemoteSsrc, counter); in TEST_F()
1098 statistics_proxy_->RtcpPacketTypesCounterUpdated(kRemoteSsrc, counter); in TEST_F()
Dreceive_statistics_proxy2.cc778 void ReceiveStatisticsProxy::RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::internal::ReceiveStatisticsProxy
798 RtcpPacketTypesCounterUpdated(ssrc, packet_counter); in RtcpPacketTypesCounterUpdated()
Dreceive_statistics_proxy2_unittest.cc533 statistics_proxy_->RtcpPacketTypesCounterUpdated(kRemoteSsrc, counter); in TEST_F()
544 statistics_proxy_->RtcpPacketTypesCounterUpdated(kRemoteSsrc + 1, counter); in TEST_F()
1109 statistics_proxy_->RtcpPacketTypesCounterUpdated(kRemoteSsrc, counter); in TEST_F()
1133 statistics_proxy_->RtcpPacketTypesCounterUpdated(kRemoteSsrc, counter); in TEST_F()
Dreceive_statistics_proxy.cc714 void ReceiveStatisticsProxy::RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::ReceiveStatisticsProxy
Dsend_statistics_proxy.cc1274 void SendStatisticsProxy::RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::SendStatisticsProxy