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

1 2 3 4 5

  /hardware/qcom/display/msm8084/libqdutils/
display_config.h 52 uint32_t xres; member in struct:qdutils::DisplayAttributes_t
  /hardware/qcom/display/msm8226/libqdutils/
display_config.h 52 uint32_t xres; member in struct:qdutils::DisplayAttributes_t
  /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/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.cpp 258 const float xres = ctx->dpyAttr[mDpy].xres; local
260 const float lSplitRatio = lSplit / xres;
hwc_mdpcomp.cpp 268 int hw_w = ctx->dpyAttr[mDpy].xres;
412 (ctx->dpyAttr[mDpy].xres > 1024) &&
1108 const int xres = ctx->dpyAttr[mDpy].xres; local
1151 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:__anon21822
gralloc_priv.h 50 int xres; member in struct:private_module_t
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 389 unsigned int xres, yres, xoffset, yoffset, overscanmode, pannelfitting; local
392 psb_xrandr_extvideo_prop(&xres, &yres, &xoffset, &yoffset, &center, &subtitle, &overscanmode, &pannelfitting);
394 xres = extend_display_width - xoffset;
398 ret = psb_extend_dri_init(ctx, xoffset, yoffset, xres, yres);
406 srcx, srcy, srcw, srch, xoffset, yoffset, xres, yres, texture_priv->extend_current_blt_buffer);
410 xres, yres, 1, local
416 xres, yres, 0, local
psb_coverlay.c 1205 unsigned int xres, yres, xoffset, yoffset, overscanmode, pannelfitting, x, y; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 51 uint32_t xres = ctx->dpyAttr[mDpy].xres; local
56 xres = ctx->dpyAttr[mDpy].xres_new;
59 getBufferAttributes((int)xres, (int)yres,
303 const int hw_w = ctx->dpyAttr[mDpy].xres;
  /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
  /bionic/libc/kernel/uapi/linux/
omapfb.h 221 __u16 xres; member in struct:omapfb_display_info
  /development/ndk/platforms/android-L/include/linux/
omapfb.h 221 __u16 xres; member in struct:omapfb_display_info
  /external/kernel-headers/original/uapi/linux/
omapfb.h 214 __u16 xres; member in struct:omapfb_display_info
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 86 int xres; member in struct:__anon13250
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/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 79 uint32_t xres; member in struct:qhwc::DisplayAttributes
  /hardware/ti/omap4-aah/kernel-headers/linux/
omapfb.h 222 __u16 xres; member in struct:omapfb_display_info
  /hardware/ti/omap4-aah/original-kernel-headers/linux/
omapfb.h 215 __u16 xres; member in struct:omapfb_display_info
  /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
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
omapfb.h 221 __u16 xres; member in struct:omapfb_display_info
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
omapfb.h 221 __u16 xres; member in struct:omapfb_display_info
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
omapfb.h 221 __u16 xres; member in struct:omapfb_display_info

Completed in 837 milliseconds

1 2 3 4 5