Searched refs:timestampUs (Results 1 – 6 of 6) sorted by relevance
106 public Builder setLastBufferTimestampUs(Long timestampUs) { in setLastBufferTimestampUs() argument107 mLastBufferTimestampUs = timestampUs; in setLastBufferTimestampUs()193 long timestampUs = mExtractor.getSampleTime(); in onInputSlot() local202 || (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.FormatChangeEvent340 return Long.toString(timestampUs) + "us: changed keys=" + changedKeys in toString()
129 long timestampUs = 0; // non-zero for MediaExtractor mode in read() local132 timestampUs = mExtractor.getSampleTime(); in read()134 + numRead +" timestamp " + timestampUs); in read()138 timestampUs = 0; in read()181 timestampUs /* presentationTimeUs */, in read()
73 public Builder setLastBufferTimestampUs(Long timestampUs) { in setLastBufferTimestampUs() argument74 mLastBufferTimestampUs = timestampUs; in setLastBufferTimestampUs()
383 long timestampUs = 1000000l * frameIndex / kFrameRate; in runEncodeShortVideo() local388 timestampList.add(timestampUs); in runEncodeShortVideo()391 .setPresentationTimeUs(timestampUs) in runEncodeShortVideo()
1413 long timestampUs = mediaExtractor.getSampleTime(); in runDecodeTillFirstOutput() local1419 timestampUs, in runDecodeTillFirstOutput()1522 long timestampUs = mediaExtractor.getSampleTime(); in runDecodeShortInput() local1525 || timestampUs == lastBufferTimestampUs; in runDecodeShortInput()1529 timestampUs, in runDecodeShortInput()
758 long timestampUs = mExtractor.getSampleTime(); in onInputBufferAvailable() local761 || timestampUs >= mLastBufferTimestampUs; in onInputBufferAvailable()766 timestampUs, in onInputBufferAvailable()