Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideocapturer_unittest.cc770 cricket::VideoFormat vga_format(640, 480, in TEST_F() local
780 capturer_.ConstrainSupportedFormats(vga_format); in TEST_F()
787 capturer_.ConstrainSupportedFormats(vga_format); in TEST_F()
792 cricket::VideoFormat vga_format(640, 480, in TEST_F() local
807 capturer_.ConstrainSupportedFormats(vga_format); in TEST_F()
811 supported_formats.push_back(vga_format); in TEST_F()
814 EXPECT_EQ(vga_format.height, capturer_.GetSupportedFormats()->at(0).height); in TEST_F()