Searched refs:h_display (Results 1 – 5 of 5) sorted by relevance
39 uint32_t h_display() const;
160 ALOGI("Setting mode %dx%d for connector %d\n", mode.h_display(), in HandleEvent()428 frame->left >= (int)mode.h_display() || in hwc_prepare()756 values[i] = mode.h_display(); in hwc_get_display_attributes()763 values[i] = mm_width ? (mode.h_display() * UM_PER_INCH) / mm_width : 0; in hwc_get_display_attributes()
84 uint32_t DrmMode::h_display() const { in h_display() function in android::DrmMode
528 *out << " display_mode=" << display_mode_.h_display() << "x" in Dump()
373 return std::make_tuple(mode.h_display(), mode.v_display(), 0); in GetActiveModeResolution()