Home
last modified time | relevance | path

Searched refs:receive_frame (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcodec_internal.h98 /* The codec is a decoder using the receive_frame callback;
195 int (*receive_frame)(struct AVCodecContext *avctx, struct AVFrame *frame); member
262 .cb.receive_frame = (func)
H A Dcrystalhd.c562 static inline CopyRet receive_frame(AVCodecContext *avctx, in receive_frame() function
718 av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: receive_frame\n"); in crystalhd_receive_frame()
758 rec_ret = receive_frame(avctx, frame, &got_frame); in crystalhd_receive_frame()
H A Ddecode.c532 ret = codec->cb.receive_frame(avctx, frame); in decode_receive_frame_internal()
/third_party/ffmpeg/libavcodec/tests/
H A Davcodec.c129 CHECK(RECEIVE_FRAME, receive_frame)) { in main()

Completed in 4 milliseconds