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

1 2 3 4 5

  /system/core/toolbox/
rotatefb.c 55 unsigned int xres = fbinfo.yres;
56 fbinfo.yres = fbinfo.xres;
59 fbinfo.yres_virtual = fbinfo.yres * 2;
61 fbinfo.yoffset = fbinfo.yres;
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 116 0, 0, m->info.xres, m->info.yres,
121 0, 0, m->info.xres, m->info.yres,
124 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres);
177 info.yres_virtual = info.yres * NUM_BUFFERS;
182 info.yres_virtual = info.yres;
187 if (info.yres_virtual < info.yres * 2) {
189 info.yres_virtual = info.yres;
192 info.yres_virtual, info.yres*2);
200 uint64_t( info.upper_margin + info.lower_margin + info.yres )
218 info.height = ((info.yres * 25.4f)/160.0f + 0.5f)
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.cpp 113 bool Writeback::configureDpyInfo(int xres, int yres) {
114 if(mXres != xres || mYres != yres) {
122 vinfo.yres = yres;
124 vinfo.yres_virtual = yres;
132 mYres = yres;
overlayWriteback.h 64 bool configureDpyInfo(int xres, int yres);
  /system/extras/tests/framebuffer/
fb_test.c 97 fb->height = vi.yres;
105 fb->height = vi.yres;
108 vi.yres * vi.xres * bytes_per_pixel);
117 vi.yres_virtual = vi.yres * 2;
118 vi.yoffset = n * vi.yres;
128 fprintf(stderr,"vi.yres = %d\n", vi->yres);
276 h = vi.yres;
279 clear_screen(vi.xres, vi.yres, gr_fbs[0].data);
280 clear_screen(vi.xres, vi.yres, gr_fbs[1].data)
    [all...]
refresh.c 70 uint64_t denominator = (uint64_t)( info.upper_margin + info.lower_margin + info.yres )
76 float ydpi = (info.yres * 25.4f) / info.height;
82 "yres = %d px\n"
92 info.yres,
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 108 static void get_screen_res(const char *fbname, int32_t *xres, int32_t *yres,
136 *yres = (int32_t)_y;
150 *yres = 1600;
185 get_screen_res("fb0", &module->xres, &module->yres, &refreshRate);
190 float ydpi = (module->yres * 25.4f) / info.height;
194 "yres = %d px\n"
198 finfo.id, module->xres, module->yres, info.width, xdpi, info.height,
262 const_cast<uint32_t&>(dev->height) = m->yres;
  /bootable/recovery/minui/
graphics.c 138 overscan_offset_y = vi.yres * overscan_percent / 100;
142 fb->height = vi.yres;
146 memset(fb->data, 0, vi.yres * fi.line_length);
151 if (vi.yres * fi.line_length * 2 > fi.smem_len)
158 fb->height = vi.yres;
160 fb->data = (void*) (((unsigned) bits) + vi.yres * fi.line_length);
162 memset(fb->data, 0, vi.yres * fi.line_length);
170 ms->height = vi.yres;
172 ms->data = malloc(fi.line_length * vi.yres);
179 vi.yres_virtual = vi.yres * NUM_BUFFERS
    [all...]
  /bionic/libc/kernel/common/media/
ov5650.h 62 int yres; member in struct:ov5650_mode
soc2030.h 115 int yres; member in struct:soc2030_mode
  /external/kernel-headers/original/media/
ov5650.h 63 int yres; member in struct:ov5650_mode
soc2030.h 108 int yres; member in struct:soc2030_mode
  /hardware/samsung_slsi/exynos5/include/
s3c_lcd.h 46 unsigned int yres; member in struct:__anon34023
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 201 int size = roundUpToPageSize(info.yres * info.xres *
232 info.yres_virtual, info.yres*2);
242 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
246 float ydpi = (info.yres * 25.4f) / info.height;
264 "yres = %d px\n"
274 info.yres,
313 module->numBuffers = info.yres_virtual / info.yres;
316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
321 module->fbFormat, info.xres, info.yres);
386 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
    [all...]
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 201 int size = roundUpToPageSize(info.yres * info.xres *
232 info.yres_virtual, info.yres*2);
242 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
246 float ydpi = (info.yres * 25.4f) / info.height;
264 "yres = %d px\n"
274 info.yres,
313 module->numBuffers = info.yres_virtual / info.yres;
316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
321 module->fbFormat, info.xres, info.yres);
392 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
    [all...]
  /hardware/qcom/display/msm8x26/libgralloc/
