/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | rtcp_receiver_unittest.cc | 69 RtcpPacketTypesCounterUpdated, 182 EXPECT_CALL(mocks.packet_type_counter_observer, RtcpPacketTypesCounterUpdated) in TEST() 691 RtcpPacketTypesCounterUpdated( in TEST() 708 RtcpPacketTypesCounterUpdated( in TEST() 724 RtcpPacketTypesCounterUpdated( in TEST() 1853 RtcpPacketTypesCounterUpdated( in TEST() 1878 RtcpPacketTypesCounterUpdated( in TEST() 1901 RtcpPacketTypesCounterUpdated( in TEST() 1990 RtcpPacketTypesCounterUpdated(kReceiverMainSsrc, _)); in TEST() 1992 RtcpPacketTypesCounterUpdated(kSecondarySsrc, _)); in TEST()
|
H A D | rtp_rtcp_impl_unittest.cc | 125 void RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::__anonee48ef940111::RtpRtcpModule
|
H A D | rtcp_sender.cc | 756 packet_type_counter_observer_->RtcpPacketTypesCounterUpdated( in ComputeCompoundRTCPPacket()
|
H A D | rtcp_receiver.cc | 549 packet_type_counter_observer_->RtcpPacketTypesCounterUpdated( in ParseCompoundPacket()
|
H A D | rtcp_sender_unittest.cc | 43 void RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::RtcpPacketTypeCounterObserverImpl
|
H A D | rtp_rtcp_impl2_unittest.cc | 190 void RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::__anona941dee60111::RtpRtcpModule
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/ |
H A D | rtcp_statistics.h | 63 virtual void RtcpPacketTypesCounterUpdated(
|
/aosp_15_r20/external/webrtc/video/ |
H A D | send_statistics_proxy_unittest.cc | 2398 proxy->RtcpPacketTypesCounterUpdated(kFirstSsrc, counters); in TEST_F() 2399 proxy->RtcpPacketTypesCounterUpdated(kSecondSsrc, counters); in TEST_F() 2409 proxy->RtcpPacketTypesCounterUpdated(kFirstSsrc, counters); in TEST_F() 2410 proxy->RtcpPacketTypesCounterUpdated(kSecondSsrc, counters); in TEST_F() 2442 proxy->RtcpPacketTypesCounterUpdated(kFirstSsrc, counters); in TEST_F() 2443 proxy->RtcpPacketTypesCounterUpdated(kSecondSsrc, counters); in TEST_F() 2453 proxy->RtcpPacketTypesCounterUpdated(kFirstSsrc, counters); in TEST_F() 2454 proxy->RtcpPacketTypesCounterUpdated(kSecondSsrc, counters); in TEST_F()
|
H A D | receive_statistics_proxy2.h | 106 void RtcpPacketTypesCounterUpdated(
|
H A D | receive_statistics_proxy2.cc | 710 void ReceiveStatisticsProxy::RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::internal::ReceiveStatisticsProxy 730 RtcpPacketTypesCounterUpdated(ssrc, packet_counter); in RtcpPacketTypesCounterUpdated()
|
H A D | receive_statistics_proxy2_unittest.cc | 645 statistics_proxy_->RtcpPacketTypesCounterUpdated(kRemoteSsrc, counter); in TEST_F() 656 statistics_proxy_->RtcpPacketTypesCounterUpdated(kRemoteSsrc + 1, counter); in TEST_F() 1229 statistics_proxy_->RtcpPacketTypesCounterUpdated(kRemoteSsrc, counter); in TEST_F() 1255 statistics_proxy_->RtcpPacketTypesCounterUpdated(kRemoteSsrc, counter); in TEST_F()
|
H A D | send_statistics_proxy.h | 113 void RtcpPacketTypesCounterUpdated(
|
H A D | send_statistics_proxy.cc | 1293 void SendStatisticsProxy::RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::SendStatisticsProxy
|
/aosp_15_r20/external/webrtc/audio/ |
H A D | channel_send.cc | 149 void RtcpPacketTypesCounterUpdated( 794 void ChannelSend::RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::voe::__anon3425f8f40111::ChannelSend
|
H A D | channel_receive.cc | 186 void RtcpPacketTypesCounterUpdated( 905 void ChannelReceive::RtcpPacketTypesCounterUpdated( in RtcpPacketTypesCounterUpdated() function in webrtc::voe::__anon339e62ad0111::ChannelReceive
|