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.h127 FrameTime correctedTimestamp = timestamp; in add() local
140 correctedTimestamp.mFrames = std::max( in add()
146 correctedTimestamp.mTimeNs = std::max( in add()
153 correctedTimestamp, mLastCorrectedTimestamp, sampleRate); in add()
155 mLastCorrectedTimestamp = correctedTimestamp; in add()