Searched refs:frames_to_process_ (Results 1 – 2 of 2) sorted by relevance
107 frames_to_process_(duration_frames), in VideoAnalyzer()607 RTC_DCHECK(frames_recorded_ <= frames_to_process_); in AllFramesRecordedLocked()608 return frames_recorded_ == frames_to_process_ || in AllFramesRecordedLocked()615 RTC_DCHECK_LE(frames_processed_, frames_to_process_); in FrameProcessed()616 return frames_processed_ == frames_to_process_ || in FrameProcessed()898 must_capture = captured_frames_ < frames_to_process_; in AddCapturedFrameForComparison()
276 const int frames_to_process_; variable