Searched defs:v_refresh (Results 1 – 1 of 1) sorted by relevance
130 float DrmMode::v_refresh() const { in v_refresh() function in android::DrmMode135 auto v_refresh = static_cast<float>(clock_) / (float)(v_total_ * h_total_) * 1000.0F; in v_refresh() local