Home
last modified time | relevance | path

Searched refs:ff_mediacodec_dec_receive (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmediacodecdec.c436 ret = ff_mediacodec_dec_receive(avctx, s->ctx, frame, false); in mediacodec_receive_frame()
447 return ff_mediacodec_dec_receive(avctx, s->ctx, frame, true); in mediacodec_receive_frame()
484 return ff_mediacodec_dec_receive(avctx, s->ctx, frame, true); in mediacodec_receive_frame()
486 return ff_mediacodec_dec_receive(avctx, s->ctx, frame, true); in mediacodec_receive_frame()
H A Dmediacodecdec_common.h85 int ff_mediacodec_dec_receive(AVCodecContext *avctx,
H A Dmediacodecdec_common.c750 int ff_mediacodec_dec_receive(AVCodecContext *avctx, MediaCodecDecContext *s, in ff_mediacodec_dec_receive() function

Completed in 4 milliseconds