/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...] |
/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/libhardware/modules/gralloc/ |
framebuffer.cpp | 121 0, 0, m->info.xres, m->info.yres, 126 0, 0, m->info.xres, m->info.yres, 219 * ( info.left_margin + info.right_margin + info.xres ) 231 info.width = ((info.xres * 25.4f)/160.0f + 0.5f); 235 float xdpi = (info.xres * 25.4f) / info.width; 241 "xres = %d px\n" 251 info.xres, 352 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
|
/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;
|
/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:__anon6193 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;
|
/device/samsung/crespo/alsa-lib/modules/mixer/simple/ |
python.c | 83 int xres = 0; local 107 xres = PyInt_AsLong(res); 109 xres = 0; 111 xres = res == Py_True; 122 return xres; 124 return 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/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
|
/external/kernel-headers/original/linux/ |
fb.h | 217 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo 981 u32 xres; member in struct:fb_videomode [all...] |