• Home
  • Raw
  • Download

Lines Matching refs:VideoSourceRestrictions

20 VideoSourceRestrictions::VideoSourceRestrictions()  in VideoSourceRestrictions()  function in webrtc::VideoSourceRestrictions
25 VideoSourceRestrictions::VideoSourceRestrictions( in VideoSourceRestrictions() function in webrtc::VideoSourceRestrictions
40 std::string VideoSourceRestrictions::ToString() const { in ToString()
53 const absl::optional<size_t>& VideoSourceRestrictions::max_pixels_per_frame() in max_pixels_per_frame()
58 const absl::optional<size_t>& VideoSourceRestrictions::target_pixels_per_frame() in target_pixels_per_frame()
63 const absl::optional<double>& VideoSourceRestrictions::max_frame_rate() const { in max_frame_rate()
67 void VideoSourceRestrictions::set_max_pixels_per_frame( in set_max_pixels_per_frame()
72 void VideoSourceRestrictions::set_target_pixels_per_frame( in set_target_pixels_per_frame()
77 void VideoSourceRestrictions::set_max_frame_rate( in set_max_frame_rate()
82 bool DidRestrictionsIncrease(VideoSourceRestrictions before, in DidRestrictionsIncrease()
83 VideoSourceRestrictions after) { in DidRestrictionsIncrease()
95 bool DidRestrictionsDecrease(VideoSourceRestrictions before, in DidRestrictionsDecrease()
96 VideoSourceRestrictions after) { in DidRestrictionsDecrease()
108 bool DidIncreaseResolution(VideoSourceRestrictions restrictions_before, in DidIncreaseResolution()
109 VideoSourceRestrictions restrictions_after) { in DidIncreaseResolution()
118 bool DidDecreaseResolution(VideoSourceRestrictions restrictions_before, in DidDecreaseResolution()
119 VideoSourceRestrictions restrictions_after) { in DidDecreaseResolution()
128 bool DidIncreaseFrameRate(VideoSourceRestrictions restrictions_before, in DidIncreaseFrameRate()
129 VideoSourceRestrictions restrictions_after) { in DidIncreaseFrameRate()
138 bool DidDecreaseFrameRate(VideoSourceRestrictions restrictions_before, in DidDecreaseFrameRate()
139 VideoSourceRestrictions restrictions_after) { in DidDecreaseFrameRate()