Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc448 UpdateDownsamplingState(kUpResolution); in GoingUpResolution()
466 UpdateDownsamplingState(kUpResolution); in GoingUpResolution()
471 UpdateDownsamplingState(kUpResolution); in GoingUpResolution()
475 UpdateDownsamplingState(kUpResolution); in GoingUpResolution()
596 if (up_down == kUpResolution) { in UpdateDownsamplingState()
Dqm_select.h79 enum UpDownAction { kUpResolution, kDownResolution }; enumerator