Searched refs:presentationTimeUs (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
H A D | NDKExtractor.cpp | 124 auto presentationTimeUs = AMediaExtractor_getSampleTime(extractor); in decode() local 130 presentationTimeUs, in decode() 140 presentationTimeUs, in decode()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mediacodecdec_common.c | 290 frame->pts = av_rescale_q(info->presentationTimeUs, in mediacodec_wrap_hw_buffer() 294 frame->pts = info->presentationTimeUs; in mediacodec_wrap_hw_buffer() 328 buffer->pts = info->presentationTimeUs; in mediacodec_wrap_hw_buffer() 378 frame->pts = av_rescale_q(info->presentationTimeUs, in mediacodec_wrap_sw_buffer() 382 frame->pts = info->presentationTimeUs; in mediacodec_wrap_sw_buffer() 782 info.presentationTimeUs, info.flags); in ff_mediacodec_dec_receive()
|
H A D | mediacodec_wrapper.h | 88 int64_t presentationTimeUs; member
|
H A D | mediacodec_wrapper.c | 263 { "android/media/MediaCodec.BufferInfo", "presentationTimeUs", "J", FF_JNI_FIELD, offsetof(struct JNIAMediaCodecFields, presentation_time_us_id), 1 }, 1519 info->presentationTimeUs = (*env)->GetLongField(env, codec->buffer_info, codec->jfields.presentation_time_us_id); in ff_AMediaCodec_dequeueOutputBuffer()
|
Completed in 4 milliseconds