Lines Matching refs:VideoSourceRestrictions
23 class VideoSourceRestrictions {
26 VideoSourceRestrictions();
29 VideoSourceRestrictions(absl::optional<size_t> max_pixels_per_frame,
33 bool operator==(const VideoSourceRestrictions& rhs) const {
38 bool operator!=(const VideoSourceRestrictions& rhs) const {
71 bool DidRestrictionsIncrease(VideoSourceRestrictions before,
72 VideoSourceRestrictions after);
73 bool DidRestrictionsDecrease(VideoSourceRestrictions before,
74 VideoSourceRestrictions after);
75 bool DidIncreaseResolution(VideoSourceRestrictions restrictions_before,
76 VideoSourceRestrictions restrictions_after);
77 bool DidDecreaseResolution(VideoSourceRestrictions restrictions_before,
78 VideoSourceRestrictions restrictions_after);
79 bool DidIncreaseFrameRate(VideoSourceRestrictions restrictions_before,
80 VideoSourceRestrictions restrictions_after);
81 bool DidDecreaseFrameRate(VideoSourceRestrictions restrictions_before,
82 VideoSourceRestrictions restrictions_after);