Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc249 auto FpsMaxResolutionMatches(Matcher<int> pixel_matcher) { in FpsMaxResolutionMatches() function
2744 FpsMaxResolutionMatches(Lt(kWidth * kHeight))); in TEST_F()
2777 FpsMaxResolutionMatches(Lt(kWidth * kHeight))); in TEST_F()
2945 FpsMaxResolutionMatches(Lt(kWidth * kHeight))); in TEST_F()
2983 FpsMaxResolutionMatches(Lt(kWidth * kHeight))); in TEST_F()
3076 FpsMaxResolutionMatches(Lt(kWidth * kHeight))); in TEST_F()
3095 FpsMaxResolutionMatches(Lt(kWidth * kHeight))); in TEST_F()
3139 FpsMaxResolutionMatches(Lt(kWidth * kHeight))); in TEST_F()
3158 FpsMaxResolutionMatches(Lt(kWidth * kHeight))); in TEST_F()
3211 EXPECT_THAT(source.sink_wants(), FpsMaxResolutionMatches(Lt(1280 * 720))); in TEST_F()
[all …]