Searched refs:lastBufferTimestampUs (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/media/common/src/android/media/cts/ |
D | MediaCodecCryptoAsyncHelper.java | 97 Long lastBufferTimestampUs, in ExtractorInputSlotListener() argument 100 mLastBufferTimestampUs = lastBufferTimestampUs; in ExtractorInputSlotListener() 184 Long lastBufferTimestampUs, in runShortClearKeyVideoWithNoCryptoErrorOverride() argument 245 .setLastBufferTimestampUs(lastBufferTimestampUs) in runShortClearKeyVideoWithNoCryptoErrorOverride() 304 Long lastBufferTimestampUs, in runDecodeShortClearKeyVideo() argument 363 .setLastBufferTimestampUs(lastBufferTimestampUs) in runDecodeShortClearKeyVideo() 433 Long lastBufferTimestampUs, in runDecodeShortVideoUsingBlockModel() argument 458 .setLastBufferTimestampUs(lastBufferTimestampUs) in runDecodeShortVideoUsingBlockModel()
|
D | MediaCodecBlockModelHelper.java | 145 Long lastBufferTimestampUs, in ExtractorInputSlotListener() argument 150 mLastBufferTimestampUs = lastBufferTimestampUs; in ExtractorInputSlotListener() 347 Long lastBufferTimestampUs, in runDecodeShortVideo() argument 391 .setLastBufferTimestampUs(lastBufferTimestampUs) in runDecodeShortVideo()
|
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
D | MediaDrmCodecBlockModelTest.java | 142 long lastBufferTimestampUs, in runDecodeShortVideo() argument 146 lastBufferTimestampUs, obtainBlockForEachBuffer, null, null, null); in runDecodeShortVideo()
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | MediaSyncTest.java | 471 long lastBufferTimestampUs, in runPlayAV() argument 488 inputResource, mSurface, lastBufferTimestampUs, NO_TIMESTAMP) == false) { in runPlayAV() 496 inputResource, null, lastBufferTimestampUs, in runPlayAV() 631 String inputResource, Surface surface, long lastBufferTimestampUs, in setup() argument 640 mLastBufferTimestampUs = lastBufferTimestampUs; in setup()
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | MediaCodecBlockModelTest.java | 164 long lastBufferTimestampUs, in runDecodeShortAudio() argument 191 .setLastBufferTimestampUs(lastBufferTimestampUs) in runDecodeShortAudio() 434 long lastBufferTimestampUs, in runDecodeShortVideo() argument 438 lastBufferTimestampUs, obtainBlockForEachBuffer, null, null, null); in runDecodeShortVideo()
|
D | MediaCodecTest.java | 1491 private boolean runDecodeShortInput(final String inputResource, long lastBufferTimestampUs) { in runDecodeShortInput() argument 1525 || timestampUs == lastBufferTimestampUs; in runDecodeShortInput()
|