Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaSync.cpp275 int64_t numPendingFrames = mNumFramesWritten - numFramesPlayed; in getPlayTimeForPendingAudioFrames() local
276 if (numPendingFrames < 0) { in getPlayTimeForPendingAudioFrames()
277 numPendingFrames = 0; in getPlayTimeForPendingAudioFrames()
280 double timeUs = numPendingFrames * 1000000.0 in getPlayTimeForPendingAudioFrames()