Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecBlockModelTest.java251 public Builder setLastBufferTimestampUs(Long timestampUs) { in setLastBufferTimestampUs() argument
252 mLastBufferTimestampUs = timestampUs; in setLastBufferTimestampUs()
338 long timestampUs = mExtractor.getSampleTime(); in onInputSlot() local
347 || (mLastBufferTimestampUs != null && timestampUs >= mLastBufferTimestampUs); in onInputSlot()
355 request.setPresentationTimeUs(timestampUs); in onInputSlot()
368 mTimestampList.add(timestampUs); in onInputSlot()
543 timestampUs = ts; in FormatChangeEvent()
548 long timestampUs; field in MediaCodecBlockModelTest.FormatChangeEvent
554 return Long.toString(timestampUs) + "us: changed keys=" + changedKeys in toString()
850 long timestampUs = 1000000l * frameIndex / kFrameRate; in runEncodeShortVideo() local
[all …]
DMediaSyncTest.java757 long timestampUs = mExtractor.getSampleTime(); in onInputBufferAvailable() local
760 || timestampUs >= mLastBufferTimestampUs; in onInputBufferAvailable()
765 timestampUs, in onInputBufferAvailable()
DMediaCodecTest.java1350 long timestampUs = mediaExtractor.getSampleTime(); in runDecodeTillFirstOutput() local
1356 timestampUs, in runDecodeTillFirstOutput()
1457 long timestampUs = mediaExtractor.getSampleTime(); in runDecodeShortInput() local
1460 || timestampUs == lastBufferTimestampUs; in runDecodeShortInput()
1464 timestampUs, in runDecodeShortInput()
2301 long timestampUs = 0; // non-zero for MediaExtractor mode in read() local
2304 timestampUs = mExtractor.getSampleTime(); in read()
2306 + numRead +" timestamp " + timestampUs); in read()
2310 timestampUs = 0; in read()
2353 timestampUs /* presentationTimeUs */, in read()