Home
last modified time | relevance | path

Searched defs:presentationTimeUs (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/
H A DMpegTsSampleExtractor.java261 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 DMpegTsSampleExtractor.java273 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 DMediaCodecAudioDecoder.java163 long presentationTimeUs = sampleHolder.timeUs; in decode() local
172 private int getDecodeOnlyIndex(long presentationTimeUs) { in getDecodeOnlyIndex()
H A DAudioTrackWrapper.java150 public int handleBuffer(ByteBuffer buffer, int offset, int size, long presentationTimeUs) in handleBuffer()
H A DMpegTsDefaultAudioTrackRenderer.java503 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 DMediaSync.java178 long presentationTimeUs) { in AudioBuffer()
508 @NonNull ByteBuffer audioData, int bufferId, long presentationTimeUs) { in queueAudio()
575 int sizeInBytes, long presentationTimeUs); in native_updateQueuedAudioData()
H A DMediaCodec.java1616 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 DMediaMuxer.java304 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 Dapi_test.cpp592 uint64_t presentationTimeUs; variable
637 uint64_t presentationTimeUs; variable
671 uint64_t presentationTimeUs; variable
H A Dinner_demuxer_sample.cpp179 uint64_t presentationTimeUs = 0; in CheckLoopForPtsFromIndex() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_codec_decoder_adapter_impl.cpp92 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 DMediaSample.h47 int64_t presentationTimeUs = 0; member
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DTrackDecoder.java111 long presentationTimeUs = 0; in feedInput() local
/aosp12/frameworks/base/media/jni/soundpool/
H A DSound.cpp109 const int64_t presentationTimeUs = AMediaExtractor_getSampleTime(ex.get()); in decode() local
/aosp12/frameworks/av/media/ndk/include/media/
H A DNdkMediaCodec.h58 int64_t presentationTimeUs; member
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_media_codec_decoder_adapter_wrapper.cpp113 …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 DEncoder.cpp92 uint64_t presentationTimeUs; in onInputAvailable() local
H A DC2Encoder.cpp135 uint64_t presentationTimeUs = 0; in encodeFrames() local
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_common.h85 int64_t presentationTimeUs = 0; member
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaSync.cpp110 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 DDecoder.cpp65 int64_t presentationTimeUs = 0; in onInputAvailable() local
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DEncoder.java311 int presentationTimeUs; in onInputAvailable() local
/aosp12/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp145 int64_t presentationTimeUs; member
259 int64_t presentationTimeUs; in tryDrainOutputBuffer() local
H A Dcodec.cpp256 int64_t presentationTimeUs; in decode() local
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_codec_decoder_adapter_impl.cpp232 uint32_t index, int64_t presentationTimeUs, int32_t size, int32_t offset, BufferFlag flag) in QueueInputBufferDec()

12