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

1 2

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 161 struct fb_var_screeninfo *vinfo);
318 static int read_fbmodes_mode(FILE *f, struct fb_var_screeninfo *vinfo)
332 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres,
333 &vinfo->xres_virtual, &vinfo->yres_virtual, &vinfo->bits_per_pixel);
337 SDL_sscanf(line, "timings %d %d %d %d %d %d %d", &vinfo->pixclock,
338 &vinfo->left_margin, &vinfo->right_margin, &vinfo->upper_margin,
500 struct fb_var_screeninfo vinfo; local
943 struct fb_var_screeninfo vinfo; local
1002 struct fb_var_screeninfo vinfo; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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...]
  /frameworks/base/cmds/screencap/
screencap.cpp 69 static status_t vinfoToPixelFormat(const fb_var_screeninfo& vinfo,
73 switch (vinfo.bits_per_pixel) {
83 // TODO: do better decoding of vinfo here
159 struct fb_var_screeninfo vinfo; local
160 if (ioctl(fb, FBIOGET_VSCREENINFO, &vinfo) == 0) {
162 if (vinfoToPixelFormat(vinfo, &bytespp, &f) == NO_ERROR) {
163 size_t offset = (vinfo.xoffset + vinfo.yoffset*vinfo.xres) * bytespp;
164 w = vinfo.xres
    [all...]
  /frameworks/native/cmds/screenshot/
screenshot.c 21 struct fb_var_screeninfo vinfo; local
34 if(ioctl(fb, FBIOGET_VSCREENINFO, &vinfo) < 0) {
62 bytespp = vinfo.bits_per_pixel / 8;
64 vinfo.xres, vinfo.yres, vinfo.bits_per_pixel / 4,
69 rowlen=vinfo.xres * bytespp;
77 offset = vinfo.xoffset * bytespp + vinfo.xres * vinfo.yoffset * bytespp
    [all...]
  /hardware/qcom/display/liboverlay/
mdpWrapper.h 52 bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo);
55 bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo);
97 void dump(const char* const s, const fb_var_screeninfo& vinfo);
110 inline bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo) {
111 if (ioctl(fd, FBIOGET_VSCREENINFO, &vinfo) < 0) {
119 inline bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo) {
120 if (ioctl(fd, FBIOPUT_VSCREENINFO, &vinfo) < 0) {
264 inline void dump(const char* const s, const fb_var_screeninfo& vinfo) {
266 s, vinfo.xres, vinfo.yres)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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/openssl/crypto/srp/
srp_vfy.c 207 static void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g,
210 vinfo->N = N;
211 vinfo->g = g;
214 static int SRP_user_pwd_set_ids(SRP_user_pwd *vinfo, const char *id,
217 if (id != NULL && NULL == (vinfo->id = BUF_strdup(id)))
219 return (info == NULL || NULL != (vinfo->info = BUF_strdup(info))) ;
222 static int SRP_user_pwd_set_sv(SRP_user_pwd *vinfo, const char *s,
231 if (NULL == (vinfo->v = BN_bin2bn(tmp, len, NULL)) )
234 return ((vinfo->s = BN_bin2bn(tmp, len, NULL)) != NULL) ;
237 static int SRP_user_pwd_set_sv_BN(SRP_user_pwd *vinfo, BIGNUM *s, BIGNUM *v
    [all...]
  /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)
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 64 struct fb_var_screeninfo vinfo; variable in typeref:struct:fb_var_screeninfo
191 e->dst.width = vinfo.xres;
192 e->dst.height = vinfo.yres;
289 if (ioctl(fb_fd, FBIOGET_VSCREENINFO, &vinfo) < 0) {
299 vinfo.activate = FB_ACTIVATE_VBL;
316 result = ioctl(fb_fd, FBIOPAN_DISPLAY, &vinfo);
473 e->dst.width = vinfo.xres;
474 e->dst.height = vinfo.yres;
533 e->dst.width = vinfo.xres;
534 e->dst.height = vinfo.yres
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 239 static struct fb_var_screeninfo vinfo; variable in typeref:struct:fb_var_screeninfo
    [all...]
  /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/qemu/distrib/jpeg-6b/
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/chromium/sdch/open-vcdiff/
ltmain.sh 1169 vinfo=
    [all...]
  /external/chromium/third_party/libevent/
ltmain.sh 1169 vinfo=
    [all...]
  /external/libffi/
ltmain.sh 1162 vinfo=
    [all...]
  /external/llvm/autoconf/
ltmain.sh 1132 vinfo=
    [all...]
  /external/llvm/projects/sample/autoconf/
ltmain.sh 1132 vinfo=
    [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /external/open-vcdiff/
ltmain.sh     [all...]

Completed in 1168 milliseconds

1 2