Home
last modified time | relevance | path

Searched refs:v_refresh (Results 1 – 4 of 4) sorted by relevance

/external/drm_hwcomposer/drm/
DVSyncWorker.cpp99 if (conn && conn->active_mode().v_refresh() != 0.0f) in SyntheticWaitVBlank()
100 refresh = conn->active_mode().v_refresh(); in SyntheticWaitVBlank()
103 conn ? conn->active_mode().v_refresh() : 0.0f); in SyntheticWaitVBlank()
DDrmMode.h51 float v_refresh() const;
DDrmMode.cpp121 float DrmMode::v_refresh() const { in v_refresh() function in android::DrmMode
/external/drm_hwcomposer/
DDrmHwcTwo.cpp423 *value = 1000 * 1000 * 1000 / mode->v_refresh(); in GetDisplayAttribute()
509 m.v_refresh() == mode.v_refresh(); in GetDisplayConfigs()