Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Dframe_dropper.cc49 max_drop_duration_secs_(kDefaultMaxDropDurationSecs) { in FrameDropper()
194 static_cast<int>(incoming_frame_rate_ * max_drop_duration_secs_); in DropFrame()
Dframe_dropper.h89 const float max_drop_duration_secs_; variable