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