• Home
  • Raw
  • Download

Lines Matching defs:avctx

33 int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size)  in ff_alloc_packet2()
59 int avcodec_default_get_encode_buffer(AVCodecContext *avctx, AVPacket *avpkt, int flags) in avcodec_default_get_encode_buffer()
82 int ff_get_encode_buffer(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int flags) in ff_get_encode_buffer()
146 int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, in avcodec_encode_subtitle()
160 int ff_encode_get_frame(AVCodecContext *avctx, AVFrame *frame) in ff_encode_get_frame()
175 static int encode_simple_internal(AVCodecContext *avctx, AVPacket *avpkt) in encode_simple_internal()
270 static int encode_simple_receive_packet(AVCodecContext *avctx, AVPacket *avpkt) in encode_simple_receive_packet()
283 static int encode_receive_packet_internal(AVCodecContext *avctx, AVPacket *avpkt) in encode_receive_packet_internal()
317 static int encode_send_frame_internal(AVCodecContext *avctx, const AVFrame *src) in encode_send_frame_internal()
364 int attribute_align_arg avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame) in avcodec_send_frame()
395 int attribute_align_arg avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt) in avcodec_receive_packet()
417 static int compat_encode(AVCodecContext *avctx, AVPacket *avpkt, in compat_encode()
500 int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx, in avcodec_encode_audio2()
513 int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx, in avcodec_encode_video2()
527 int ff_encode_preinit(AVCodecContext *avctx) in ff_encode_preinit()