Lines Matching refs:AVCodecContext
536 typedef struct AVCodecContext { struct
771 void (*draw_horiz_band)(struct AVCodecContext *s, argument
788 enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt); argument
1351 int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags); argument
1514 void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb); argument
1824 …int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void *… argument
1844 …int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jo… argument
2384 int (*get_encode_buffer)(struct AVCodecContext *s, AVPacket *pkt, int flags); argument
2385 } AVCodecContext; typedef
2393 AVRational av_codec_get_pkt_timebase (const AVCodecContext *avctx);
2395 void av_codec_set_pkt_timebase (AVCodecContext *avctx, AVRational val);
2398 const AVCodecDescriptor *av_codec_get_codec_descriptor(const AVCodecContext *avctx);
2400 void av_codec_set_codec_descriptor(AVCodecContext *avctx, const AVCodecDescript…
2403 unsigned av_codec_get_codec_properties(const AVCodecContext *avctx);
2406 int av_codec_get_lowres(const AVCodecContext *avctx);
2408 void av_codec_set_lowres(AVCodecContext *avctx, int val);
2411 int av_codec_get_seek_preroll(const AVCodecContext *avctx);
2413 void av_codec_set_seek_preroll(AVCodecContext *avctx, int val);
2416 uint16_t *av_codec_get_chroma_intra_matrix(const AVCodecContext *avctx);
2418 void av_codec_set_chroma_intra_matrix(AVCodecContext *avctx, uint16_t *val);
2484 int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame);
2500 int (*start_frame)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
2514 int (*decode_params)(AVCodecContext *avctx, int type, const uint8_t *buf, uint32_t buf_size);
2528 int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
2539 int (*end_frame)(AVCodecContext *avctx);
2568 int (*init)(AVCodecContext *avctx);
2576 int (*uninit)(AVCodecContext *avctx);
2597 int (*frame_params)(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx);
2783 AVCodecContext *avcodec_alloc_context3(const AVCodec *codec);
2789 void avcodec_free_context(AVCodecContext **avctx);
2797 int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec);
2843 int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
2854 const AVCodecContext *codec);
2864 int avcodec_parameters_to_context(AVCodecContext *codec,
2904 int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
2919 int avcodec_close(AVCodecContext *avctx);
2942 int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags);
2949 int avcodec_default_get_encode_buffer(AVCodecContext *s, AVPacket *pkt, int flags);
2958 void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
2967 void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
3047 int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
3096 int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
3128 int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub,
3182 int avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt);
3205 int avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame);
3242 int avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame);
3259 int avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt);
3358 int avcodec_get_hw_frames_parameters(AVCodecContext *avctx,
3551 AVCodecContext *avctx,
3555 int (*split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size);
3614 AVCodecContext *avctx,
3628 AVCodecContext *avctx,
3688 int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
3729 int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
3733 int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size,
3878 enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum AVPixelFormat * …
3900 void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode);
3924 int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *ar…
3925 int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, in…
3972 void avcodec_flush_buffers(AVCodecContext *avctx);
4008 int av_get_audio_frame_duration(AVCodecContext *avctx, int frame_bytes);
4049 AVCodecContext *avctx, const char *args,
4167 int avcodec_is_open(AVCodecContext *s);