Searched refs:numPendingFrames (Results 1 – 1 of 1) sorted by relevance
278 int64_t numPendingFrames = mNumFramesWritten - numFramesPlayed; in getPlayTimeForPendingAudioFrames() local279 if (numPendingFrames < 0) { in getPlayTimeForPendingAudioFrames()280 numPendingFrames = 0; in getPlayTimeForPendingAudioFrames()283 double timeUs = numPendingFrames * 1000000.0 in getPlayTimeForPendingAudioFrames()