• Home
  • Raw
  • Download

Lines Matching defs:avctx

67 static int apply_param_change(AVCodecContext *avctx, const AVPacket *avpkt)  in apply_param_change()
188 static int decode_bsfs_init(AVCodecContext *avctx) in decode_bsfs_init()
222 int ff_decode_get_packet(AVCodecContext *avctx, AVPacket *pkt) in ff_decode_get_packet()
299 static inline int decode_simple_internal(AVCodecContext *avctx, AVFrame *frame, int64_t *discarded_… in decode_simple_internal()
522 static int decode_simple_receive_frame(AVCodecContext *avctx, AVFrame *frame) in decode_simple_receive_frame()
538 static int decode_receive_frame_internal(AVCodecContext *avctx, AVFrame *frame) in decode_receive_frame_internal()
589 int attribute_align_arg avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt) in avcodec_send_packet()
625 static int apply_cropping(AVCodecContext *avctx, AVFrame *frame) in apply_cropping()
652 int attribute_align_arg avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame) in avcodec_receive_frame()
776 static int compat_decode(AVCodecContext *avctx, AVFrame *frame, in compat_decode()
857 int attribute_align_arg avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, in avcodec_decode_video2()
864 int attribute_align_arg avcodec_decode_audio4(AVCodecContext *avctx, in avcodec_decode_audio4()
881 static int recode_subtitle(AVCodecContext *avctx, AVPacket **outpkt, in recode_subtitle()
1034 int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, in avcodec_decode_subtitle2()
1114 enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *avctx, in avcodec_default_get_format()
1177 int ff_decode_get_hw_frames_ctx(AVCodecContext *avctx, in ff_decode_get_hw_frames_ctx()
1228 int avcodec_get_hw_frames_parameters(AVCodecContext *avctx, in avcodec_get_hw_frames_parameters()
1277 static int hwaccel_init(AVCodecContext *avctx, in hwaccel_init()
1314 static void hwaccel_uninit(AVCodecContext *avctx) in hwaccel_uninit()
1326 int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt) in ff_get_format()
1492 static int update_frame_pool(AVCodecContext *avctx, AVFrame *frame) in update_frame_pool()
1603 static int audio_get_buffer(AVCodecContext *avctx, AVFrame *frame) in audio_get_buffer()
1695 int avcodec_default_get_buffer2(AVCodecContext *avctx, AVFrame *frame, int flags) in avcodec_default_get_buffer2()
1731 int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame) in ff_decode_frame_props()
1840 static void validate_avframe_allocation(AVCodecContext *avctx, AVFrame *frame) in validate_avframe_allocation()
1900 int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags) in ff_get_buffer()
1970 static int reget_buffer_internal(AVCodecContext *avctx, AVFrame *frame, int flags) in reget_buffer_internal()
2007 int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame, int flags) in ff_reget_buffer()
2015 int ff_decode_preinit(AVCodecContext *avctx) in ff_decode_preinit()