Home
last modified time | relevance | path

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

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