Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc351 std::ostringstream resolutionStream; in TEST_F() local
352 resolutionStream << capability.width << "x" << capability.height; in TEST_F()
353 resolutionStream.flush(); in TEST_F()
354 std::string resolution = resolutionStream.str(); in TEST_F()