/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)
|
/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/extras/tests/framebuffer/ |
fb_test.c | 96 fb->width = vi.xres; 104 fb->width = vi.xres; 108 vi.yres * vi.xres * bytes_per_pixel); 127 fprintf(stderr,"vi.xres = %d\n", vi->xres); 275 w = vi.xres; 279 clear_screen(vi.xres, vi.yres, gr_fbs[0].data); 280 clear_screen(vi.xres, vi.yres, gr_fbs[1].data);
|
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,
|
/bionic/libc/kernel/common/media/ |
ov5650.h | 54 int xres; member in struct:ov5650_mode
|
soc2030.h | 78 int xres; member in struct:soc2030_mode
|
/external/kernel-headers/original/media/ |
ov5650.h | 62 int xres; member in struct:ov5650_mode
|
soc2030.h | 85 int xres; member in struct:soc2030_mode
|
/hardware/libhardware/modules/gralloc/ |
framebuffer.cpp | 116 0, 0, m->info.xres, m->info.yres, 121 0, 0, m->info.xres, m->info.yres, 201 * ( info.left_margin + info.right_margin + info.xres ) 217 info.width = ((info.xres * 25.4f)/160.0f + 0.5f); 221 float xdpi = (info.xres * 25.4f) / info.width; 227 "xres = %d px\n" 237 info.xres, 341 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...] |
/frameworks/base/cmds/screenshot/ |
screenshot.c | 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;
|
/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;
|
/frameworks/base/cmds/screencap/ |
screencap.cpp | 148 size_t offset = (vinfo.xoffset + vinfo.yoffset*vinfo.xres) * bytespp; 149 w = vinfo.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)
|
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 90 __u32 xres; /* external screen resolution */ member in struct:omap4_hwc_ext 410 * and height for a screen of xres/yres and physical size of width/height. 465 ext->xres, ext->yres, ext->width, ext->height, 469 m_translate(ext->m, ext->xres >> 1, ext->yres >> 1); 476 if (!ext->xres || 478 ext->xres = 640; 687 static int omap4_hwc_set_best_hdmi_mode(omap4_hwc_device_t *hwc_dev, __u32 xres, __u32 yres, 702 xres * yres == 0) 708 ext->xres = d.dis.timings.x_res; 713 __u32 area = xres * yres 1106 __u32 xres = WIDTH(hwc_dev->ext.mirror_region); local 1127 __u32 xres = o->cfg.crop.w, yres = o->cfg.crop.h; local 1450 __u32 xres = WIDTH(ext->mirror_region); local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbvideo.c | 86 int xres; member in struct:__anon9598 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);
|
/bootable/recovery/minui/ |
graphics.c | 133 fb->width = vi.xres; 143 fb->width = vi.xres; 155 ms->width = vi.xres;
|
/external/qemu-pc-bios/vgabios/tests/lfbprof/ |
lfbprof.c | 41 int xres,yres; /* Video mode resolution */ variable 461 printf("Usage: LFBPROF <xres> <yres>\n\n"); 507 xres = x; 591 printf("Profiling results for %dx%d 8 bits per pixel.\n",xres,yres);
|
/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 | 252 __u32 xres; member in struct:fb_var_screeninfo
|
/bionic/libc/kernel/common/video/ |
dsscomp.h | 110 __u32 xres; member in struct:dsscomp_videomode
|
/development/ndk/platforms/android-3/include/linux/ |
fb.h | 206 __u32 xres; member in struct:fb_var_screeninfo
|
/external/kernel-headers/original/video/ |
dsscomp.h | 114 __u32 xres; member in struct:dsscomp_videomode
|