Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/sender/
H A Dframe_sender.cc460 const base::TimeDelta duration_would_be_in_flight = in ShouldDropNextFrame() local
466 ? base::ClampRound<int64_t>(duration_would_be_in_flight / in ShouldDropNextFrame()
475 if (duration_would_be_in_flight > allowed_in_flight) { in ShouldDropNextFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cast/sender/
H A Dframe_sender.cc459 const base::TimeDelta duration_would_be_in_flight = in ShouldDropNextFrame() local
465 ? 100 * duration_would_be_in_flight / allowed_in_flight in ShouldDropNextFrame()
473 if (duration_would_be_in_flight > allowed_in_flight) { in ShouldDropNextFrame()