Home
last modified time | relevance | path

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

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