Searched refs:kEncodedResolution (Results 1 – 1 of 1) sorted by relevance
3137 } kEncodedResolution[kNumStreams] = {{241, 181}, {300, 121}, {121, 221}}; in TEST_F() local3160 encoded._encodedWidth = kEncodedResolution[i].width; in TEST_F()3161 encoded._encodedHeight = kEncodedResolution[i].height; in TEST_F()3200 EXPECT_EQ(kEncodedResolution[i].width, ssrc_stats.width); in TEST_F()3201 EXPECT_EQ(kEncodedResolution[i].height, ssrc_stats.height); in TEST_F()