Searched refs:deltaTimeQueue (Results 1 – 1 of 1) sorted by relevance
132 static int32_t deltaTimeQueue[SAMPLE_NUMBER] = {0}; in UpdateFPSByPreciseSamplingMethod() local138 if (memset_s(deltaTimeQueue, sizeof(deltaTimeQueue), 0, sizeof(deltaTimeQueue)) != EOK) { in UpdateFPSByPreciseSamplingMethod()157 sumDuration -= deltaTimeQueue[frameCount]; in UpdateFPSByPreciseSamplingMethod()159 deltaTimeQueue[frameCount++] = deltaTime; in UpdateFPSByPreciseSamplingMethod()