Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/arch/i386/image/
Dbzimage.c251 char *vga; in bzimage_parse_cmdline() local
255 if ( ( vga = strstr ( cmdline, "vga=" ) ) ) { in bzimage_parse_cmdline()
256 vga += 4; in bzimage_parse_cmdline()
257 if ( strcmp ( vga, "normal" ) == 0 ) { in bzimage_parse_cmdline()
259 } else if ( strcmp ( vga, "ext" ) == 0 ) { in bzimage_parse_cmdline()
261 } else if ( strcmp ( vga, "ask" ) == 0 ) { in bzimage_parse_cmdline()
264 bzimg->vid_mode = strtoul ( vga, &vga, 0 ); in bzimage_parse_cmdline()
265 if ( *vga && ( *vga != ' ' ) ) { in bzimage_parse_cmdline()
267 "terminator '%c'\n", image, *vga ); in bzimage_parse_cmdline()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturer_unittest.cc54 webrtc::VideoCaptureCapability vga; in WebRtcVideoCapturerTest() local
55 vga.width = 640; in WebRtcVideoCapturerTest()
56 vga.height = 480; in WebRtcVideoCapturerTest()
57 vga.maxFPS = 30; in WebRtcVideoCapturerTest()
58 vga.rawType = webrtc::kVideoI420; in WebRtcVideoCapturerTest()
59 factory_->device_info.AddCapability(kTestDeviceId, vga); in WebRtcVideoCapturerTest()
/external/syslinux/core/include/
Dgraphics.h54 extern void using_vga(uint8_t vga, uint16_t pix_cols, uint16_t pix_rows);
56 static inline void graphics_using_vga(uint8_t vga, uint16_t pix_cols, in graphics_using_vga() argument
59 using_vga(vga, pix_cols, pix_rows); in graphics_using_vga()
/external/syslinux/core/
Dgraphics.c364 __export void using_vga(uint8_t vga, uint16_t pix_cols, uint16_t pix_rows) in using_vga() argument
366 UsingVGA = vga; in using_vga()
/external/autotest/test_suites/
Dcontrol.chameleon_vga32 args_dict['suite_dependencies'] = 'chameleon:vga'
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
DIDNATestInput.txt778 namebase: xn--dn-vga
779 nameutf8: xn--dn-vga
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
DIDNATestInput.txt778 namebase: xn--dn-vga
779 nameutf8: xn--dn-vga
/external/icu/icu4c/source/test/testdata/
Didna_conf.txt778 namebase: xn--dn-vga
779 nameutf8: xn--dn-vga
/external/syslinux/
DNEWS427 * "vga=current" on the Linux command line is now supported.
1692 * The vga= option is now handled correctly.
/external/libvncserver/
DChangeLog282 vncterm/example.c, vncterm/vga.h: Move vncterm to
7752 vncterm/example.c, vncterm/vga.h: included vncterm