Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DTimestampVerifier.h118 FrameTime correctedTimestamp = timestamp; in add() local
131 correctedTimestamp.mFrames = std::max( in add()
137 correctedTimestamp.mTimeNs = std::max( in add()
144 correctedTimestamp, mLastCorrectedTimestamp, sampleRate); in add()
146 mLastCorrectedTimestamp = correctedTimestamp; in add()