Home
last modified time | relevance | path

Searched defs:GetStatistics (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/modules/audio_processing/
Daudio_processing_impl.h130 AudioProcessingStats GetStatistics(bool has_remote_tracks) override { in GetStatistics() function
133 AudioProcessingStats GetStatistics() override { in GetStatistics() function
Daudio_processing_impl.cc2056 AudioProcessingStats AudioProcessingImpl::ApmStatsReporter::GetStatistics() { in GetStatistics() function in webrtc::AudioProcessingImpl::ApmStatsReporter
/external/webrtc/modules/audio_coding/test/
DTestVADDTX.cc65 void MonitoringAudioPacketizationCallback::GetStatistics(uint32_t* counter) { in GetStatistics() function in webrtc::MonitoringAudioPacketizationCallback
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStatistic.cpp254 const std::vector<std::pair<StringRef, unsigned>> llvm::GetStatistics() { in GetStatistics() function in llvm
/external/llvm-project/llvm/lib/Support/
DStatistic.cpp254 const std::vector<std::pair<StringRef, unsigned>> llvm::GetStatistics() { in GetStatistics() function in llvm
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info_test.cc290 TEST(CordzInfoTest, GetStatistics) { in TEST() argument
/external/zopfli/src/zopfli/
Dsqueeze.c399 static void GetStatistics(const ZopfliLZ77Store* store, SymbolStats* stats) { in GetStatistics() function
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1445 std::vector<uint32_t> GetStatistics() { return m_stats_storage; } in GetStatistics() function
/external/llvm-project/lldb/source/API/
DSBTarget.cpp213 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget