Searched refs:_max_time_drops (Results 1 – 2 of 2) sorted by relevance
28 _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()
91 float _max_time_drops; variable