Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/composer/
Dhwc_display.cpp2696 int32_t active_vsync_period; in GetVsyncPeriodByActiveConfig() local
2697 error = GetDisplayAttribute(active_config, HwcAttribute::VSYNC_PERIOD, &active_vsync_period); in GetVsyncPeriodByActiveConfig()
2703 *vsync_period = static_cast<VsyncPeriodNanos>(active_vsync_period); in GetVsyncPeriodByActiveConfig()