Searched refs:sample_counter_ (Results 1 – 1 of 1) sorted by relevance
62 sample_counter_++; in operator()63 if (sample_counter_ >= samples_period_) { in operator()64 sample_counter_ -= samples_period_; in operator()67 sample_counter_ == 0 ? std::numeric_limits<int16_t>::max() : 10.f); in operator()72 int sample_counter_ = 0; variable