Searched defs:vga (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideocapturer_unittest.cc54 webrtc::VideoCaptureCapability vga; local
55 vga.width = 640;
56 vga.height = 480;
57 vga.maxFPS = 30;
58 vga.rawType = webrtc::kVideoI420;
59 factory_->device_info.AddCapability(kTestDeviceId, vga);

Completed in 134 milliseconds