Searched refs:frames_since_layout_change_ (Results 1 – 2 of 2) sorted by relevance
50 frames_since_layout_change_(0), in EncoderBitrateAdjuster()91 frames_since_layout_change_ = 0; in AdjustRateAllocation()96 frames_since_layout_change_ = 0; in AdjustRateAllocation()115 if (frames_since_layout_change_ < kMinFramesSinceLayoutChange) { in AdjustRateAllocation()319 ++frames_since_layout_change_; in OnEncodedFrame()
65 size_t frames_since_layout_change_; variable