Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecBlockModelTest.java252 mLastBufferTimestampUs = timestampUs; in setLastBufferTimestampUs()
276 mExtractor, mLastBufferTimestampUs, in build()
282 private Long mLastBufferTimestampUs = null; field in MediaCodecBlockModelTest.ExtractorInputSlotListener.Builder
295 mLastBufferTimestampUs = lastBufferTimestampUs; in ExtractorInputSlotListener()
347 || (mLastBufferTimestampUs != null && timestampUs >= mLastBufferTimestampUs); in onInputSlot()
373 private final Long mLastBufferTimestampUs; field in MediaCodecBlockModelTest.ExtractorInputSlotListener
DMediaSyncTest.java592 private long mLastBufferTimestampUs = 0; field in MediaSyncTest.Decoder
639 mLastBufferTimestampUs = lastBufferTimestampUs; in setup()
760 || timestampUs >= mLastBufferTimestampUs; in onInputBufferAvailable()