Searched refs:frameDiff (Results 1 – 2 of 2) sorted by relevance
97 uint32_t frameDiff; in checkFps() local105 frameDiff = (mFrameCount - mLastFrameCount); in checkFps()107 frameDiff = (mFrameCount + (UINT_MAX - mLastFrameCount)); in checkFps()110 mFps = (uint32_t)(frameDiff * float(s2ns(1))) / diff; in checkFps()
657 const int64_t frameDiff = recordFT.frames - playFT.frames; in getLatencyMs() local671 *latencyMs = frameDiff * 1e3 / recordTrack->sampleRate() in getLatencyMs()