Home
last modified time | relevance | path

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

/external/webrtc/video/
Dencoder_bitrate_adjuster.cc85 current_fps_allocation_[si].size() > ti && in AdjustRateAllocation()
86 current_fps_allocation_[si][ti] > 0) { in AdjustRateAllocation()
281 current_fps_allocation_[si][ti] - in AdjustRateAllocation()
282 (ti == 0 ? 0 : current_fps_allocation_[si][ti - 1])) / in AdjustRateAllocation()
310 current_fps_allocation_[si] = encoder_info.fps_allocation[si]; in OnEncoderInfo()
Dencoder_bitrate_adjuster.h61 current_fps_allocation_[kMaxSpatialLayers]; variable