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

1 2 3 4 5

  /hardware/qcom/display/msm8084/libqdutils/
display_config.h 53 uint32_t yres; member in struct:qdutils::DisplayAttributes_t
  /hardware/qcom/display/msm8226/libqdutils/
display_config.h 53 uint32_t yres; member in struct:qdutils::DisplayAttributes_t
  /hardware/samsung_slsi/exynos5/include/
s3c_lcd.h 46 unsigned int yres; member in struct:__anon41813
gralloc_priv.h 51 int yres; 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);
395 yres = extend_display_height - yoffset;
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...]
  /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");
508 yres = y;
510 imageSize = bytesperline * yres;
591 printf("Profiling results for %dx%d 8 bits per pixel.\n",xres,yres);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 74 uint32_t yres; member in struct:qhwc::DisplayAttributes
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 74 uint32_t yres; member in struct:qhwc::DisplayAttributes
  /bionic/libc/kernel/uapi/linux/
omapfb.h 222 __u16 yres; member in struct:omapfb_display_info
  /development/ndk/platforms/android-L/include/linux/
omapfb.h 222 __u16 yres; member in struct:omapfb_display_info
  /external/kernel-headers/original/uapi/linux/
omapfb.h 215 __u16 yres; member in struct:omapfb_display_info
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 87 int yres; member in struct:__anon33277
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...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 80 uint32_t yres; member in struct:qhwc::DisplayAttributes
hwc_utils.cpp 78 bool isValidResolution(hwc_context_t *ctx, uint32_t xres, uint32_t yres)
82 (xres < MIN_DISPLAY_XRES || yres < MIN_DISPLAY_YRES));
96 int yres = atoi(yptr + 1); local
97 if (isValidResolution(ctx,xres,yres) &&
98 xres != xres_orig && yres != yres_orig) {
100 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres = yres;
128 info.height = (int)(((float)info.yres * 25.4f)/160.0f + 0.5f);
132 float ydpi = ((float)info.yres * 25.4f) / (float)info.height;
161 //xres, yres may not be 32 aligne
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 77 uint32_t yres; member in struct:qhwc::DisplayAttributes
  /hardware/ti/omap4-aah/kernel-headers/linux/
omapfb.h 224 __u16 yres; member in struct:omapfb_display_info
  /hardware/ti/omap4-aah/original-kernel-headers/linux/
omapfb.h 216 __u16 yres; member in struct:omapfb_display_info
  /hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h 224 __u16 yres; member in struct:omapfb_display_info
  /hardware/ti/omap4xxx/original-kernel-headers/linux/
omapfb.h 216 __u16 yres; member in struct:omapfb_display_info
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
omapfb.h 222 __u16 yres; member in struct:omapfb_display_info
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
omapfb.h 222 __u16 yres; member in struct:omapfb_display_info
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
omapfb.h 222 __u16 yres; member in struct:omapfb_display_info
  /development/ndk/platforms/android-3/include/linux/
fb.h 207 __u32 yres; member in struct:fb_var_screeninfo
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 1025 uint32_t yres[] = { 72, 1 }; \/\/ default 72 ppi local
1763 uint32_t yres[] = { 72, 1 }; \/\/ default 72 ppi local
    [all...]

Completed in 6819 milliseconds

1 2 3 4 5