HomeSort by relevance Sort by last modified time
    Searched full:mm_width (Results 1 - 9 of 9) sorted by null

  /external/drm_hwcomposer/
drmconnector.h 68 uint32_t mm_width() const;
drmconnector.cpp 135 uint32_t DrmConnector::mm_width() const { function in class:android::DrmConnector
hwcomposer.cpp 748 uint32_t mm_width = c->mm_width(); local
763 values[i] = mm_width ? (mode.h_display() * UM_PER_INCH) / mm_width : 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_mode.h 182 __u32 mm_width, mm_height; /**< HxW in millimeters */ member in struct:drm_mode_get_connector
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm_mode.h 185 __u32 mm_width, mm_height; /**< HxW in millimeters */ member in struct:drm_mode_get_connector
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 242 __u32 mm_width; member in struct:drm_mode_get_connector
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 262 __u32 mm_width; /**< width in millimeters */ member in struct:drm_mode_get_connector
  /external/libdrm/include/drm/
drm_mode.h 244 __u32 mm_width, mm_height; /**< HxW in millimeters */ member in struct:drm_mode_get_connector
  /external/libdrm/
xf86drmMode.c 541 r->mmWidth = conn.mm_width;
    [all...]

Completed in 374 milliseconds