Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackSurroundTest.java209 AudioTimestamp mPreviousTimestamp = null; field in AudioTrackSurroundTest.TimestampAnalyzer
223 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()