Searched refs:ff_mediacodec_dec_receive (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mediacodecdec.c | 426 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()
|
D | mediacodecdec_common.h | 85 int ff_mediacodec_dec_receive(AVCodecContext *avctx,
|
D | mediacodecdec_common.c | 760 int ff_mediacodec_dec_receive(AVCodecContext *avctx, MediaCodecDecContext *s, in ff_mediacodec_dec_receive() function
|