Searched refs:lastBufferTimestampUs (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaSyncTest.java | 470 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()
|
D | MediaCodecBlockModelTest.java | 290 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()
|
D | MediaCodecTest.java | 1426 private boolean runDecodeShortInput(final String inputResource, long lastBufferTimestampUs) { in runDecodeShortInput() argument 1460 || timestampUs == lastBufferTimestampUs; in runDecodeShortInput()
|