Lines Matching refs:avcodec_receive_frame
91 * The avcodec_send_packet()/avcodec_receive_frame()/avcodec_send_frame()/
110 * - For decoding, call avcodec_receive_frame(). On success, it will return
139 * - Call avcodec_receive_frame() (decoding) or avcodec_receive_packet()
148 * avcodec_receive_frame(). In this case, avcodec_send_packet() will succeed
553 * AVFrame output by avcodec_receive_frame() due frame
569 * AVFrame output by avcodec_receive_frame() due frame
592 * AVFrame output by avcodec_receive_frame() due frame
2404 * @ref avcodec_receive_frame()).
2573 * will require you to call avcodec_receive_frame() multiple
2585 * must read output with avcodec_receive_frame() (once
2618 int avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame);