Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp655 const int64_t frameDiff = recordFT.frames - playFT.frames; in getLatencyMs() local
669 *latencyMs = frameDiff * 1e3 / recordTrack->sampleRate() in getLatencyMs()