Searched refs:startIntervalUs (Results 1 – 2 of 2) sorted by relevance
64 int32_t startIntervalUs = 0; in addReportedDurations() local66 startIntervalUs = (startTimeNs - mLastStartTimeNs) / 1000; in addReportedDurations()71 mRecords[mLatestRecordIndex] = CycleRecord{startIntervalUs, totalDurationUs, cycleMissed}; in addReportedDurations()120 return (mRecords[ind1].startIntervalUs >= cycleDurationThresholdUs) && in isLowFrameRate()121 (mRecords[ind2].startIntervalUs >= cycleDurationThresholdUs) && in isLowFrameRate()122 (mRecords[ind3].startIntervalUs >= cycleDurationThresholdUs); in isLowFrameRate()
37 int32_t startIntervalUs{0};