Home
last modified time | relevance | path

Searched refs:timestampUs (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecBlockModelHelper.java106 public Builder setLastBufferTimestampUs(Long timestampUs) { in setLastBufferTimestampUs() argument
107 mLastBufferTimestampUs = timestampUs; in setLastBufferTimestampUs()
193 long timestampUs = mExtractor.getSampleTime(); in onInputSlot() local
202 || (mLastBufferTimestampUs != null && timestampUs >= mLastBufferTimestampUs); in onInputSlot()
210 request.setPresentationTimeUs(timestampUs); in onInputSlot()
223 mTimestampList.add(timestampUs); in onInputSlot()
329 timestampUs = ts; in FormatChangeEvent()
334 long timestampUs; field in MediaCodecBlockModelHelper.FormatChangeEvent
340 return Long.toString(timestampUs) + "us: changed keys=" + changedKeys in toString()
DStreamUtils.java129 long timestampUs = 0; // non-zero for MediaExtractor mode in read() local
132 timestampUs = mExtractor.getSampleTime(); in read()
134 + numRead +" timestamp " + timestampUs); in read()
138 timestampUs = 0; in read()
181 timestampUs /* presentationTimeUs */, in read()
DMediaCodecCryptoAsyncHelper.java73 public Builder setLastBufferTimestampUs(Long timestampUs) { in setLastBufferTimestampUs() argument
74 mLastBufferTimestampUs = timestampUs; in setLastBufferTimestampUs()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecBlockModelTest.java383 long timestampUs = 1000000l * frameIndex / kFrameRate; in runEncodeShortVideo() local
388 timestampList.add(timestampUs); in runEncodeShortVideo()
391 .setPresentationTimeUs(timestampUs) in runEncodeShortVideo()
DMediaCodecTest.java1413 long timestampUs = mediaExtractor.getSampleTime(); in runDecodeTillFirstOutput() local
1419 timestampUs, in runDecodeTillFirstOutput()
1522 long timestampUs = mediaExtractor.getSampleTime(); in runDecodeShortInput() local
1525 || timestampUs == lastBufferTimestampUs; in runDecodeShortInput()
1529 timestampUs, in runDecodeShortInput()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaSyncTest.java758 long timestampUs = mExtractor.getSampleTime(); in onInputBufferAvailable() local
761 || timestampUs >= mLastBufferTimestampUs; in onInputBufferAvailable()
766 timestampUs, in onInputBufferAvailable()