Searched defs:AVCodecContext (Results 1 – 3 of 3) sorted by relevance
526 typedef struct AVCodecContext { struct531 const AVClass *av_class;532 int log_level_offset;534 enum AVMediaType codec_type; /* see AVMEDIA_TYPE_xxx */535 const struct AVCodec *codec;536 enum AVCodecID codec_id; /* see AV_CODEC_ID_xxx */551 unsigned int codec_tag;553 void *priv_data;561 struct AVCodecInternal *internal;568 void *opaque;[all …]
883 int (*commit_bs_si)(AVCodecContext *, in ff_dxva2_common_end_frame()
479 MAKE_ACCESSORS(AVCodecContext, codec, AVRational, pkt_timebase) in MAKE_ACCESSORS() argument