Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Dframe_dropper.cc27 const float kDefaultMaxDropDurationSecs = 4.0f; variable
49 max_drop_duration_secs_(kDefaultMaxDropDurationSecs) { in FrameDropper()