framebuffer.cpp 201 int size = roundUpToPageSize(info.yres * info.xres *
232 info.yres_virtual, info.yres*2);
242 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
246 float ydpi = (info.yres * 25.4f) / info.height;
264 "yres = %d px\n"
274 info.yres,
313 module->numBuffers = info.yres_virtual / info.yres;
316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
321 module->fbFormat, info.xres, info.yres);
386 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
    [all...]
  /frameworks/native/cmds/screenshot/
screenshot.c 64 vinfo.xres, vinfo.yres, vinfo.bits_per_pixel / 4,
80 for(r=0; r<vinfo.yres; r++) {
  /system/core/init/
logo.c 51 #define fb_height(fb) ((fb)->vi.yres)
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 87 int yres; member in struct:__anon26910
332 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres,
394 vinfo->yres = *h;
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);
403 *h = vinfo->yres;
432 (h == vesa_timings[i].yres) && vesa_timings[i].pixclock ) {
676 current_w = vinfo.yres;
680 current_h = vinfo.yres;
698 w = vinfo.yres;
702 h = vinfo.yres;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 158 height = MIN2(vinfo->yres, fbsurf->height);
178 fbsurf->drawable.height = vinfo->yres;
212 fbsurf->height = vinfo.yres;
278 fbsurf->height = vinfo.yres;
334 mode.height = fbdpy->config_vinfo.yres;
  /external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 158 height = MIN2(vinfo->yres, fbsurf->height);
178 fbsurf->drawable.height = vinfo->yres;
212 fbsurf->height = vinfo.yres;
278 fbsurf->height = vinfo.yres;
334 mode.height = fbdpy->config_vinfo.yres;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 193 this->info.current_h = fb_vinfo.yres;
211 fb_vinfo.yres_virtual = fb_vinfo.yres;
225 s_writeable_height = fb_vinfo.yres;
231 deprintf(1, "[PS3] xres:%d yres:%d xoff:%d yoff:%d\n", res.xres, res.yres, res.xoff, res.yoff);
241 real_height = res.yres;
  /hardware/ti/omap4xxx/hwc/
hwc.c 94 __u32 yres; 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)
859 ext->yres = d.dis.timings.y_res
1140 __u32 xres = o->cfg.crop.w, yres = o->cfg.crop.h; local
1178 __u32 yres = HEIGHT(ext->mirror_region); local
    [all...]
  /hardware/qcom/display/msm8960/libexternal/
external.cpp 330 info.yres = active_v;
597 mVInfo.reserved[3], mVInfo.xres, mVInfo.yres,
616 mode->video_format, mVInfo.xres, mVInfo.yres,
693 mHwcContext->dpyAttr[mExtDpyNum].yres = mVInfo.yres;
704 ALOGD("ExtDisplay setting xres = %d, yres = %d", width, height);
706 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = height;
  /hardware/qcom/display/msm8974/libexternal/
external.cpp 367 info.yres = mode->active_v;
610 mVInfo.reserved[3], mVInfo.xres, mVInfo.yres,
629 mode->video_format, mVInfo.xres, mVInfo.yres,
706 mHwcContext->dpyAttr[mExtDpyNum].yres = mVInfo.yres;
717 ALOGD("ExtDisplay setting xres = %d, yres = %d", width, height);
719 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = height;

Completed in 1027 milliseconds

1 2 3 4 5