Home
last modified time | relevance | path

Searched defs:GetMetric (Results 1 – 3 of 3) 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.py226 def GetMetric(name, string): function