Home
last modified time | relevance | path

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

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