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

1 2 3 4

  /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/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:__anon21164
  /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;
  /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/screencap/
screencap.cpp 163 size_t offset = (vinfo.xoffset + vinfo.yoffset*vinfo.xres) * bytespp;
164 w = vinfo.xres;
166 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/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/qcom/display/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/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:__anon13474
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/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 192 this->info.current_w = fb_vinfo.xres;
210 fb_vinfo.xres_virtual = fb_vinfo.xres;
224 s_writeable_width = fb_vinfo.xres;
231 deprintf(1, "[PS3] xres:%d yres:%d xoff:%d yoff:%d\n", res.xres, res.yres, res.xoff, res.yoff);
240 real_width = res.xres;
  /hardware/ti/omap4xxx/hwc/
hwc.c 93 __u32 xres; /* external screen resolution */ member in struct:omap4_hwc_ext
531 * and height for a screen of xres/yres and physical size of width/height.
584 ext->xres, ext->yres, ext->width, ext->height,
588 m_translate(ext->m, ext->xres >> 1, ext->yres >> 1);
800 __u32 xres, __u32 yres, __u32 refresh,
804 __u32 area = xres * yres;
809 int upscale = (ext_xres >= xres * 99 / 100 && ext_yres >= yres * 99 / 100);
837 static int omap4_hwc_set_best_hdmi_mode(omap4_hwc_device_t *hwc_dev, __u32 xres, __u32 yres,
852 xres * yres == 0)
858 ext->xres = d.dis.timings.x_res
1140 __u32 xres = o->cfg.crop.w, yres = o->cfg.crop.h; local
1177 __u32 xres = WIDTH(ext->mirror_region); local
    [all...]
  /hardware/qcom/display/libexternal/
external.cpp 329 info.xres = active_h;
597 mVInfo.reserved[3], mVInfo.xres, mVInfo.yres,
616 mode->video_format, mVInfo.xres, mVInfo.yres,
692 mHwcContext->dpyAttr[mExtDpyNum].xres = mVInfo.xres;
704 ALOGD("ExtDisplay setting xres = %d, yres = %d", width, height);
705 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].xres = width;
  /bootable/recovery/minui/
graphics.c 137 overscan_offset_x = vi.xres * overscan_percent / 100;
141 fb->width = vi.xres;
157 fb->width = vi.xres;
169 ms->width = vi.xres;

Completed in 518 milliseconds

1 2 3 4