Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioTrackSurroundTest.java215 AudioTimestamp mPreviousTimestamp = null; field in AudioTrackSurroundTest.TimestampAnalyzer
229 if (mPreviousTimestamp != null in addTimestamp()
231 && timestamp.nanoTime != mPreviousTimestamp.nanoTime in addTimestamp()
232 && timestamp.framePosition != mPreviousTimestamp.framePosition) { in addTimestamp()
235 mPreviousTimestamp = timestamp; in addTimestamp()