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

1 2 3

  /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)
  /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/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.cpp 239 const float xres = ctx->dpyAttr[mDpy].xres; local
241 const float lSplitRatio = lSplit / xres;
hwc_mdpcomp.cpp 268 int hw_w = ctx->dpyAttr[mDpy].xres;
407 (ctx->dpyAttr[mDpy].xres > 1024) &&
1083 const int xres = ctx->dpyAttr[mDpy].xres; local
1126 const int xres = ctx->dpyAttr[mDpy].xres; local
    [all...]
hwc_utils.h 73 uint32_t xres; member in struct:qhwc::DisplayAttributes
  /hardware/samsung_slsi/exynos5/include/
s3c_lcd.h 45 unsigned int xres; /* visible resolution*/ member in struct:__anon34042
gralloc_priv.h 48 int xres; member in struct:private_module_t
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c 41 int xres,yres; /* Video mode resolution */ variable
461 printf("Usage: LFBPROF <xres> <yres>\n\n");
507 xres = x;
591 printf("Profiling results for %dx%d 8 bits per pixel.\n",xres,yres);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 73 uint32_t xres; member in struct:qhwc::DisplayAttributes
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h 73 uint32_t xres; member in struct:qhwc::DisplayAttributes
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 86 int xres; member in struct:__anon26931
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...]
  /hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h 222 __u16 xres; member in struct:omapfb_display_info
  /hardware/ti/omap4xxx/original-kernel-headers/linux/
omapfb.h 215 __u16 xres; member in struct:omapfb_display_info
  /bionic/libc/kernel/common/video/
dsscomp.h 110 __u32 xres; member in struct:dsscomp_videomode
  /development/ndk/platforms/android-3/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo
  /external/kernel-headers/original/video/
dsscomp.h 114 __u32 xres; member in struct:dsscomp_videomode
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 121 int32_t xres; member in struct:exynos5_hwc_composer_device_1_t
767 return layer.displayFrame.left > pdev->xres ||
782 int right = min(layer.displayFrame.right, pdev->xres);
916 fb_rect.right = pdev->xres - 1;
918 pixels_left = MAX_PIXELS - pdev->xres * pdev->yres;
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fb.h 206 __u32 xres; member in struct:fb_var_screeninfo

Completed in 3780 milliseconds

1 2 3