Searched refs:GetStatistics (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/media/cast/net/rtp/
H A Dreceiver_stats_unittest.cc60 stats_.GetStatistics(&fraction_lost_,
80 stats_.GetStatistics(&fraction_lost_,
101 stats_.GetStatistics(&fraction_lost_,
124 stats_.GetStatistics(&fraction_lost_,
142 stats_.GetStatistics(&fraction_lost_,
164 stats_.GetStatistics(&fraction_lost_,
H A Dreceiver_stats.h21 virtual void GetStatistics(uint8* fraction_lost,
H A Dreceiver_stats.cc27 void ReceiverStats::GetStatistics(uint8* fraction_lost, function in class:media::cast::ReceiverStats
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Drtcp.h39 void GetStatistics(bool no_reset, RtcpStatistics* stats);
H A Drtcp.cc57 void Rtcp::GetStatistics(bool no_reset, RtcpStatistics* stats) { function in class:webrtc::Rtcp
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTestVADDTX.h34 void GetStatistics(uint32_t* getCounter);
H A DTestVADDTX.cc254 _monitor.GetStatistics(_statCounter);
389 void ActivityMonitor::GetStatistics(uint32_t* getCounter) { function in class:webrtc::ActivityMonitor
/external/chromium_org/storage/browser/quota/
H A Dquota_temporary_storage_evictor.h74 void GetStatistics(std::map<std::string, int64>* statistics);
H A Dquota_temporary_storage_evictor.cc62 void QuotaTemporaryStorageEvictor::GetStatistics( function in class:storage::QuotaTemporaryStorageEvictor
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Dreceive_statistics.h28 virtual bool GetStatistics(RtcpStatistics* statistics, bool reset) = 0;
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_cache_impl.cc111 if (cache_->GetStatistics(&cache_size, &extensions_count)) {
H A Dlocal_extension_cache.h77 bool GetStatistics(uint64* cache_size,
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_client.h58 virtual GCMStatistics GetStatistics() const OVERRIDE;
H A Dgcm_client.h284 virtual GCMStatistics GetStatistics() const = 0;
H A Dfake_gcm_client.cc118 GCMClient::GCMStatistics FakeGCMClient::GetStatistics() const { function in class:gcm::FakeGCMClient
H A Dgcm_client_impl.h105 virtual GCMStatistics GetStatistics() const OVERRIDE;
H A Dgcm_driver_desktop.cc287 stats = gcm_client_->GetStatistics();
301 stats = gcm_client_->GetStatistics();
/external/chromium_org/media/cast/net/rtcp/
H A Drtcp.h43 virtual void GetStatistics(uint8* fraction_lost,
H A Drtcp_unittest.cc66 virtual void GetStatistics(uint8* fraction_lost,
/external/chromium_org/media/base/
H A Dpipeline.h173 PipelineStatistics GetStatistics() const;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_impl.h33 virtual bool GetStatistics(RtcpStatistics* statistics, bool reset) OVERRIDE;
H A Dreceive_statistics_unittest.cc177 // Call GetStatistics, simulating a timed rtcp sender thread.
180 ->GetStatistics(&statistics, true);
216 ->GetStatistics(&statistics, true);
/external/zopfli/src/zopfli/
H A Dsqueeze.c399 static void GetStatistics(const ZopfliLZ77Store* store, SymbolStats* stats) { function
477 GetStatistics(&currentstore, &stats);
500 GetStatistics(&currentstore, &stats);
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_proxy.cc71 quota_manager_->GetStatistics(&stats);
/external/chromium_org/media/blink/
H A Dwebmediaplayer_impl.cc558 PipelineStatistics stats = pipeline_.GetStatistics();
565 PipelineStatistics stats = pipeline_.GetStatistics();
572 PipelineStatistics stats = pipeline_.GetStatistics();
579 PipelineStatistics stats = pipeline_.GetStatistics();

Completed in 587 milliseconds

12