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.h128 FrameTime correctedTimestamp = timestamp; in add() local
141 correctedTimestamp.mFrames = std::max( in add()
147 correctedTimestamp.mTimeNs = std::max( in add()
154 correctedTimestamp, mLastCorrectedTimestamp, sampleRate); in add()
156 mLastCorrectedTimestamp = correctedTimestamp; in add()