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

1 2 3 4 5

  /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)
  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.cpp 113 bool Writeback::configureDpyInfo(int xres, int yres) {
114 if(mXres != xres || mYres != yres) {
121 vinfo.xres = xres;
123 vinfo.xres_virtual = xres;
131 mXres = xres;
overlayWriteback.h 64 bool configureDpyInfo(int xres, int yres);
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 108 static void get_screen_res(const char *fbname, int32_t *xres, int32_t *yres,
135 *xres = (int32_t)_x;
149 *xres = 2560;
185 get_screen_res("fb0", &module->xres, &module->yres, &refreshRate);
189 float xdpi = (module->xres * 25.4f) / info.width;
193 "xres = %d px\n"
198 finfo.id, module->xres, module->yres, info.width, xdpi, info.height,
201 module->line_length = module->xres * 4;
261 const_cast<uint32_t&>(dev->width) = m->xres;
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 71 * ( info.left_margin + info.right_margin + info.xres )
75 float xdpi = (info.xres * 25.4f) / info.width;
81 "xres = %d px\n"
91 info.xres,
  /bionic/libc/kernel/common/media/
ov5650.h 61 int xres; member in struct:ov5650_mode
soc2030.h 114 int xres; member in struct:soc2030_mode
  /external/kernel-headers/original/media/
ov5650.h 62 int xres; member in struct:ov5650_mode
soc2030.h 107 int xres; member in struct:soc2030_mode
  /hardware/samsung_slsi/exynos5/include/
s3c_lcd.h 45 unsigned int xres; /* visible resolution*/ member in struct:__anon34023
  /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,
336 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
  /frameworks/base/cmds/screencap/
screencap.cpp 159 size_t offset = (vinfo.xoffset + vinfo.yoffset*vinfo.xres) * bytespp;
160 w = vinfo.xres;
162 s = vinfo.xres;
  /frameworks/native/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/qcom/display/msm8960/libgralloc/
framebuffer.cpp 201 int size = roundUpToPageSize(info.yres * info.xres *
222 uint32_t line_length = (info.xres * info.bits_per_pixel / 8);
241 info.width = ((info.xres * 25.4f)/160.0f + 0.5f);
245 float xdpi = (info.xres * 25.4f) / info.width;
263 "xres = %d px\n"
273 info.xres,
321 module->fbFormat, info.xres, info.yres);
385 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 201 int size = roundUpToPageSize(info.yres * info.xres *
222 uint32_t line_length = (info.xres * info.bits_per_pixel / 8);
241 info.width = ((info.xres * 25.4f)/160.0f + 0.5f);
245 float xdpi = (info.xres * 25.4f) / info.width;
263 "xres = %d px\n"
273 info.xres,
321 module->fbFormat, info.xres, info.yres);
391 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
  /hardware/qcom/display/msm8x26/libgralloc/
framebuffer.cpp 201 int size = roundUpToPageSize(info.yres * info.xres *
222 uint32_t line_length = (info.xres * info.bits_per_pixel / 8);
241 info.width = ((info.xres * 25.4f)/160.0f + 0.5f);
245 float xdpi = (info.xres * 25.4f) / info.width;
263 "xres = %d px\n"
273 info.xres,
321 module->fbFormat, info.xres, info.yres);
385 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_uevents.cpp 141 IFBUpdate::getObject(ctx->dpyAttr[dpy].xres, dpy);
146 ctx->dpyAttr[dpy].xres, dpy);
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_uevents.cpp 141 IFBUpdate::getObject(ctx->dpyAttr[dpy].xres, dpy);
146 ctx->dpyAttr[dpy].xres, dpy);
  /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.15/src/video/fbcon/
SDL_fbvideo.c 86 int xres; member in struct:__anon26910
332 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres,
392 vinfo->xres = *w;
399 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);
402 *w = vinfo->xres;
431 if ( (w == vesa_timings[i].xres) &&
677 current_h = vinfo.xres;
679 current_w = vinfo.xres;
699 h = vinfo.xres;
701 w = vinfo.xres;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 157 width = MIN2(vinfo->xres, fbsurf->width);
177 fbsurf->drawable.width = vinfo->xres;
211 fbsurf->width = vinfo.xres;
277 fbsurf->width = vinfo.xres;
333 mode.width = fbdpy->config_vinfo.xres;

Completed in 661 milliseconds

1 2 3 4 5