HomeSort by relevance Sort by last modified time
    Searched full:yres (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /hardware/qcom/display/msm8974/libexternal/
external.cpp 367 info.yres = mode->active_v;
610 mVInfo.reserved[3], mVInfo.xres, mVInfo.yres,
629 mode->video_format, mVInfo.xres, mVInfo.yres,
706 mHwcContext->dpyAttr[mExtDpyNum].yres = mVInfo.yres;
717 ALOGD("ExtDisplay setting xres = %d, yres = %d", width, height);
719 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = height;
  /hardware/qcom/display/msm8x26/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;
  /hardware/ti/omap4xxx/hwc/
hwc.c 94 __u32 yres; member in struct:omap4_hwc_ext
531 * and height for a screen of xres/yres and physical size of width/height.
584 ext->xres, ext->yres, ext->width, ext->height,
588 m_translate(ext->m, ext->xres >> 1, ext->yres >> 1);
800 __u32 xres, __u32 yres, __u32 refresh,
804 __u32 area = xres * yres;
809 int upscale = (ext_xres >= xres * 99 / 100 && ext_yres >= yres * 99 / 100);
837 static int omap4_hwc_set_best_hdmi_mode(omap4_hwc_device_t *hwc_dev, __u32 xres, __u32 yres,
852 xres * yres == 0)
859 ext->yres = d.dis.timings.y_res
1140 __u32 xres = o->cfg.crop.w, yres = o->cfg.crop.h; local
1178 __u32 yres = HEIGHT(ext->mirror_region); local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 61 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
65 float ydpi = (info.yres * 25.4f) / info.height;
91 //xres, yres may not be 32 aligned
94 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres = info.yres;
327 float fbHeight = ctx->dpyAttr[dpy].yres;
774 int hw_h = ctx->dpyAttr[dpy].yres;
851 int fb_height = ctx->dpyAttr[dpy].yres;
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 61 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
65 float ydpi = (info.yres * 25.4f) / info.height;
91 //xres, yres may not be 32 aligned
94 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres = info.yres;
288 float fbHeight = ctx->dpyAttr[dpy].yres;
735 int hw_h = ctx->dpyAttr[dpy].yres;
811 int fb_height = ctx->dpyAttr[dpy].yres;
964 int hw_h = ctx->dpyAttr[dpy].yres;
    [all...]
  /bionic/libc/kernel/common/media/
soc2030.h 115 int yres; member in struct:soc2030_mode
  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.h 64 bool configureDpyInfo(int xres, int yres);
mdpWrapper.h 335 ALOGE("%s fb_var_screeninfo xres=%d yres=%d",
336 s, vinfo.xres, vinfo.yres);
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 49 int yres; member in struct:private_module_t
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 122 const size_t bufferSize = m->finfo.line_length * m->info.yres;
256 const size_t bufferSize = m->finfo.line_length * m->info.yres;
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 122 int32_t yres; member in struct:exynos5_hwc_composer_device_1_t
769 layer.displayFrame.top > pdev->yres ||
917 fb_rect.bottom = pdev->yres - 1;
918 pixels_left = MAX_PIXELS - pdev->xres * pdev->yres;
    [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/liboverlay/
mdpWrapper.h 265 ALOGE("%s fb_var_screeninfo xres=%d yres=%d",
266 s, vinfo.xres, vinfo.yres);
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 74 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
78 float ydpi = (info.yres * 25.4f) / info.height;
107 //xres, yres may not be 32 aligned
110 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres = info.yres;
275 float fbHeight = ctx->dpyAttr[dpy].yres;
735 int hw_h = ctx->dpyAttr[dpy].yres;
    [all...]
  /hardware/qcom/display/msm8x26/liboverlay/
mdpWrapper.h 265 ALOGE("%s fb_var_screeninfo xres=%d yres=%d",
266 s, vinfo.xres, vinfo.yres);
  /development/ndk/platforms/android-3/include/linux/
fb.h 207 __u32 yres; member in struct:fb_var_screeninfo
  /frameworks/base/cmds/screencap/
screencap.cpp 161 h = vinfo.yres;
  /hardware/ti/omap4xxx/original-kernel-headers/linux/
omapfb.h 216 __u16 yres; member in struct:omapfb_display_info
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fb.h 207 __u32 yres; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fb.h 207 __u32 yres; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fb.h 207 __u32 yres; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fb.h 207 __u32 yres; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fb.h 207 __u32 yres; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
fb.h 207 __u32 yres; member in struct:fb_var_screeninfo
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
fb.h 207 __u32 yres; member in struct:fb_var_screeninfo

Completed in 1130 milliseconds

12 3 4 5 6