Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc64 num_dropped_frames_(0), in VideoProcessorImpl()
162 num_dropped_frames_ = 0; in SetRates()
175 return num_dropped_frames_; in NumberDroppedFrames()
232 num_dropped_frames_ += num_dropped_from_prev_encode; in FrameEncoded()
Dvideoprocessor.h218 int num_dropped_frames_; variable