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

1 2

  /system/core/toolbox/
rotatefb.c 55 unsigned int xres = fbinfo.yres; local
56 fbinfo.yres = fbinfo.xres;
57 fbinfo.xres = xres;
58 fbinfo.xres_virtual = fbinfo.xres;
60 if(fbinfo.yoffset == xres)
  /bootable/recovery/minui/
graphics.c 86 fb->width = vi.xres;
88 fb->stride = vi.xres;
91 memset(fb->data, 0, vi.yres * vi.xres * 2);
96 fb->width = vi.xres;
98 fb->stride = vi.xres;
99 fb->data = (void*) (((unsigned) bits) + vi.yres * vi.xres * 2);
101 memset(fb->data, 0, vi.yres * vi.xres * 2);
108 ms->width = vi.xres;
110 ms->stride = vi.xres;
111 ms->data = malloc(vi.xres * vi.yres * 2)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
clnt.h 161 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
166 * xdrproc_t xres;
170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
194 * CLNT_FREERES(rh, xres, resp);
196 * xdrproc_t xres;
199 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)
    [all...]
  /system/core/adb/
framebuffer_service.c 71 fbinfo.size = vinfo.xres * vinfo.yres * bytespp;
72 fbinfo.width = vinfo.xres;
90 offset += vinfo.xres * vinfo.yoffset * bytespp;
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 112 0, 0, m->info.xres, m->info.yres, NULL);
130 0, 0, m->info.xres, m->info.yres,
135 0, 0, m->info.xres, m->info.yres,
142 m->info.xres, m->info.yres, m->fbFormat,
258 * ( info.left_margin + info.right_margin + info.xres )
270 info.width = ((info.xres * 25.4f)/160.0f + 0.5f);
274 float xdpi = (info.xres * 25.4f) / info.width;
280 "xres = %d px\n"
290 info.xres,
393 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
    [all...]
  /system/extras/tests/framebuffer/
fb_test.c 89 fb->width = vi.xres;
98 fb->width = vi.xres;
101 fb->data = (void*) (((unsigned) bits) + vi.yres * vi.xres * 2);
120 fprintf(stderr,"vi.xres = %d\n", vi->xres);
227 w = vi.xres;
refresh.c 73 * ( info.left_margin + info.right_margin + info.xres )
77 float xdpi = (info.xres * 25.4f) / info.width;
83 "xres = %d px\n"
93 info.xres,
mdp_test.c 122 *width = vi.xres;
  /hardware/msm7k/libgralloc/
framebuffer.cpp 119 0, 0, m->info.xres, m->info.yres,
124 0, 0, m->info.xres, m->info.yres,
130 m->info.xres, m->info.yres,
222 * ( info.left_margin + info.right_margin + info.xres )
234 info.width = ((info.xres * 25.4f)/160.0f + 0.5f);
238 float xdpi = (info.xres * 25.4f) / info.width;
244 "xres = %d px\n"
254 info.xres,
357 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 121 0, 0, m->info.xres, m->info.yres,
126 0, 0, m->info.xres, m->info.yres,
221 * ( info.left_margin + info.right_margin + info.xres )
237 info.width = ((info.xres * 25.4f)/160.0f + 0.5f);
241 float xdpi = (info.xres * 25.4f) / info.width;
247 "xres = %d px\n"
257 info.xres,
364 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
  /system/core/init/
logo.c 50 #define fb_width(fb) ((fb)->vi.xres)
52 #define fb_size(fb) ((fb)->vi.xres * (fb)->vi.yres * 2)
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 86 int xres; member in struct:__anon6034
320 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres,
380 vinfo->xres = *w;
387 fprintf(stderr, "Checked mode %dx%d at %d bpp, got mode %dx%d at %d bpp\n", *w, *h, (index+1)*8, vinfo->xres, vinfo->yres, vinfo->bits_per_pixel);
390 *w = vinfo->xres;
419 if ( (w == vesa_timings[i].xres) &&
623 current_w = vinfo.xres;
639 w = vinfo.xres;
753 fprintf(stderr, "\txres: %d\n", vinfo->xres);
809 if ( (vinfo->xres == cinfo.xres && vinfo->yres == cinfo.yres) &
    [all...]
SDL_fbelo.c 127 *dx = ((int)cache_vinfo.xres - ((int)cache_vinfo.xres * (input_x - ELO_MIN_X)) / width);
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 282 lcd_width = vinfo.xres;
324 width = vinfo.xres;
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /bionic/libc/kernel/common/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo
  /development/ndk/platforms/android-3/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo
  /development/simulator/wrapsim/
DevFb.c 56 fbState->vinfo.xres = width;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fb.h 225 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo

Completed in 699 milliseconds

1 2