Lines Matching refs:supported_formats

496   std::vector<cricket::VideoFormat> supported_formats;  in TEST_F()  local
497 supported_formats.push_back(cricket::VideoFormat(320, 240, in TEST_F()
499 supported_formats.push_back(cricket::VideoFormat(320, 640, in TEST_F()
501 capturer_.ResetSupportedFormats(supported_formats); in TEST_F()
517 supported_formats.clear(); in TEST_F()
518 supported_formats.push_back(cricket::VideoFormat(320, 640, in TEST_F()
520 supported_formats.push_back(cricket::VideoFormat(320, 240, in TEST_F()
522 capturer_.ResetSupportedFormats(supported_formats); in TEST_F()
534 std::vector<cricket::VideoFormat> supported_formats; in TEST_F() local
535 supported_formats.push_back(cricket::VideoFormat(320, 240, in TEST_F()
537 supported_formats.push_back(cricket::VideoFormat(640, 480, in TEST_F()
539 supported_formats.push_back(cricket::VideoFormat(1280, 720, in TEST_F()
541 capturer_.ResetSupportedFormats(supported_formats); in TEST_F()
556 supported_formats.clear(); in TEST_F()
557 supported_formats.push_back(cricket::VideoFormat(320, 240, in TEST_F()
559 supported_formats.push_back(cricket::VideoFormat(640, 480, in TEST_F()
561 supported_formats.push_back(cricket::VideoFormat(1280, 720, in TEST_F()
563 capturer_.ResetSupportedFormats(supported_formats); in TEST_F()
575 std::vector<cricket::VideoFormat> supported_formats; in TEST_F() local
576 supported_formats.push_back(cricket::VideoFormat(320, 240, in TEST_F()
578 supported_formats.push_back(cricket::VideoFormat(320, 240, in TEST_F()
580 supported_formats.push_back(cricket::VideoFormat(320, 240, in TEST_F()
582 capturer_.ResetSupportedFormats(supported_formats); in TEST_F()
584 std::vector<cricket::VideoFormat> required_formats = supported_formats; in TEST_F()
598 std::vector<cricket::VideoFormat> supported_formats; in TEST_F() local
599 supported_formats.push_back(cricket::VideoFormat(1280, 720, in TEST_F()
601 supported_formats.push_back(cricket::VideoFormat(640, 480, in TEST_F()
603 supported_formats.push_back(cricket::VideoFormat(640, 400, in TEST_F()
605 supported_formats.push_back(cricket::VideoFormat(640, 360, in TEST_F()
607 capturer_.ResetSupportedFormats(supported_formats); in TEST_F()
637 supported_formats.clear(); in TEST_F()
638 supported_formats.push_back(cricket::VideoFormat(1280, 720, in TEST_F()
640 supported_formats.push_back(cricket::VideoFormat(640, 480, in TEST_F()
642 supported_formats.push_back(cricket::VideoFormat(640, 480, in TEST_F()
644 supported_formats.push_back(cricket::VideoFormat(640, 400, in TEST_F()
646 supported_formats.push_back(cricket::VideoFormat(640, 360, in TEST_F()
648 capturer_.ResetSupportedFormats(supported_formats); in TEST_F()
670 std::vector<cricket::VideoFormat> supported_formats; in TEST_F() local
672 supported_formats.push_back(cricket::VideoFormat(640, 480, in TEST_F()
674 supported_formats.push_back(cricket::VideoFormat(640, 400, in TEST_F()
676 supported_formats.push_back(cricket::VideoFormat(640, 360, in TEST_F()
678 capturer_.ResetSupportedFormats(supported_formats); in TEST_F()
680 std::vector<cricket::VideoFormat> required_formats = supported_formats; in TEST_F()
690 supported_formats.clear(); in TEST_F()
691 supported_formats.push_back(cricket::VideoFormat(960, 720, in TEST_F()
693 supported_formats.push_back(cricket::VideoFormat(640, 480, in TEST_F()
695 supported_formats.push_back(cricket::VideoFormat(640, 400, in TEST_F()
697 supported_formats.push_back(cricket::VideoFormat(640, 360, in TEST_F()
699 capturer_.ResetSupportedFormats(supported_formats); in TEST_F()
709 supported_formats.clear(); in TEST_F()
710 supported_formats.push_back(cricket::VideoFormat(1280, 720, in TEST_F()
712 supported_formats.push_back(cricket::VideoFormat(640, 480, in TEST_F()
714 supported_formats.push_back(cricket::VideoFormat(640, 400, in TEST_F()
716 supported_formats.push_back(cricket::VideoFormat(640, 360, in TEST_F()
718 capturer_.ResetSupportedFormats(supported_formats); in TEST_F()
795 std::vector<cricket::VideoFormat> supported_formats; in TEST_F() local
797 supported_formats.push_back(cricket::VideoFormat(1280, 720, in TEST_F()
799 supported_formats.push_back(cricket::VideoFormat(1920, 1080, in TEST_F()
801 capturer_.ResetSupportedFormats(supported_formats); in TEST_F()
811 supported_formats.push_back(vga_format); in TEST_F()
812 capturer_.ResetSupportedFormats(supported_formats); in TEST_F()