Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/
DECOServiceStatsProvider.cpp121 int64_t timeInterval = currTimestamp - mLastFrameTimestamp; in getFramerate() local
122 if (timeInterval == 0) { in getFramerate()