Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.cpp97 uint32_t frameDiff; in checkFps() local
105 frameDiff = (mFrameCount - mLastFrameCount); in checkFps()
107 frameDiff = (mFrameCount + (UINT_MAX - mLastFrameCount)); in checkFps()
110 mFps = (uint32_t)(frameDiff * float(s2ns(1))) / diff; in checkFps()
/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp657 const int64_t frameDiff = recordFT.frames - playFT.frames; in getLatencyMs() local
671 *latencyMs = frameDiff * 1e3 / recordTrack->sampleRate() in getLatencyMs()