Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/
H A Dvideo_analyzer.cc107 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()
H A Dvideo_analyzer.h276 const int frames_to_process_; variable