HomeSort by relevance Sort by last modified time
    Searched refs:vinfo (Results 1 - 16 of 16) sorted by null

  /system/core/adb/
framebuffer_service.c 54 struct fb_var_screeninfo vinfo; local
64 if(ioctl(fb, FBIOGET_VSCREENINFO, &vinfo) < 0) goto done;
67 bytespp = vinfo.bits_per_pixel / 8;
70 fbinfo.bpp = vinfo.bits_per_pixel;
71 fbinfo.size = vinfo.xres * vinfo.yres * bytespp;
72 fbinfo.width = vinfo.xres;
73 fbinfo.height = vinfo.yres;
74 fbinfo.red_offset = vinfo.red.offset;
75 fbinfo.red_length = vinfo.red.length
    [all...]
  /development/simulator/wrapsim/
DevFb.c 28 struct fb_var_screeninfo vinfo; member in struct:FbState
56 fbState->vinfo.xres = width;
57 fbState->vinfo.yres = height;
58 fbState->vinfo.xres_virtual = width;
59 fbState->vinfo.yres_virtual = height * 2;
60 fbState->vinfo.bits_per_pixel = 16;
62 fbState->vinfo.red.offset = 11;
63 fbState->vinfo.red.length = 5;
64 fbState->vinfo.green.offset = 5;
65 fbState->vinfo.green.length = 6
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 153 struct fb_var_screeninfo *vinfo);
306 static int read_fbmodes_mode(FILE *f, struct fb_var_screeninfo *vinfo)
320 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres,
321 &vinfo->xres_virtual, &vinfo->yres_virtual, &vinfo->bits_per_pixel);
325 SDL_sscanf(line, "timings %d %d %d %d %d %d %d", &vinfo->pixclock,
326 &vinfo->left_margin, &vinfo->right_margin, &vinfo->upper_margin,
488 struct fb_var_screeninfo vinfo; local
866 struct fb_var_screeninfo vinfo; local
925 struct fb_var_screeninfo vinfo; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 285 struct ps2_screeninfo vinfo; local
301 if ( ioctl(console_fd, PS2IOC_GSCREENINFO, &vinfo) < 0 ) {
310 this->info.current_w = vinfo.w;
311 this->info.current_h = vinfo.h;
314 switch (vinfo.psm) {
322 SDL_SetError("Unknown console pixel format: %d", vinfo.psm);
325 vformat->BitsPerPixel = GS_pixelmasks[vinfo.psm].bpp;
326 vformat->Rmask = GS_pixelmasks[vinfo.psm].r;
327 vformat->Gmask = GS_pixelmasks[vinfo.psm].g;
328 vformat->Bmask = GS_pixelmasks[vinfo.psm].b
415 struct ps2_screeninfo vinfo; local
    [all...]
  /external/bluetooth/bluez/common/
logging.c 36 static inline void vinfo(const char *format, va_list ap) function
47 vinfo(format, ap);
100 vinfo(message, ap);
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 260 struct fb_var_screeninfo vinfo; local
270 ioctl (fbfd, FBIOGET_VSCREENINFO, &vinfo);
282 lcd_width = vinfo.xres;
283 lcd_height = vinfo.yres;
319 struct fb_var_screeninfo vinfo; local
321 ioctl (fbfd, FBIOGET_VSCREENINFO, &vinfo);
324 width = vinfo.xres;
325 height = vinfo.yres;
  /external/quake/quake/src/QW/client/
sys_win.c 159 OSVERSIONINFO vinfo; local
211 vinfo.dwOSVersionInfoSize = sizeof(vinfo);
213 if (!GetVersionEx (&vinfo))
216 if ((vinfo.dwMajorVersion < 4) ||
217 (vinfo.dwPlatformId == VER_PLATFORM_WIN32s))
222 if (vinfo.dwPlatformId == VER_PLATFORM_WIN32_NT)
  /external/quake/quake/src/WinQuake/
sys_win.cpp 302 OSVERSIONINFO vinfo; local
328 vinfo.dwOSVersionInfoSize = sizeof(vinfo);
330 if (!GetVersionEx (&vinfo))
333 if ((vinfo.dwMajorVersion < 4) ||
334 (vinfo.dwPlatformId == VER_PLATFORM_WIN32s))
339 if (vinfo.dwPlatformId == VER_PLATFORM_WIN32_NT)
  /external/jpeg/
ltmain.sh 392 vinfo=
538 prev=vinfo
805 if test -n "$vinfo" && test -n "$release"; then
888 set dummy $vinfo
906 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
915 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
924 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
931 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
1077 if test -n "$vinfo"; then
1149 if test -n "$vinfo"; the
    [all...]
  /external/dbus/
ltmain.sh 1153 vinfo=
    [all...]
  /external/expat/conftools/
ltmain.sh 1132 vinfo=
    [all...]
  /external/libffi/
ltmain.sh 1162 vinfo=
    [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/iproute2/misc/
ss.c 1324 const struct tcpvegas_info *vinfo local
1327 if (vinfo->tcpv_enabled &&
1328 vinfo->tcpv_rtt && vinfo->tcpv_rtt != 0x7fffffff)
1329 rtt = vinfo->tcpv_rtt;
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 212 milliseconds