Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc220 auto WantsFps(Matcher<int> fps_matcher) { in WantsFps() function
238 return WantsFps(Eq(kDefaultFramerate)); in FpsMax()
242 return WantsFps(Eq(std::numeric_limits<int>::max())); in FpsUnlimited()
246 return AllOf(WantsFps(fps_matcher), ResolutionMax()); in FpsMatchesResolutionMax()
278 return AllOf(WantsFps(Eq(other_wants.max_framerate_fps)), in FpsEqResolutionEqTo()
291 return AllOf(WantsFps(Lt(other_wants.max_framerate_fps)), in FpsLtResolutionEq()
296 return AllOf(WantsFps(Gt(other_wants.max_framerate_fps)), in FpsGtResolutionEq()
301 return AllOf(WantsFps(Eq(other_wants.max_framerate_fps)), in FpsEqResolutionLt()
306 return AllOf(WantsFps(Eq(other_wants.max_framerate_fps)), in FpsEqResolutionGt()