Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc1781 } kEncodedResolution[kNumStreams] = { in TEST_F() local
1806 encoded._encodedWidth = kEncodedResolution[i].width; in TEST_F()
1807 encoded._encodedHeight = kEncodedResolution[i].height; in TEST_F()
1838 EXPECT_EQ(kEncodedResolution[i].width, ssrc_stats.width); in TEST_F()
1839 EXPECT_EQ(kEncodedResolution[i].height, ssrc_stats.height); in TEST_F()