Home
last modified time | relevance | path

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

/external/webrtc/media/base/
Dvideo_common_unittest.cc41 EXPECT_EQ(VideoFormat::kMinimumInterval, VideoFormat::FpsToInterval(0)); in TEST()
42 EXPECT_EQ(rtc::kNumNanosecsPerSec / 20, VideoFormat::FpsToInterval(20)); in TEST()
63 format.interval = VideoFormat::FpsToInterval(20); in TEST()
69 format.interval = VideoFormat::FpsToInterval(20); in TEST()
75 VideoFormat format(640, 480, VideoFormat::FpsToInterval(20), FOURCC_I420); in TEST()
Dvideo_common.h163 static int64_t FpsToInterval(int fps) { in FpsToInterval() function
Dvideo_adapter_unittest.cc56 VideoFormat::FpsToInterval(kDefaultFps) / in VideoAdapterTest()
135 VideoFormat(width, height, fps ? VideoFormat::FpsToInterval(*fps) : 0, in OnOutputFormatRequest()
325 const int64_t capture_interval = VideoFormat::FpsToInterval(kDefaultFps); in TEST_P()
350 const int64_t capture_interval = VideoFormat::FpsToInterval(kDefaultFps); in TEST_P()
/external/webrtc/sdk/objc/native/src/
Dobjc_video_track_source.mm61 cricket::VideoFormat format(width, height, cricket::VideoFormat::FpsToInterval(fps), 0);
/external/webrtc/sdk/objc/unittests/
Davformatmappertests.mm28 cricket::VideoFormat::FpsToInterval(kFramerate),
/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc616 EXPECT_NEAR(cricket::VideoFormat::FpsToInterval(60) / 1E6, interval, 1); in TEST_F()
634 EXPECT_NEAR(cricket::VideoFormat::FpsToInterval(30) / 1E6, interval, 1); in TEST_F()
2073 const int time_between_send_ms = VideoFormat::FpsToInterval(kFramerate); in TEST_F()
2165 cricket::VideoFormat::FpsToInterval(kFramerate), cricket::FOURCC_I420); in TEST_F()