Home
last modified time | relevance | path

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

/external/webrtc/call/adaptation/
Dvideo_stream_input_state.cc17 VideoStreamInputState::VideoStreamInputState() in VideoStreamInputState() function in webrtc::VideoStreamInputState
25 void VideoStreamInputState::set_has_input(bool has_input) { in set_has_input()
29 void VideoStreamInputState::set_frame_size_pixels( in set_frame_size_pixels()
34 void VideoStreamInputState::set_frames_per_second(int frames_per_second) { in set_frames_per_second()
38 void VideoStreamInputState::set_video_codec_type( in set_video_codec_type()
43 void VideoStreamInputState::set_min_pixels_per_frame(int min_pixels_per_frame) { in set_min_pixels_per_frame()
47 void VideoStreamInputState::set_single_active_stream_pixels( in set_single_active_stream_pixels()
52 bool VideoStreamInputState::has_input() const { in has_input()
56 absl::optional<int> VideoStreamInputState::frame_size_pixels() const { in frame_size_pixels()
60 int VideoStreamInputState::frames_per_second() const { in frames_per_second()
[all …]
Dvideo_stream_adapter.h91 const VideoStreamInputState& input_state() const;
102 VideoStreamInputState input_state);
113 const VideoStreamInputState input_state_;
173 const VideoStreamInputState& input_state,
176 bool HasSufficientInputForAdaptation(const VideoStreamInputState& input_state)
182 const VideoStreamInputState& input_state) const
185 const VideoStreamInputState& input_state,
189 const VideoStreamInputState& input_state) const
192 const VideoStreamInputState& input_state,
196 Adaptation GetAdaptationUp(const VideoStreamInputState& input_state) const
[all …]
Dvideo_stream_adapter.cc65 const VideoStreamInputState& input_state, in CanDecreaseResolutionTo()
98 bool MinPixelLimitReached(const VideoStreamInputState& input_state) { in MinPixelLimitReached()
176 VideoStreamInputState input_state) in Adaptation()
192 const VideoStreamInputState& Adaptation::input_state() const { in input_state()
314 const VideoStreamInputState& input_state;
319 const VideoStreamInputState& input_state) const { in RestrictionsOrStateToAdaptation()
327 const VideoStreamInputState& input_state) const { in GetAdaptationUp()
348 VideoStreamInputState input_state = input_state_provider_->InputState(); in GetAdaptationUp()
355 const VideoStreamInputState& input_state) const { in GetAdaptationUpStep()
397 VideoStreamInputState input_state = input_state_provider_->InputState(); in GetAdaptationDown()
[all …]
Dvideo_stream_input_state_provider.h31 virtual VideoStreamInputState InputState();
36 VideoStreamInputState input_state_ RTC_GUARDED_BY(mutex_);
Dvideo_stream_input_state.h21 class VideoStreamInputState {
23 VideoStreamInputState();
Dvideo_stream_input_state_provider_unittest.cc25 VideoStreamInputState input_state = input_state_provider.InputState(); in TEST()
53 VideoStreamInputState input_state = input_state_provider.InputState(); in TEST()
Dadaptation_constraint.h34 const VideoStreamInputState& input_state,
Dvideo_stream_input_state_provider.cc46 VideoStreamInputState VideoStreamInputStateProvider::InputState() { in InputState()
Dvideo_stream_adapter_unittest.cc140 (const VideoStreamInputState& input_state,
/external/webrtc/call/adaptation/test/
Dfake_video_stream_input_state_provider.h24 VideoStreamInputState InputState() override;
27 VideoStreamInputState fake_input_state_;
Dfake_video_stream_input_state_provider.cc31 VideoStreamInputState FakeVideoStreamInputStateProvider::InputState() { in InputState()
Dfake_adaptation_constraint.cc34 const VideoStreamInputState& input_state, in IsAdaptationUpAllowed()
Dfake_adaptation_constraint.h31 const VideoStreamInputState& input_state,
/external/webrtc/video/adaptation/
Dbalanced_constraint.h39 const VideoStreamInputState& input_state,
Dbitrate_constraint.h39 const VideoStreamInputState& input_state,
Dbalanced_constraint.cc37 const VideoStreamInputState& input_state, in IsAdaptationUpAllowed()
Dbitrate_constraint.cc45 const VideoStreamInputState& input_state, in IsAdaptationUpAllowed()