Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/utility/
Dframe_dropper.cc28 _max_time_drops(kDefaultMaxTimeToDropFrames) { in FrameDropper()
37 _max_time_drops(max_time_drops) { in FrameDropper()
62 _max_time_drops = 4.0f; in Reset()
202 int max_limit = static_cast<int>(_incoming_frame_rate * _max_time_drops); in DropFrame()
Dframe_dropper.h91 float _max_time_drops; variable