Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmediacodecdec.c426 ret = ff_mediacodec_dec_receive(avctx, s->ctx, frame, false); in mediacodec_receive_frame()
437 return ff_mediacodec_dec_receive(avctx, s->ctx, frame, true); in mediacodec_receive_frame()
474 return ff_mediacodec_dec_receive(avctx, s->ctx, frame, true); in mediacodec_receive_frame()
476 return ff_mediacodec_dec_receive(avctx, s->ctx, frame, true); in mediacodec_receive_frame()
Dmediacodecdec_common.h85 int ff_mediacodec_dec_receive(AVCodecContext *avctx,
Dmediacodecdec_common.c760 int ff_mediacodec_dec_receive(AVCodecContext *avctx, MediaCodecDecContext *s, in ff_mediacodec_dec_receive() function