Searched refs:v_display (Results 1 – 3 of 3) sorted by relevance
46 uint32_t v_display() const;
312 if (!fb->Allocate(mode.h_display(), mode.v_display())) { in hwc_set()314 mode.h_display(), mode.v_display()); in hwc_set()547 values[i] = mode.v_display(); in hwc_get_display_attributes()556 mm_height ? (mode.v_display() * UM_PER_INCH) / mm_height : 0; in hwc_get_display_attributes()
127 uint32_t DrmMode::v_display() const { in v_display() function in android::DrmMode