Home
last modified time | relevance | path

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

/external/webrtc/call/adaptation/
Dvideo_stream_adapter.h183 using RestrictionsOrState = variable
185 RestrictionsOrState GetAdaptationUpStep(
188 RestrictionsOrState GetAdaptationDownStep(
191 RestrictionsOrState GetAdaptDownResolutionStepForBalanced(
203 static RestrictionsOrState DecreaseResolution(
206 static RestrictionsOrState IncreaseResolution(
211 RestrictionsOrState DecreaseFramerate(
215 RestrictionsOrState IncreaseFramerate(
222 RestrictionsOrState step_or_state,
Dvideo_stream_adapter.cc341 VideoStreamAdapter::RestrictionsOrState step_or_state, in RestrictionsOrStateToAdaptation()
352 RestrictionsOrState step = GetAdaptationUpStep(input_state); in GetAdaptationUp()
380 VideoStreamAdapter::RestrictionsOrState VideoStreamAdapter::GetAdaptationUpStep( in GetAdaptationUpStep()
398 RestrictionsOrState increase_frame_rate = in GetAdaptationUpStep()
428 VideoStreamAdapter::RestrictionsOrState
447 RestrictionsOrState decrease_frame_rate = in GetAdaptationDownStep()
467 VideoStreamAdapter::RestrictionsOrState VideoStreamAdapter::DecreaseResolution( in DecreaseResolution()
487 VideoStreamAdapter::RestrictionsOrState VideoStreamAdapter::DecreaseFramerate( in DecreaseFramerate()
516 VideoStreamAdapter::RestrictionsOrState VideoStreamAdapter::IncreaseResolution( in IncreaseResolution()
546 VideoStreamAdapter::RestrictionsOrState VideoStreamAdapter::IncreaseFramerate( in IncreaseFramerate()
[all …]