/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/ |
D | MediaCodecAudioDecoder.java | 163 long presentationTimeUs = sampleHolder.timeUs; in decode() local 165 mDecodeOnlyPresentationTimestamps.add(presentationTimeUs); in decode() 167 mCodec.queueInputBuffer(mInputIndex, 0, sampleHolder.data.limit(), presentationTimeUs, 0); in decode() 172 private int getDecodeOnlyIndex(long presentationTimeUs) { in getDecodeOnlyIndex() argument 175 if (mDecodeOnlyPresentationTimestamps.get(i).longValue() == presentationTimeUs) { in getDecodeOnlyIndex() 200 int decodeOnlyIndex = getDecodeOnlyIndex(mOutputBufferInfo.presentationTimeUs); in maybeDecodeOnlyIndex() 224 return mOutputBufferInfo.presentationTimeUs; in getDecodedTimeUs()
|
D | MpegTsDefaultAudioTrackRenderer.java | 503 long presentationTimeUs = mAudioDecoder.getDecodedTimeUs(); in feedInputBuffer() local 504 decodeDone(outputBuffer, presentationTimeUs); in feedInputBuffer() 617 private void decodeDone(ByteBuffer outputBuffer, long presentationTimeUs) { in decodeDone() argument 621 if (presentationTimeUs < 0) { in decodeDone() 627 TunerDebug.setAudioPtsUs(presentationTimeUs); in decodeDone() 634 if (presentationTimeUs == mPresentationTimeUs) { in decodeDone() 638 mPresentationTimeUs = presentationTimeUs; in decodeDone()
|
D | AudioTrackWrapper.java | 150 public int handleBuffer(ByteBuffer buffer, int offset, int size, long presentationTimeUs) in handleBuffer() argument 155 return mAudioTrack.handleBuffer(buffer, offset, size, presentationTimeUs); in handleBuffer()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/ |
D | MpegTsSampleExtractor.java | 261 abstract void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs); in mayParseClosedCaption() argument 263 protected int parseClosedCaption(ByteBuffer buffer, int offset, long presentationTimeUs) { in parseClosedCaption() argument 279 holder.timeUs = presentationTimeUs; in parseClosedCaption() 289 public void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs) { in mayParseClosedCaption() argument 315 presentationTimeUs) in mayParseClosedCaption() 333 public void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs) { in mayParseClosedCaption() argument 360 presentationTimeUs) in mayParseClosedCaption()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/ |
D | MpegTsSampleExtractor.java | 273 abstract void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs); in mayParseClosedCaption() argument 275 int parseClosedCaption(ByteBuffer buffer, int offset, long presentationTimeUs) { in parseClosedCaption() argument 291 holder.timeUs = presentationTimeUs; in parseClosedCaption() 301 public void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs) { in mayParseClosedCaption() argument 327 presentationTimeUs) in mayParseClosedCaption() 345 public void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs) { in mayParseClosedCaption() argument 372 presentationTimeUs) in mayParseClosedCaption()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | VideoUtils.java | 210 bufferInfo.presentationTimeUs = extractor.getSampleTime(); in genVideoUsingMuxer() 211 if (endMs > 0 && bufferInfo.presentationTimeUs > (endMs * 1000)) { in genVideoUsingMuxer()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/android/ |
D | ImsMediaAudioSource.cpp | 549 index, info.size, info.offset, info.presentationTimeUs, info.flags); in dequeueOutputBuffer() 558 mCallback->onDataFrame(buf, info.size, info.presentationTimeUs, info.flags); in dequeueOutputBuffer()
|
D | ImsMediaAudioPlayer.cpp | 343 info.size, info.offset, info.presentationTimeUs, info.flags); in decodeAmr()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/android/ |
D | ImsMediaVideoSource.cpp | 563 index, info.size, info.offset, info.presentationTimeUs, info.flags); in processOutputBuffer() 575 buf + info.offset, info.size, info.presentationTimeUs, info.flags); in processOutputBuffer()
|
D | ImsMediaVideoRenderer.cpp | 257 info.size, info.offset, info.presentationTimeUs, info.flags); in processBuffers()
|
/packages/apps/TV/tuner/sampletunertvinput/src/com/android/tv/samples/sampletunertvinput/ |
D | SampleTunerTvInputService.java | 415 long currentFramePtsUs = bufferInfo.presentationTimeUs;
|