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

/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc341 std::ostringstream resolutionStream; local
342 resolutionStream << capability.width << "x" << capability.height;
343 resolutionStream.flush();
344 std::string resolution = resolutionStream.str();

Completed in 425 milliseconds