Searched defs:AVCodecContext (Results 1 – 3 of 3) sorted by relevance
536 typedef struct AVCodecContext { struct541 const AVClass *av_class;542 int log_level_offset;544 enum AVMediaType codec_type; /* see AVMEDIA_TYPE_xxx */545 const struct AVCodec *codec;546 enum AVCodecID codec_id; /* see AV_CODEC_ID_xxx */561 unsigned int codec_tag;563 void *priv_data;571 struct AVCodecInternal *internal;578 void *opaque;[all …]
889 int (*commit_bs_si)(AVCodecContext *, in ff_dxva2_common_end_frame()
450 MAKE_ACCESSORS(AVCodecContext, codec, AVRational, pkt_timebase) in MAKE_ACCESSORS() argument