Searched refs:h_display (Results 1 – 5 of 5) sorted by relevance
40 uint32_t h_display() const;
106 uint32_t DrmMode::h_display() const { in h_display() function in android::DrmMode
674 values[i] = mode.h_display(); in hwc_get_display_attributes()681 values[i] = mm_width ? (mode.h_display() * UM_PER_INCH) / mm_width : 0; in hwc_get_display_attributes()
470 *out << " display_mode=" << display_mode_.h_display() << "x" in Dump()
366 return std::make_tuple(mode.h_display(), mode.v_display(), 0); in GetActiveModeResolution()