Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc225 auto WantsMaxPixels(Matcher<int> max_pixel_matcher) { in WantsMaxPixels() function
232 WantsMaxPixels(Eq(std::numeric_limits<int>::max())), in ResolutionMax()
250 return AllOf(FpsMax(), WantsMaxPixels(pixel_matcher)); in FpsMaxResolutionMatches()
279 WantsMaxPixels(Eq(other_wants.max_pixel_count))); in FpsEqResolutionEqTo()
283 return AllOf(FpsMax(), WantsMaxPixels(Lt(other_wants.max_pixel_count))); in FpsMaxResolutionLt()
287 return AllOf(FpsMax(), WantsMaxPixels(Gt(other_wants.max_pixel_count))); in FpsMaxResolutionGt()
292 WantsMaxPixels(Eq(other_wants.max_pixel_count))); in FpsLtResolutionEq()
297 WantsMaxPixels(Eq(other_wants.max_pixel_count))); in FpsGtResolutionEq()
302 WantsMaxPixels(Lt(other_wants.max_pixel_count))); in FpsEqResolutionLt()
307 WantsMaxPixels(Gt(other_wants.max_pixel_count))); in FpsEqResolutionGt()