Searched refs:kMaxRepetition (Results 1 – 1 of 1) sorted by relevance
796 const int kMaxRepetition = 3; in VisitFrame() local807 if (repetition_count >= kMaxRepetition) { in VisitFrame()808 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n"; in VisitFrame()814 if (repetition_count < kMaxRepetition) { in VisitFrame()