Home
last modified time | relevance | path

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

/external/webrtc/call/adaptation/
Dvideo_stream_adapter.h247 AwaitingFrameSizeChange(bool pixels_increased, int frame_size);
248 const bool pixels_increased; member
Dvideo_stream_adapter.cc387 awaiting_frame_size_change_->pixels_increased && in GetAdaptationUpStep()
437 !awaiting_frame_size_change_->pixels_increased && in GetAdaptationDownStep()
696 bool pixels_increased, in AwaitingFrameSizeChange() argument
698 : pixels_increased(pixels_increased), in AwaitingFrameSizeChange()