Lines Matching refs:VideoFormat
58 std::vector<cricket::VideoFormat> formats; in FakeVideoCapturer()
59 formats.push_back(cricket::VideoFormat(1280, 720, in FakeVideoCapturer()
60 cricket::VideoFormat::FpsToInterval(30), cricket::FOURCC_I420)); in FakeVideoCapturer()
61 formats.push_back(cricket::VideoFormat(640, 480, in FakeVideoCapturer()
62 cricket::VideoFormat::FpsToInterval(30), cricket::FOURCC_I420)); in FakeVideoCapturer()
63 formats.push_back(cricket::VideoFormat(320, 240, in FakeVideoCapturer()
64 cricket::VideoFormat::FpsToInterval(30), cricket::FOURCC_I420)); in FakeVideoCapturer()
65 formats.push_back(cricket::VideoFormat(160, 120, in FakeVideoCapturer()
66 cricket::VideoFormat::FpsToInterval(30), cricket::FOURCC_I420)); in FakeVideoCapturer()
67 formats.push_back(cricket::VideoFormat(1280, 720, in FakeVideoCapturer()
68 cricket::VideoFormat::FpsToInterval(60), cricket::FOURCC_I420)); in FakeVideoCapturer()
75 void ResetSupportedFormats(const std::vector<cricket::VideoFormat>& formats) { in ResetSupportedFormats()
141 virtual cricket::CaptureState Start(const cricket::VideoFormat& format) { in Start()
142 cricket::VideoFormat supported; in Start()