Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java404 long lastBufferTimestampUs, in runPlayAV() argument
418 inputResourceId, mSurface, lastBufferTimestampUs) == false) { in runPlayAV()
425 if (mDecoderAudio.setup(inputResourceId, null, lastBufferTimestampUs) == false) { in runPlayAV()
568 public boolean setup(int inputResourceId, Surface surface, long lastBufferTimestampUs) { in setup() argument
576 mLastBufferTimestampUs = lastBufferTimestampUs; in setup()
DMediaCodecTest.java944 private boolean runDecodeShortInput(int inputResourceId, long lastBufferTimestampUs) { in runDecodeShortInput() argument
978 || timestampUs == lastBufferTimestampUs; in runDecodeShortInput()