Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DSessionRecords.cpp118 int32_t ind2 = ind1 == 0 ? (kMaxNumOfRecords - 1) : (ind1 - 1); in isLowFrameRate() local
119 int32_t ind3 = ind2 == 0 ? (kMaxNumOfRecords - 1) : (ind2 - 1); in isLowFrameRate()
121 (mRecords[ind2].startIntervalUs >= cycleDurationThresholdUs) && in isLowFrameRate()