Searched refs:VideoStreamInputState (Results 1 – 17 of 17) sorted by relevance
/external/webrtc/call/adaptation/ |
D | video_stream_input_state.cc | 17 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 …]
|
D | video_stream_adapter.h | 91 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 …]
|
D | video_stream_adapter.cc | 65 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 …]
|
D | video_stream_input_state_provider.h | 31 virtual VideoStreamInputState InputState(); 36 VideoStreamInputState input_state_ RTC_GUARDED_BY(mutex_);
|
D | video_stream_input_state.h | 21 class VideoStreamInputState { 23 VideoStreamInputState();
|
D | video_stream_input_state_provider_unittest.cc | 25 VideoStreamInputState input_state = input_state_provider.InputState(); in TEST() 53 VideoStreamInputState input_state = input_state_provider.InputState(); in TEST()
|
D | adaptation_constraint.h | 34 const VideoStreamInputState& input_state,
|
D | video_stream_input_state_provider.cc | 46 VideoStreamInputState VideoStreamInputStateProvider::InputState() { in InputState()
|
D | video_stream_adapter_unittest.cc | 140 (const VideoStreamInputState& input_state,
|
/external/webrtc/call/adaptation/test/ |
D | fake_video_stream_input_state_provider.h | 24 VideoStreamInputState InputState() override; 27 VideoStreamInputState fake_input_state_;
|
D | fake_video_stream_input_state_provider.cc | 31 VideoStreamInputState FakeVideoStreamInputStateProvider::InputState() { in InputState()
|
D | fake_adaptation_constraint.cc | 34 const VideoStreamInputState& input_state, in IsAdaptationUpAllowed()
|
D | fake_adaptation_constraint.h | 31 const VideoStreamInputState& input_state,
|
/external/webrtc/video/adaptation/ |
D | balanced_constraint.h | 39 const VideoStreamInputState& input_state,
|
D | bitrate_constraint.h | 39 const VideoStreamInputState& input_state,
|
D | balanced_constraint.cc | 37 const VideoStreamInputState& input_state, in IsAdaptationUpAllowed()
|
D | bitrate_constraint.cc | 45 const VideoStreamInputState& input_state, in IsAdaptationUpAllowed()
|