Home
last modified time | relevance | path

Searched refs:include_empty_intervals_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/video/
H A Dstats_counter.cc175 : include_empty_intervals_(include_empty_intervals), in StatsCounter()
296 return include_empty_intervals_ && !paused_ && !aggregated_counter_->Empty(); in IncludeEmptyIntervals()
452 if (diff < 0 || (!include_empty_intervals_ && diff == 0)) in GetMetric()
H A Dstats_counter.h119 const bool include_empty_intervals_; variable