Home
last modified time | relevance | path

Searched defs:GetMetric (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/video/
Dstats_counter.cc323 bool AvgCounter::GetMetric(int* metric) const { in GetMetric() function in webrtc::AvgCounter
348 bool MaxCounter::GetMetric(int* metric) const { in GetMetric() function in webrtc::MaxCounter
371 bool PercentCounter::GetMetric(int* metric) const { in GetMetric() function in webrtc::PercentCounter
395 bool PermilleCounter::GetMetric(int* metric) const { in GetMetric() function in webrtc::PermilleCounter
421 bool RateCounter::GetMetric(int* metric) const { in GetMetric() function in webrtc::RateCounter
450 bool RateAccCounter::GetMetric(int* metric) const { in GetMetric() function in webrtc::RateAccCounter
/external/dynamic_depth/internal/dynamic_depth/
Dpoint_cloud.cc79 bool PointCloud::GetMetric() const { return metric_; } in GetMetric() function in dynamic_depth::PointCloud
/external/webrtc/modules/video_coding/codecs/test/
Dplot_webrtc_test_logs.py225 def GetMetric(name, string): function
/external/pytorch/torch/csrc/lazy/core/
Dmetrics.cpp177 MetricData* MetricsArena::GetMetric(const std::string& name) { in GetMetric() function in torch::lazy::MetricsArena
418 MetricData* GetMetric(const std::string& name) { in GetMetric() function