Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaSync.cpp491 const int64_t timestampAge = nowUs - numFramesPlayedAt; in getPlayedOutAudioDurationMedia_l() local
492 if (timestampAge > kStaleTimestamp100ms) { in getPlayedOutAudioDurationMedia_l()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1513 const int64_t timestampAge = nowUs - numFramesPlayedAt; in getPlayedOutDurationUs() local
1514 if (timestampAge > kStaleTimestamp100ms) { in getPlayedOutDurationUs()