Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Dvsyncworker.cpp119 conn->active_mode().v_refresh() != 0.0f) { in SyntheticWaitVBlank()
121 refreshRate = static_cast<int32_t>(conn->active_mode().v_refresh()); in SyntheticWaitVBlank()
126 conn ? static_cast<int32_t>(conn->active_mode().v_refresh()) : in SyntheticWaitVBlank()
Ddrmmode.cpp130 float DrmMode::v_refresh() const { in v_refresh() function in android::DrmMode
139 auto freq = v_refresh(); in te_frequency()
156 auto frequency = v_refresh(); in v_period()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmmode.h69 float v_refresh() const;
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h372 float getDesiredRefreshRate() { return mDesiredModeState.mode.v_refresh(); } in getDesiredRefreshRate()
474 if (newMode.v_refresh() != mode.v_refresh()) { in setMode()
DExynosDisplayDrmInterface.cpp959 mExynosDisplay->mRefreshRate = static_cast<int32_t>(mDozeDrmMode.v_refresh()); in setLowPowerMode()
1148 float rr = mode.v_refresh(); in getDisplayConfigs()
1241 mode.v_scan(), mode.v_refresh()); in dumpDisplayConfigs()