/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/ |
H A D | MpegTsSampleExtractor.java | 261 abstract void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs); in mayParseClosedCaption() 263 protected int parseClosedCaption(ByteBuffer buffer, int offset, long presentationTimeUs) { in parseClosedCaption() 289 public void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs) { in mayParseClosedCaption() 333 public void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs) { in mayParseClosedCaption()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/ |
H A D | MpegTsSampleExtractor.java | 273 abstract void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs); in mayParseClosedCaption() 275 int parseClosedCaption(ByteBuffer buffer, int offset, long presentationTimeUs) { in parseClosedCaption() 301 public void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs) { in mayParseClosedCaption() 345 public void mayParseClosedCaption(ByteBuffer buffer, long presentationTimeUs) { in mayParseClosedCaption()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/ |
H A D | MediaCodecAudioDecoder.java | 163 long presentationTimeUs = sampleHolder.timeUs; in decode() local 172 private int getDecodeOnlyIndex(long presentationTimeUs) { in getDecodeOnlyIndex()
|
H A D | AudioTrackWrapper.java | 150 public int handleBuffer(ByteBuffer buffer, int offset, int size, long presentationTimeUs) in handleBuffer()
|
H A D | MpegTsDefaultAudioTrackRenderer.java | 503 long presentationTimeUs = mAudioDecoder.getDecodedTimeUs(); in feedInputBuffer() local 617 private void decodeDone(ByteBuffer outputBuffer, long presentationTimeUs) { in decodeDone()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaSync.java | 178 long presentationTimeUs) { in AudioBuffer() 508 @NonNull ByteBuffer audioData, int bufferId, long presentationTimeUs) { in queueAudio() 575 int sizeInBytes, long presentationTimeUs); in native_updateQueuedAudioData()
|
H A D | MediaCodec.java | 1616 public long presentationTimeUs; field in MediaCodec.BufferInfo 2892 long presentationTimeUs, in queueSecureInputBuffer() 2916 long presentationTimeUs, in native_queueSecureInputBuffer() 3233 public @NonNull QueueRequest setPresentationTimeUs(long presentationTimeUs) { in setPresentationTimeUs() 3430 long presentationTimeUs, in native_queueLinearBlock() 3438 long presentationTimeUs, in native_queueHardwareBuffer() 4698 @NonNull MediaCodec codec, long presentationTimeUs, long nanoTime); in onFrameRendered()
|
H A D | MediaMuxer.java | 304 int offset, int size, long presentationTimeUs, @MediaCodec.BufferFlag int flags); in nativeWriteSampleData()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/ |
H A D | api_test.cpp | 592 uint64_t presentationTimeUs; variable 637 uint64_t presentationTimeUs; variable 671 uint64_t presentationTimeUs; variable
|
H A D | inner_demuxer_sample.cpp | 179 uint64_t presentationTimeUs = 0; in CheckLoopForPtsFromIndex() local
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_media_codec_decoder_adapter_impl.cpp | 92 uint32_t index, int64_t presentationTimeUs, int32_t size, int32_t offset, uint32_t flag) in QueueInputBufferDec()
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/include/media/ |
H A D | MediaSample.h | 47 int64_t presentationTimeUs = 0; member
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
H A D | TrackDecoder.java | 111 long presentationTimeUs = 0; in feedInput() local
|
/aosp12/frameworks/base/media/jni/soundpool/ |
H A D | Sound.cpp | 109 const int64_t presentationTimeUs = AMediaExtractor_getSampleTime(ex.get()); in decode() local
|
/aosp12/frameworks/av/media/ndk/include/media/ |
H A D | NdkMediaCodec.h | 58 int64_t presentationTimeUs; member
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_media_codec_decoder_adapter_wrapper.cpp | 113 …uint32_t index, int64_t presentationTimeUs, int32_t size, int32_t offset, OHOS::NWeb::BufferFlag f… in QueueInputBufferDec()
|
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/ |
H A D | Encoder.cpp | 92 uint64_t presentationTimeUs; in onInputAvailable() local
|
H A D | C2Encoder.cpp | 135 uint64_t presentationTimeUs = 0; in encodeFrames() local
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_common.h | 85 int64_t presentationTimeUs = 0; member
|
/aosp12/frameworks/base/media/jni/ |
H A D | android_media_MediaSync.cpp | 110 int sizeInBytes, int64_t presentationTimeUs) { in updateQueuedAudioData() 258 JNIEnv *env, jobject thiz, jint sizeInBytes, jlong presentationTimeUs) { in android_media_MediaSync_native_updateQueuedAudioData()
|
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/ |
H A D | Decoder.cpp | 65 int64_t presentationTimeUs = 0; in onInputAvailable() local
|
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/ |
H A D | Encoder.java | 311 int presentationTimeUs; in onInputAvailable() local
|
/aosp12/frameworks/av/cmds/stagefright/ |
H A D | mediafilter.cpp | 145 int64_t presentationTimeUs; member 259 int64_t presentationTimeUs; in tryDrainOutputBuffer() local
|
H A D | codec.cpp | 256 int64_t presentationTimeUs; in decode() local
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/ |
H A D | media_codec_decoder_adapter_impl.cpp | 232 uint32_t index, int64_t presentationTimeUs, int32_t size, int32_t offset, BufferFlag flag) in QueueInputBufferDec()
|