Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvideo_quality_test.cc67 frames_recorded_(0), in VideoAnalyzer()
183 if (frames_recorded_ < frames_to_process_) in EncodedFrameCallback()
437 ++frames_recorded_; in FrameRecorded()
443 assert(frames_recorded_ <= frames_to_process_); in AllFramesRecorded()
444 return frames_recorded_ == frames_to_process_; in AllFramesRecorded()
582 int frames_recorded_; member in webrtc::VideoAnalyzer