Home
last modified time | relevance | path

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

/external/webrtc/video/
Dencoder_bitrate_adjuster.h31 static constexpr size_t kMinFramesSinceLayoutChange = 30; variable
Dencoder_bitrate_adjuster.cc44 constexpr size_t EncoderBitrateAdjuster::kMinFramesSinceLayoutChange; member in webrtc::EncoderBitrateAdjuster
115 if (frames_since_layout_change_ < kMinFramesSinceLayoutChange) { in AdjustRateAllocation()