Searched refs:frameScanoutPeriodNs (Results 1 – 1 of 1) sorted by relevance
4612 int32_t frameScanoutPeriodNs; in getDisplayFrameScanoutPeriodFromConfig() local4615 frameScanoutPeriodNs = vrrConfig->minFrameIntervalNs; in getDisplayFrameScanoutPeriodFromConfig()4617 getDisplayAttribute(config, HWC2_ATTRIBUTE_VSYNC_PERIOD, &frameScanoutPeriodNs); in getDisplayFrameScanoutPeriodFromConfig()4623 frameScanoutPeriodNs = in getDisplayFrameScanoutPeriodFromConfig()4624 (frameScanoutPeriodNs <= opPeriodNs) ? frameScanoutPeriodNs : opPeriodNs; in getDisplayFrameScanoutPeriodFromConfig()4629 assert(frameScanoutPeriodNs > 0); in getDisplayFrameScanoutPeriodFromConfig()4630 return frameScanoutPeriodNs; in getDisplayFrameScanoutPeriodFromConfig()