Home
last modified time | relevance | path

Searched refs:mPresentationTimeUs (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/
H A DAdBuffer.java38 private final long mPresentationTimeUs; field in AdBuffer
58 this.mPresentationTimeUs = presentationTimeUs; in AdBuffer()
69 buffer.mLength, buffer.mPresentationTimeUs, buffer.mFlags); in dupAdBuffer()
134 return mPresentationTimeUs; in getPresentationTimeUs()
155 dest.writeLong(mPresentationTimeUs); in writeToParcel()
182 this.mPresentationTimeUs = presentationTimeUs; in AdBuffer()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaSync.java175 long mPresentationTimeUs; field in MediaSync.AudioBuffer
181 mPresentationTimeUs = presentationTimeUs; in AudioBuffer()
551 if (audioBuffer.mPresentationTimeUs != -1) { in postRenderAudio()
553 size, audioBuffer.mPresentationTimeUs); in postRenderAudio()
554 audioBuffer.mPresentationTimeUs = -1; in postRenderAudio()
H A DMediaCodec.java3443 mPresentationTimeUs = presentationTimeUs; in setPresentationTimeUs()
3583 mPresentationTimeUs, mFlags, in queue()
3587 mIndex, mHardwareBuffer, mPresentationTimeUs, mFlags, in queue()
3599 mPresentationTimeUs = 0; in clear()
3622 private long mPresentationTimeUs = 0; field in QueueRequest
4398 return mPresentationTimeUs; in getPresentationTimeUs()
4447 mPresentationTimeUs = info.presentationTimeUs; in setBufferInfo()
4462 private long mPresentationTimeUs = 0; field in OutputFrame
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt28835 Landroid/media/MediaSync$AudioBuffer;->mPresentationTimeUs:J