Searched refs:presentationTimeUs (Results 1 - 7 of 7) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/exoplayer/audio/
H A DMediaCodecAudioDecoder.java165 long presentationTimeUs = sampleHolder.timeUs;
167 mDecodeOnlyPresentationTimestamps.add(presentationTimeUs);
169 mCodec.queueInputBuffer(mInputIndex, 0, sampleHolder.data.limit(), presentationTimeUs, 0);
174 private int getDecodeOnlyIndex(long presentationTimeUs) { argument
177 if (mDecodeOnlyPresentationTimestamps.get(i).longValue() == presentationTimeUs) {
202 int decodeOnlyIndex = getDecodeOnlyIndex(mOutputBufferInfo.presentationTimeUs);
226 return mOutputBufferInfo.presentationTimeUs;
H A DAudioTrackWrapper.java152 public int handleBuffer(ByteBuffer buffer, int offset, int size, long presentationTimeUs) argument
157 return mAudioTrack.handleBuffer(buffer, offset, size, presentationTimeUs);
H A DMpegTsDefaultAudioTrackRenderer.java524 long presentationTimeUs = mAudioDecoder.getDecodedTimeUs();
525 decodeDone(outputBuffer, presentationTimeUs);
632 private void decodeDone(ByteBuffer outputBuffer, long presentationTimeUs) { argument
636 if (presentationTimeUs < 0) {
637 Log.e(TAG, "decodeDone - invalid presentationTimeUs");
642 TunerDebug.setAudioPtsUs(presentationTimeUs);
649 if (presentationTimeUs == mPresentationTimeUs) {
653 mPresentationTimeUs = presentationTimeUs;
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/
H A DMpegTsSampleExtractor.java231 abstract void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs); argument
233 protected int parseClosedCaption(ByteBuffer buffer, int offset, long presentationTimeUs) { argument
249 holder.timeUs = presentationTimeUs;
259 public void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs) { argument
282 presentationTimeUs) - i;
299 public void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs) { argument
323 presentationTimeUs) - i;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DVideoUtils.java205 bufferInfo.presentationTimeUs = extractor.getSampleTime();
206 if (endMs > 0 && bufferInfo.presentationTimeUs > (endMs * 1000)) {
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 1396 milliseconds