Home
last modified time | relevance | path

Searched defs:AVCodecContext (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Davcodec.h536 typedef struct AVCodecContext { struct
541 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 …]
Ddxva2.c889 int (*commit_bs_si)(AVCodecContext *, in ff_dxva2_common_end_frame()
Dutils.c450 MAKE_ACCESSORS(AVCodecContext, codec, AVRational, pkt_timebase) in MAKE_ACCESSORS() argument