Searched refs:yres (Results 1 - 13 of 13) sorted by relevance

/external/kernel-headers/original/media/
H A Dov5650.h63 int yres; member in struct:ov5650_mode
H A Dsoc2030.h108 int yres; member in struct:soc2030_mode
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c87 int yres; member in struct:__anon24550
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...]
H A DSDL_fbelo.c128 *dy = (cache_vinfo.yres * (input_y - ELO_MIN_Y)) / height;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/
H A Dnative_fbdev.c158 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/
H A Dnative_fbdev.c158 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/
H A DSDL_ps3video.c193 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;
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.c41 int xres,yres; /* Video mode resolution */ variable
461 printf("Usage: LFBPROF <xres> <yres>\n\n");
508 yres = y;
510 imageSize = bytesperline * yres;
591 printf("Profiling results for %dx%d 8 bits per pixel.\n",xres,yres);
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c283 lcd_height = vinfo.yres;
325 height = vinfo.yres;
/external/kernel-headers/original/video/
H A Ddsscomp.h115 __u32 yres; member in struct:dsscomp_videomode
/external/qemu-pc-bios/vgabios/
H A Dvbe.c266 static void dispi_set_yres(yres)
267 Bit16u yres;
270 outw(VBE_DISPI_IOPORT_DATA,yres);
1004 printf("\txres%x yres%x bpp%x\n",
/external/kernel-headers/original/linux/
H A Dfb.h253 __u32 yres; member in struct:fb_var_screeninfo
1156 u32 yres; member in struct:fb_videomode
/external/valgrind/main/include/vki/
H A Dvki-linux.h2067 __vki_u32 yres; member in struct:vki_fb_var_screeninfo

Completed in 304 milliseconds