Home
last modified time | relevance | path

Searched refs:ff_AMediaCodec_releaseOutputBufferAtTime (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmediacodec.c115 return ff_AMediaCodec_releaseOutputBufferAtTime(ctx->codec, buffer->index, time); in av_mediacodec_render_buffer_at_time()
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() function