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