HomeSort by relevance Sort by last modified time
    Searched refs:h_total_ (Results 1 - 2 of 2) sorted by null

  /external/drm_hwcomposer/
drmmode.cpp 32 h_total_(m->htotal),
48 h_total_ == m.htotal && h_skew_ == m.hskew &&
59 m->htotal = h_total_;
97 return h_total_;
126 clock_ / (float)(v_total_ * h_total_) * 1000.0f;
drmmode.h 65 uint32_t h_total_ = 0; member in class:android::DrmMode

Completed in 612 milliseconds