Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DSessionRecords.cpp115 auto cycleDurationThresholdUs = 1000000.0 / fpsLowRateThreshold; in isLowFrameRate() local
120 return (mRecords[ind1].startIntervalUs >= cycleDurationThresholdUs) && in isLowFrameRate()
121 (mRecords[ind2].startIntervalUs >= cycleDurationThresholdUs) && in isLowFrameRate()
122 (mRecords[ind3].startIntervalUs >= cycleDurationThresholdUs); in isLowFrameRate()