Home
last modified time | relevance | path

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

/external/webrtc/call/adaptation/
Dvideo_stream_adapter.cc422 absl::optional<int> min_fps_diff = in AdaptIfFpsDiffInsufficient() local
426 min_fps_diff && input_state.frames_per_second() > 0) { in AdaptIfFpsDiffInsufficient()
429 if (fps_diff < min_fps_diff.value()) { in AdaptIfFpsDiffInsufficient()