Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java593 private long mStartingAudioTimestampUs = NO_TIMESTAMP; field in MediaSyncTest.Decoder
640 mStartingAudioTimestampUs = startingAudioTimestampUs; in setup()
790 if (mStartingAudioTimestampUs >= 0 in onOutputBufferAvailable()
791 && info.presentationTimeUs >= mStartingAudioTimestampUs) { in onOutputBufferAvailable()
793 mStartingAudioTimestampUs = NO_TIMESTAMP; in onOutputBufferAvailable()