Home
last modified time | relevance | path

Searched refs:h_total_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmmode.cpp38 h_total_(m->htotal), in DrmMode()
54 h_total_ == m.htotal && h_skew_ == m.hskew && in operator ==()
65 m->htotal = h_total_; in ToDrmModeModeInfo()
103 return h_total_; in h_total()
132 if (v_total_ == 0 || h_total_ == 0) { in v_refresh()
135 return clock_ / (float)(v_total_ * h_total_) * 1000.0f; in v_refresh()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmmode.h89 uint32_t h_total_ = 0; variable