Searched refs:mThresholds (Results 1 – 2 of 2) sorted by relevance
76 std::array<int64_t, NUM_BUCKETS> mThresholds; variable
105 mThresholds[comparison.type] = comparison.computeThreadshold(frameInterval); in setFrameInterval()166 if (delta >= mThresholds[comparison.type] && delta < IGNORE_EXCEEDING) { in finishFrame()