HomeSort by relevance Sort by last modified time
    Searched defs:mmWidth (Results 1 - 6 of 6) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp 324 uint32_t mmWidth, mmHeight;
325 ret = drm->getPhysicalSize(mType, mmWidth, mmHeight);
332 float physWidthInch = (float)mmWidth * 0.039370f;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
PhysicalDevice.cpp 323 uint32_t mmWidth, mmHeight;
324 ret = drm->getPhysicalSize(mType, mmWidth, mmHeight);
331 float physWidthInch = (float)mmWidth * 0.039370f;
  /hardware/qcom/display/msm8998/libdrmutils/
drm_interface.h 248 uint32_t mmWidth;
  /hardware/qcom/display/msm8909/libdrmutils/
drm_interface.h 273 uint32_t mmWidth;
  /hardware/qcom/display/msm8909w_3100/libdrmutils/
drm_interface.h 273 uint32_t mmWidth;
  /external/libdrm/
xf86drmMode.h 297 uint32_t mmWidth, mmHeight; /**< HxW in millimeters */

Completed in 2256 milliseconds