HomeSort by relevance Sort by last modified time
    Searched defs:vga (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer_unittest.cc 51 // add a VGA/I420 capability
52 webrtc::VideoCaptureCapability vga; local
53 vga.width = 640;
54 vga.height = 480;
55 vga.maxFPS = 30;
56 vga.rawType = webrtc::kVideoI420;
57 factory_->device_info.AddCapability(kTestDeviceId, vga);
  /external/grub/stage2/
boot.c 292 char *vga; local
294 /* Find the substring "vga=". */
295 vga = grub_strstr (arg, "vga=");
296 if (vga)
298 char *value = vga + 4;

Completed in 643 milliseconds