| /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/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;
|
| /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,
|
| /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...] |
| /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;
|
| /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...] |
| gpu.cpp | 192 size_t bufferSize = m->finfo.line_length * m->info.yres; 203 m->fbFormat, m->info.xres, m->info.yres); 218 m->info.yres); 310 const size_t bufferSize = m->finfo.line_length * m->info.yres;
|
| /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...] |
| gpu.cpp | 198 size_t bufferSize = m->finfo.line_length * m->info.yres; 209 m->fbFormat, m->info.xres, m->info.yres); 224 m->info.yres); 319 const size_t bufferSize = m->finfo.line_length * m->info.yres;
|
| /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...] |
| gpu.cpp | 192 size_t bufferSize = m->finfo.line_length * m->info.yres; 203 m->fbFormat, m->info.xres, m->info.yres); 218 m->info.yres); 310 const size_t bufferSize = m->finfo.line_length * m->info.yres;
|
| /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/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:__anon34042
|
| /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;
|
| /bionic/libc/kernel/common/media/ |
| ov5650.h | 62 int yres; member in struct:ov5650_mode
|
| /external/qemu-pc-bios/vgabios/ |
| vbe_display_api.txt | 151 It's illegal to set the YRES when the VBE is enabled (display code should generate PANIC). 168 with the current XRES, YRES and BPP settings. 208 If the new flag VBE_DISPI_GETCAPS is enabled, the xres, yres and bpp registers 233 * Since the XRES/YRES/BPP may not be written when VBE is enabled, if you want to switch from one VBE mode
|
| /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
| SDL_fbvideo.c | 87 int yres; member in struct:__anon26931 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;
|
| /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;
|