HomeSort by relevance Sort by last modified time
    Searched refs:yres (Results 51 - 75 of 173) sorted by null

1 23 4 5 6 7

  /hardware/ti/omap4-aah/kernel-headers/linux/
omapfb.h 224 __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
  /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
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 283 lcd_height = vinfo.yres;
325 height = vinfo.yres;
  /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;
781 int hw_h = ctx->dpyAttr[dpy].yres;
858 int fb_height = ctx->dpyAttr[dpy].yres;
    [all...]
  /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...]
  /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;
741 int hw_h = ctx->dpyAttr[dpy].yres;
    [all...]
hwc.cpp 223 ctx->dpyAttr[dpy].yres = fbHeight;
646 values[i] = ctx->dpyAttr[disp].yres;
648 ctx->dpyAttr[disp].yres);
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 191 e->dst.height = vinfo.yres;
473 e->dst.height = vinfo.yres;
533 e->dst.height = vinfo.yres;
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 190 e->dst.height = vinfo.yres;
472 e->dst.height = vinfo.yres;
532 e->dst.height = vinfo.yres;
  /bionic/libc/kernel/uapi/linux/
fb.h 255 __u32 yres; member in struct:fb_var_screeninfo
  /development/ndk/platforms/android-3/include/linux/
fb.h 207 __u32 yres; member in struct:fb_var_screeninfo
  /development/ndk/platforms/android-L/include/linux/
fb.h 255 __u32 yres; member in struct:fb_var_screeninfo
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 827 ( 0 == test_obj->vinfo.yres ) ||
828 ( test_obj->vinfo.yres > test_obj->vinfo.yres_virtual ) ) {
829 CDBG_ERROR("%s: Invalid FB virtual yres: %d, yres: %d\n",
832 test_obj->vinfo.yres);
854 test_obj->slice_size = test_obj->vinfo.xres * ( test_obj->vinfo.yres - 1 ) * DEFAULT_OV_FORMAT_BPP;
    [all...]
  /external/kernel-headers/original/uapi/linux/
fb.h 242 __u32 yres; member in struct:fb_var_screeninfo
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbelo.c 128 *dy = (cache_vinfo.yres * (input_y - ELO_MIN_Y)) / height;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_qclient.cpp 112 outParcel->writeInt32(ctx->dpyAttr[dpy].yres);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp 112 outParcel->writeInt32(ctx->dpyAttr[dpy].yres);
  /hardware/qcom/display/msm8226/liboverlay/
mdpWrapper.h 349 ALOGE("%s fb_var_screeninfo xres=%d yres=%d",
350 s, vinfo.xres, vinfo.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/liboverlay/
mdpWrapper.h 353 ALOGE("%s fb_var_screeninfo xres=%d yres=%d",
354 s, vinfo.xres, vinfo.yres);
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 127 __u32 yres; member in struct:dsscomp_videomode

Completed in 847 milliseconds

1 23 4 5 6 7