Searched refs:GetStats (Results 1 - 25 of 158) sorted by relevance

1234567

/external/chromium_org/remoting/client/
H A Dvideo_renderer.h26 virtual ChromotingStats* GetStats() = 0;
H A Dsoftware_video_renderer.h46 virtual ChromotingStats* GetStats() OVERRIDE;
/external/chromium_org/base/allocator/
H A Dallocator_extension.h32 BASE_EXPORT void GetStats(char* buffer, int buffer_length);
H A Dallocator_extension.cc19 void GetStats(char* buffer, int buffer_length) { function in namespace:base::allocator
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamonitor.h55 virtual void GetStats() = 0;
77 virtual void GetStats() { function in class:cricket::MediaMonitorT
79 media_channel_->GetStats(&media_info_);
H A Dmediamonitor.cc101 GetStats();
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoadapter_unittest.cc123 Stats GetStats() { function in class:cricket::VideoAdapterTest::VideoCapturerListener
195 listener_->GetStats().captured_frames >= 10, kWaitTimeout);
198 VideoCapturerListener::Stats stats = listener_->GetStats();
210 listener_->GetStats().captured_frames >= 10, kWaitTimeout);
213 VideoCapturerListener::Stats stats = listener_->GetStats();
227 listener_->GetStats().captured_frames >= 10, kWaitTimeout);
230 VideoCapturerListener::Stats stats = listener_->GetStats();
244 listener_->GetStats().captured_frames >= 10, kWaitTimeout);
247 VideoCapturerListener::Stats stats = listener_->GetStats();
261 listener_->GetStats()
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dcast_streaming_rtp_stream_custom_bindings.js39 natives.GetStats(transportId, callback);
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_delegate.cc31 int AsyncPixelTransferUploadStats::GetStats( function in class:gpu::AsyncPixelTransferUploadStats
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dthread_dealloc_unittest.cc72 MallocExtension::instance()->GetStats(display, kDisplaySize);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dthread_dealloc_unittest.cc72 MallocExtension::instance()->GetStats(display, kDisplaySize);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector_unittest.cc87 MOCK_METHOD1(GetStats, bool(cricket::SessionStats*));
97 MOCK_METHOD2(GetStats, bool(const StatsOptions&, cricket::VideoMediaInfo*));
104 MOCK_METHOD1(GetStats, bool(cricket::VoiceMediaInfo*));
113 virtual void GetStats(
404 audio_track->GetAudioProcessor()->GetStats(&audio_processor_stats);
442 // By default, we ignore session GetStats calls.
443 EXPECT_CALL(session_, GetStats(_)).WillRepeatedly(Return(false));
522 EXPECT_CALL(session_, GetStats(_))
535 EXPECT_CALL(*media_channel, GetStats(_))
540 stats->GetStats(NUL
[all...]
H A Dpeerconnectionproxy.h47 PROXY_METHOD3(bool, GetStats, StatsObserver*,
/external/chromium_org/third_party/webrtc/video/
H A Dsend_statistics_proxy_unittest.cc120 VideoSendStream::Stats stats = statistics_proxy_->GetStats();
133 VideoSendStream::Stats stats = statistics_proxy_->GetStats();
140 EXPECT_FALSE(statistics_proxy_->GetStats().suspended);
145 EXPECT_TRUE(statistics_proxy_->GetStats().suspended);
149 EXPECT_FALSE(statistics_proxy_->GetStats().suspended);
179 VideoSendStream::Stats stats = statistics_proxy_->GetStats();
216 VideoSendStream::Stats stats = statistics_proxy_->GetStats();
243 VideoSendStream::Stats stats = statistics_proxy_->GetStats();
273 VideoSendStream::Stats stats = statistics_proxy_->GetStats();
303 VideoSendStream::Stats stats = statistics_proxy_->GetStats();
[all...]
H A Dreceive_statistics_proxy.h45 VideoReceiveStream::Stats GetStats() const;
H A Dsend_statistics_proxy.h38 VideoSendStream::Stats GetStats() const;
H A Dvideo_receive_stream.h54 virtual Stats GetStats() const OVERRIDE;
/external/chromium_org/remoting/client/plugin/
H A Dmedia_source_video_renderer.h50 virtual ChromotingStats* GetStats() OVERRIDE;
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.cc106 channel_->GetStats(&connection_infos_);
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/include/
H A Dremote_bitrate_estimator.h89 virtual bool GetStats(ReceiveBandwidthEstimatorStats* output) const = 0;
/external/chromium_org/content/renderer/media/
H A Dmock_peer_connection_impl.h42 virtual bool GetStats(webrtc::StatsObserver* observer, function in class:content::MockPeerConnectionImpl
46 virtual bool GetStats(webrtc::StatsObserver* observer,
50 // Set Call this function to make sure next call to GetStats fail.
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2_unittest.h50 virtual webrtc::VideoSendStream::Stats GetStats() const OVERRIDE;
77 virtual webrtc::VideoReceiveStream::Stats GetStats() const OVERRIDE;
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dbackends.py104 def GetStats(self): member in class:Device
145 def GetStats(self): member in class:Process
177 cpu_usage: CPU usage [0-100] since the last GetStats call.
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dcommand_line.py86 stats = process.GetStats()
131 stats = process.GetStats()
/external/chromium_org/chrome/renderer/media/
H A Dcast_rtp_stream.h147 void GetStats(const base::Callback<void(

Completed in 6211 milliseconds

1234567