Searched refs:max_drop_duration_secs_ (Results 1 – 2 of 2) sorted by relevance
49 max_drop_duration_secs_(kDefaultMaxDropDurationSecs) { in FrameDropper()194 static_cast<int>(incoming_frame_rate_ * max_drop_duration_secs_); in DropFrame()
89 const float max_drop_duration_secs_; variable