Lines Matching refs:formats

205   std::vector<cricket::VideoFormat> formats;  in TEST_F()  local
206 formats.push_back(cricket::VideoFormat(kWidth, kHeight, in TEST_F()
208 capturer_.ResetSupportedFormats(formats); in TEST_F()
227 std::vector<cricket::VideoFormat> formats; in TEST_F() local
228 formats.push_back(cricket::VideoFormat(kWidth, kHeight, in TEST_F()
232 capturer_.ResetSupportedFormats(formats); in TEST_F()
271 std::vector<cricket::VideoFormat> formats; in TEST_F() local
272 formats.push_back(cricket::VideoFormat(kWidth, kHeight, in TEST_F()
276 capturer_.ResetSupportedFormats(formats); in TEST_F()
322 std::vector<cricket::VideoFormat> formats; in TEST_F() local
323 formats.push_back(cricket::VideoFormat(kWidth, kHeight, in TEST_F()
325 capturer_.ResetSupportedFormats(formats); in TEST_F()
402 std::vector<cricket::VideoFormat> formats; in TEST_F() local
403 formats.push_back(cricket::VideoFormat(320, 240, in TEST_F()
405 formats.push_back(cricket::VideoFormat(640, 480, in TEST_F()
407 formats.push_back(cricket::VideoFormat(960, 544, in TEST_F()
409 formats.push_back(cricket::VideoFormat(1280, 720, in TEST_F()
411 formats.push_back(cricket::VideoFormat(2592, 1944, in TEST_F()
413 capturer_.ResetSupportedFormats(formats); in TEST_F()
752 bool HdFormatInList(const std::vector<cricket::VideoFormat>& formats) { in HdFormatInList() argument
754 formats.begin(); found != formats.end(); ++found) { in HdFormatInList()
773 std::vector<cricket::VideoFormat> formats = *capturer_.GetSupportedFormats(); in TEST_F() local
774 formats.push_back(hd_format); in TEST_F()
778 capturer_.ResetSupportedFormats(formats); in TEST_F()
785 capturer_.ResetSupportedFormats(formats); in TEST_F()