Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/
H A 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
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A 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
/aosp_15_r20/external/dynamic_depth/internal/dynamic_depth/
H A Dpoint_cloud.cc79 bool PointCloud::GetMetric() const { return metric_; } in GetMetric() function in dynamic_depth::PointCloud
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dplot_webrtc_test_logs.py225 def GetMetric(name, string): function