Searched refs:mPreviousTimestamp (Results 1 – 1 of 1) sorted by relevance
209 AudioTimestamp mPreviousTimestamp = null; field in AudioTrackSurroundTest.TimestampAnalyzer223 boolean accepted = mPreviousTimestamp != null in addTimestamp()225 && timestamp.nanoTime != mPreviousTimestamp.nanoTime in addTimestamp()226 && timestamp.framePosition != mPreviousTimestamp.framePosition; in addTimestamp()231 mPreviousTimestamp = timestamp; in addTimestamp()