Lines Matching refs:kDefaultFps
30 const int kDefaultFps = 30; variable
56 VideoFormat::FpsToInterval(kDefaultFps) / in VideoAdapterTest()
194 OnOutputFormatRequest(kWidth, kHeight, kDefaultFps / 2); in TEST_P()
243 OnOutputFormatRequest(kWidth, kHeight, kDefaultFps * 2 / 3); in TEST_P()
291 OnOutputFormatRequest(kWidth, kHeight, kDefaultFps * 2); in TEST_P()
304 adapter_.OnOutputFormatRequest(absl::nullopt, absl::nullopt, kDefaultFps / 2); in TEST_P()
325 const int64_t capture_interval = VideoFormat::FpsToInterval(kDefaultFps); in TEST_P()
326 OnOutputFormatRequest(640, 480, kDefaultFps); in TEST_P()
350 const int64_t capture_interval = VideoFormat::FpsToInterval(kDefaultFps); in TEST_P()
351 OnOutputFormatRequest(640, 480, kDefaultFps); in TEST_P()
394 OnOutputFormatRequest(kWidth, kHeight, kDefaultFps); in TEST_P()
402 OnOutputFormatRequest(kWidth, kHeight, kDefaultFps / 2); in TEST_P()
444 absl::nullopt, std::numeric_limits<int>::max(), kDefaultFps / 2)); in TEST_P()
458 OnOutputFormatRequest(kWidth * 10, kHeight * 10, kDefaultFps); in TEST_P()
471 OnOutputFormatRequest(kWidth, kHeight, kDefaultFps); in TEST_P()
484 OnOutputFormatRequest(kWidth / 2, kHeight / 2, kDefaultFps); in TEST_P()
496 OnOutputFormatRequest(kWidth * 0, kHeight * 0, kDefaultFps); in TEST_P()
505 OnOutputFormatRequest(kWidth / 2, kHeight / 2, kDefaultFps); in TEST_P()
519 OnOutputFormatRequest(kWidth, kHeight, kDefaultFps); in TEST_P()
528 OnOutputFormatRequest(kWidth / 2, kHeight / 2, kDefaultFps); in TEST_P()
539 OnOutputFormatRequest(kWidth * 0, kHeight * 0, kDefaultFps); in TEST_P()
918 OnOutputFormatRequest(kWidth, kHeight, kDefaultFps / 2); in TEST_P()
1102 OnOutputFormatRequest(0, 0, kDefaultFps); in TEST_P()
1127 OnOutputFormatRequest(640, 360, kDefaultFps); in TEST_P()