Home
last modified time | relevance | path

Searched refs:timestampNs (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmediacodec_wrapper.h115 int ff_AMediaCodec_releaseOutputBufferAtTime(FFAMediaCodec *codec, size_t idx, int64_t timestampNs);
Dmediacodec_wrapper.c1447 int ff_AMediaCodec_releaseOutputBufferAtTime(FFAMediaCodec *codec, size_t idx, int64_t timestampNs) in ff_AMediaCodec_releaseOutputBufferAtTime() argument
1454 …nv, codec->object, codec->jfields.release_output_buffer_at_time_id, (jint)idx, (jlong)timestampNs); in ff_AMediaCodec_releaseOutputBufferAtTime()