Home
last modified time | relevance | path

Searched refs:GetStats (Results 1 – 25 of 92) sorted by relevance

1234

/external/webrtc/webrtc/video/
Dsend_statistics_proxy_unittest.cc129 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F()
139 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F()
146 EXPECT_FALSE(statistics_proxy_->GetStats().suspended); in TEST_F()
150 EXPECT_TRUE(statistics_proxy_->GetStats().suspended); in TEST_F()
154 EXPECT_FALSE(statistics_proxy_->GetStats().suspended); in TEST_F()
186 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F()
225 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F()
258 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F()
288 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F()
296 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F()
[all …]
Dvideo_receive_stream.h61 webrtc::VideoReceiveStream::Stats GetStats() const override;
/external/webrtc/talk/session/media/
Dmediamonitor.h55 virtual void GetStats() = 0;
77 virtual void GetStats() { in GetStats() function
79 media_channel_->GetStats(&media_info_); in GetStats()
Dmediamonitor.cc101 GetStats(); in PollMediaChannel()
/external/webrtc/talk/app/webrtc/
Dstatscollector_unittest.cc125 MOCK_METHOD1(GetStats, bool(cricket::VideoMediaInfo*));
132 MOCK_METHOD1(GetStats, bool(cricket::VoiceMediaInfo*));
141 void GetStats(AudioProcessorInterface::AudioProcessorStats* stats) override { in GetStats() function in webrtc::FakeAudioProcessor
456 audio_track->GetAudioProcessor()->GetStats(&audio_processor_stats); in UpdateVoiceSenderInfoFromAudioTrack()
627 EXPECT_CALL(*media_channel, GetStats(_)) in SetupAndVerifyAudioTrackStats()
632 stats->GetStats(NULL, reports); in SetupAndVerifyAudioTrackStats()
657 stats->GetStats(audio_track, &track_reports); in SetupAndVerifyAudioTrackStats()
715 stats.GetStats(NULL, &reports); in TestCertificateReports()
787 stats.GetStats(NULL, &reports); in TEST_F()
848 EXPECT_CALL(*media_channel, GetStats(_)) in TEST_F()
[all …]
Dpeerconnectionproxy.h54 PROXY_METHOD3(bool, GetStats, StatsObserver*,
/external/webrtc/webrtc/audio/
Daudio_send_stream_unittest.cc200 TEST(AudioSendStreamTest, GetStats) { in TEST() argument
205 AudioSendStream::Stats stats = send_stream.GetStats(); in TEST()
233 EXPECT_FALSE(send_stream.GetStats().typing_noise_detected); in TEST()
240 EXPECT_TRUE(send_stream.GetStats().typing_noise_detected); in TEST()
242 EXPECT_FALSE(send_stream.GetStats().typing_noise_detected); in TEST()
Daudio_send_stream.h44 webrtc::AudioSendStream::Stats GetStats() const override;
Daudio_receive_stream.h46 webrtc::AudioReceiveStream::Stats GetStats() const override;
/external/webrtc/talk/media/webrtc/
Dfakewebrtccall.h76 webrtc::AudioSendStream::Stats GetStats() const override;
108 webrtc::AudioReceiveStream::Stats GetStats() const override;
148 webrtc::VideoSendStream::Stats GetStats() override;
194 webrtc::VideoReceiveStream::Stats GetStats() const override;
247 webrtc::Call::Stats GetStats() const override;
Dfakewebrtccall.cc67 webrtc::AudioSendStream::Stats FakeAudioSendStream::GetStats() const { in GetStats() function in cricket::FakeAudioSendStream
91 webrtc::AudioReceiveStream::Stats FakeAudioReceiveStream::GetStats() const { in GetStats() function in cricket::FakeAudioReceiveStream
175 webrtc::VideoSendStream::Stats FakeVideoSendStream::GetStats() { in GetStats() function in cricket::FakeVideoSendStream
228 webrtc::VideoReceiveStream::Stats FakeVideoReceiveStream::GetStats() const { in GetStats() function in cricket::FakeVideoReceiveStream
427 webrtc::Call::Stats FakeCall::GetStats() const { in GetStats() function in cricket::FakeCall
Dwebrtcvideoengine2_unittest.cc361 channel->GetStats(&info); in TEST_F()
796 WEBRTC_BASE_TEST(GetStats);
1934 ASSERT_TRUE(channel_->GetStats(&info)); in TEST_F()
2447 ASSERT_TRUE(channel_->GetStats(&info)); in TEST_F()
2458 ASSERT_TRUE(channel_->GetStats(&info)); in TEST_F()
2471 ASSERT_TRUE(channel_->GetStats(&info)); in TEST_F()
2488 ASSERT_TRUE(channel_->GetStats(&info)); in TEST_F()
2526 EXPECT_TRUE(channel_->GetStats(&info)); in TEST_F()
2536 EXPECT_TRUE(channel_->GetStats(&info)); in TEST_F()
2545 EXPECT_TRUE(channel_->GetStats(&info)); in TEST_F()
[all …]
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/
Dlibjingle_media_unittest.gtest-drmemory_win32.txt11 WebRtcVideoMediaChannelTest.GetStats
12 WebRtcVideoChannel2BaseTest.GetStats
/external/webrtc/talk/media/base/
Dvideoadapter_unittest.cc111 Stats GetStats() { in GetStats() function in cricket::VideoAdapterTest::VideoCapturerListener
177 VideoCapturerListener::Stats stats = listener_->GetStats(); in TEST_F()
192 VideoCapturerListener::Stats stats = listener_->GetStats(); in TEST_F()
209 VideoCapturerListener::Stats stats = listener_->GetStats(); in TEST_F()
226 VideoCapturerListener::Stats stats = listener_->GetStats(); in TEST_F()
243 VideoCapturerListener::Stats stats = listener_->GetStats(); in TEST_F()
261 EXPECT_EQ(0, listener_->GetStats().dropped_frames); in TEST_F()
271 EXPECT_GT(listener_->GetStats().dropped_frames, 0); in TEST_F()
332 VideoCapturerListener::Stats stats = listener_->GetStats(); in TEST_F()
348 VerifyAdaptedResolution(listener_->GetStats(), in TEST_F()
[all …]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/mock/
Dmock_remote_bitrate_estimator.h29 MOCK_CONST_METHOD1(GetStats, bool(ReceiveBandwidthEstimatorStats*));
/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.h119 bool GetStats(ConnectionInfos* infos) override { in GetStats() function
120 return channel_->GetStats(infos); in GetStats()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dremote_bitrate_estimator.h92 virtual bool GetStats(ReceiveBandwidthEstimatorStats* output) const = 0;
/external/webrtc/webrtc/
Daudio_send_stream.h95 virtual Stats GetStats() const = 0;
Daudio_receive_stream.h110 virtual Stats GetStats() const = 0;
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc223 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
230 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc209 allocator()->GetStats(stats); in __sanitizer_get_current_allocated_bytes()
215 allocator()->GetStats(stats); in __sanitizer_get_heap_size()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc226 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
232 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/external/webrtc/webrtc/call/
Dcongestion_controller.cc87 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override { in GetStats() function in webrtc::__anon492edd440111::WrappingBitrateEstimator
89 return rbe_->GetStats(output); in GetStats()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.h40 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override;
Dremote_estimator_proxy.h47 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override;

1234