Searched refs:mm_width (Results 1 – 6 of 6) sorted by relevance
68 uint32_t mm_width() const;
135 uint32_t DrmConnector::mm_width() const { in mm_width() function in android::DrmConnector
748 uint32_t mm_width = c->mm_width(); in hwc_get_display_attributes() local763 values[i] = mm_width ? (mode.h_display() * UM_PER_INCH) / mm_width : 0; in hwc_get_display_attributes()
244 __u32 mm_width, mm_height; /**< HxW in millimeters */ member
262 __u32 mm_width; /**< width in millimeters */ member
541 r->mmWidth = conn.mm_width; in _drmModeGetConnector()