Searched refs:mStartingAudioTimestampUs (Results 1 – 1 of 1) sorted by relevance
593 private long mStartingAudioTimestampUs = NO_TIMESTAMP; field in MediaSyncTest.Decoder640 mStartingAudioTimestampUs = startingAudioTimestampUs; in setup()790 if (mStartingAudioTimestampUs >= 0 in onOutputBufferAvailable()791 && info.presentationTimeUs >= mStartingAudioTimestampUs) { in onOutputBufferAvailable()793 mStartingAudioTimestampUs = NO_TIMESTAMP; in onOutputBufferAvailable()