/external/webrtc/webrtc/video/ |
D | send_statistics_proxy_unittest.cc | 129 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 …]
|
D | video_receive_stream.h | 61 webrtc::VideoReceiveStream::Stats GetStats() const override;
|
/external/webrtc/talk/session/media/ |
D | mediamonitor.h | 55 virtual void GetStats() = 0; 77 virtual void GetStats() { in GetStats() function 79 media_channel_->GetStats(&media_info_); in GetStats()
|
D | mediamonitor.cc | 101 GetStats(); in PollMediaChannel()
|
/external/webrtc/talk/app/webrtc/ |
D | statscollector_unittest.cc | 125 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 …]
|
D | peerconnectionproxy.h | 54 PROXY_METHOD3(bool, GetStats, StatsObserver*,
|
/external/webrtc/webrtc/audio/ |
D | audio_send_stream_unittest.cc | 200 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()
|
D | audio_send_stream.h | 44 webrtc::AudioSendStream::Stats GetStats() const override;
|
D | audio_receive_stream.h | 46 webrtc::AudioReceiveStream::Stats GetStats() const override;
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtccall.h | 76 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;
|
D | fakewebrtccall.cc | 67 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
|
D | webrtcvideoengine2_unittest.cc | 361 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/ |
D | libjingle_media_unittest.gtest-drmemory_win32.txt | 11 WebRtcVideoMediaChannelTest.GetStats 12 WebRtcVideoChannel2BaseTest.GetStats
|
/external/webrtc/talk/media/base/ |
D | videoadapter_unittest.cc | 111 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/ |
D | mock_remote_bitrate_estimator.h | 29 MOCK_CONST_METHOD1(GetStats, bool(ReceiveBandwidthEstimatorStats*));
|
/external/webrtc/webrtc/p2p/base/ |
D | dtlstransportchannel.h | 119 bool GetStats(ConnectionInfos* infos) override { in GetStats() function 120 return channel_->GetStats(infos); in GetStats()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/ |
D | remote_bitrate_estimator.h | 92 virtual bool GetStats(ReceiveBandwidthEstimatorStats* output) const = 0;
|
/external/webrtc/webrtc/ |
D | audio_send_stream.h | 95 virtual Stats GetStats() const = 0;
|
D | audio_receive_stream.h | 110 virtual Stats GetStats() const = 0;
|
/external/compiler-rt/lib/lsan/ |
D | lsan_allocator.cc | 223 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes() 230 allocator.GetStats(stats); in __sanitizer_get_heap_size()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mman.cc | 209 allocator()->GetStats(stats); in __sanitizer_get_current_allocated_bytes() 215 allocator()->GetStats(stats); in __sanitizer_get_heap_size()
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.cc | 226 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes() 232 allocator.GetStats(stats); in __sanitizer_get_heap_size()
|
/external/webrtc/webrtc/call/ |
D | congestion_controller.cc | 87 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/ |
D | remote_bitrate_estimator_single_stream.h | 40 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override;
|
D | remote_estimator_proxy.h | 47 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override;
|