Searched refs:cycleDurationThresholdUs (Results 1 – 1 of 1) sorted by relevance
115 auto cycleDurationThresholdUs = 1000000.0 / fpsLowRateThreshold; in isLowFrameRate() local120 return (mRecords[ind1].startIntervalUs >= cycleDurationThresholdUs) && in isLowFrameRate()121 (mRecords[ind2].startIntervalUs >= cycleDurationThresholdUs) && in isLowFrameRate()122 (mRecords[ind3].startIntervalUs >= cycleDurationThresholdUs); in isLowFrameRate()