HomeSort by relevance Sort by last modified time
    Searched full:h_display (Results 1 - 3 of 3) sorted by null

  /external/drm_hwcomposer/
drmmode.h 40 uint32_t h_display() const;
drmmode.cpp 107 uint32_t DrmMode::h_display() const { function in class:android::DrmMode
hwcomposer.cpp 312 if (!fb->Allocate(mode.h_display(), mode.v_display())) {
314 mode.h_display(), mode.v_display());
544 values[i] = mode.h_display();
551 values[i] = mm_width ? (mode.h_display() * UM_PER_INCH) / mm_width : 0;

Completed in 4141 milliseconds