Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvideo_quality_test.cc66 frames_to_process_(duration_frames), in VideoAnalyzer()
183 if (frames_recorded_ < frames_to_process_) in EncodedFrameCallback()
443 assert(frames_recorded_ <= frames_to_process_); in AllFramesRecorded()
444 return frames_recorded_ == frames_to_process_; in AllFramesRecorded()
452 assert(frames_processed_ <= frames_to_process_); in FrameProcessed()
453 return frames_processed_ == frames_to_process_; in FrameProcessed()
581 const int frames_to_process_; member in webrtc::VideoAnalyzer