Home
last modified time | relevance | path

Searched defs:AggregatedCounter (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/video/
H A Dstats_counter.cc43 class AggregatedCounter { class
45 AggregatedCounter() : last_sample_(0), sum_samples_(0) {} in AggregatedCounter() function in webrtc::AggregatedCounter
H A Dstats_counter.h19 class AggregatedCounter; variable