Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java470 long lastBufferTimestampUs, in runPlayAV() argument
487 inputResource, mSurface, lastBufferTimestampUs, NO_TIMESTAMP) == false) { in runPlayAV()
495 inputResource, null, lastBufferTimestampUs, in runPlayAV()
630 String inputResource, Surface surface, long lastBufferTimestampUs, in setup() argument
639 mLastBufferTimestampUs = lastBufferTimestampUs; in setup()
DMediaCodecBlockModelTest.java290 Long lastBufferTimestampUs, in ExtractorInputSlotListener() argument
295 mLastBufferTimestampUs = lastBufferTimestampUs; in ExtractorInputSlotListener()
468 long lastBufferTimestampUs, in runDecodeShortVideo() argument
472 lastBufferTimestampUs, obtainBlockForEachBuffer, null, null, null); in runDecodeShortVideo()
561 Long lastBufferTimestampUs, in runDecodeShortVideo() argument
604 .setLastBufferTimestampUs(lastBufferTimestampUs) in runDecodeShortVideo()
638 long lastBufferTimestampUs, in runDecodeShortAudio() argument
663 .setLastBufferTimestampUs(lastBufferTimestampUs) in runDecodeShortAudio()
DMediaCodecTest.java1426 private boolean runDecodeShortInput(final String inputResource, long lastBufferTimestampUs) { in runDecodeShortInput() argument
1460 || timestampUs == lastBufferTimestampUs; in runDecodeShortInput()