AVMediaType       148 doc/examples/demuxing_decoding.c                               AVCodecContext **dec_ctx, AVFormatContext *fmt_ctx, enum AVMediaType type)
AVMediaType        76 doc/examples/extract_mvs.c static int open_codec_context(AVFormatContext *fmt_ctx, enum AVMediaType type)
AVMediaType       510 doc/examples/transcoding.c     enum AVMediaType type;
AVMediaType      1484 fftools/cmdutils.c static char get_media_type_char(enum AVMediaType type)
AVMediaType      1566 fftools/ffmpeg.c             enum AVMediaType type = ist->dec_ctx->codec_type;
AVMediaType      1600 fftools/ffmpeg.c             enum AVMediaType type = ost->enc_ctx->codec_type;
AVMediaType       239 fftools/ffmpeg.h     enum AVMediaType    type;   // AVMEDIA_TYPE_SUBTITLE for sub2video
AVMediaType       266 fftools/ffmpeg.h     enum AVMediaType     type;
AVMediaType       257 fftools/ffmpeg_filter.c     enum AVMediaType type = avfilter_pad_get_type(in->filter_ctx->input_pads, in->pad_idx);
AVMediaType       281 fftools/ffmpeg_filter.c             enum AVMediaType stream_type = s->streams[i]->codecpar->codec_type;
AVMediaType       389 fftools/ffmpeg_filter.c     enum AVMediaType type = avfilter_pad_get_type((*last_filter)->output_pads, *pad_idx);
AVMediaType       719 fftools/ffmpeg_opt.c static AVCodec *find_codec_or_die(const char *name, enum AVMediaType type, int encoder)
AVMediaType      1376 fftools/ffmpeg_opt.c     enum AVMediaType type = ost->st->codecpar->codec_type;
AVMediaType      1409 fftools/ffmpeg_opt.c static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType type, int source_index)
AVMediaType      1655 fftools/ffmpeg_opt.c                                      const OutputStream *ost, enum AVMediaType type)
AVMediaType      2864 fftools/ffplay.c         enum AVMediaType type = st->codecpar->codec_type;
AVMediaType       534 libavcodec/avcodec.h     enum AVMediaType codec_type; /* see AVMEDIA_TYPE_xxx */
AVMediaType      2423 libavcodec/avcodec.h     enum AVMediaType type;
AVMediaType       203 libavcodec/codec.h     enum AVMediaType type;
AVMediaType      3419 libavcodec/codec_desc.c enum AVMediaType avcodec_get_type(enum AVCodecID codec_id)
AVMediaType        40 libavcodec/codec_desc.h     enum AVMediaType type;
AVMediaType       565 libavcodec/codec_id.h enum AVMediaType avcodec_get_type(enum AVCodecID codec_id);
AVMediaType        56 libavcodec/codec_par.h     enum AVMediaType codec_type;
AVMediaType       125 libavdevice/lavfi.c     enum AVMediaType type;
AVMediaType      1034 libavfilter/avfilter.c enum AVMediaType avfilter_pad_get_type(const AVFilterPad *pads, int pad_idx)
AVMediaType        98 libavfilter/avfilter.h enum AVMediaType avfilter_pad_get_type(const AVFilterPad *pads, int pad_idx);
AVMediaType       446 libavfilter/avfilter.h     enum AVMediaType type;      ///< filter media type
AVMediaType       322 libavfilter/avfiltergraph.c     enum AVMediaType type = ctx->inputs  && ctx->inputs [0] ? ctx->inputs [0]->type :
AVMediaType       390 libavfilter/avfiltergraph.c                              enum AVMediaType type,
AVMediaType       189 libavfilter/buffersink.c MAKE_AVFILTERLINK_ACCESSOR(enum AVMediaType , type               )
AVMediaType       113 libavfilter/buffersink.h enum AVMediaType av_buffersink_get_type                (const AVFilterContext *ctx);
AVMediaType        93 libavfilter/formats.c                                   enum AVMediaType type)
AVMediaType       349 libavfilter/formats.c AVFilterFormats *ff_all_formats(enum AVMediaType type)
AVMediaType       610 libavfilter/formats.c     enum AVMediaType type = ctx->inputs  && ctx->inputs [0] ? ctx->inputs [0]->type :
AVMediaType       222 libavfilter/formats.h AVFilterFormats *ff_all_formats(enum AVMediaType type);
AVMediaType       249 libavfilter/formats.h                                   enum AVMediaType type);
AVMediaType        32 libavfilter/framepool.c     enum AVMediaType type;
AVMediaType        65 libavfilter/internal.h     enum AVMediaType type;
AVMediaType        95 libavfilter/setpts.c     enum AVMediaType type;
AVMediaType       107 libavfilter/src_movie.c     enum AVMediaType type;
AVMediaType       413 libavfilter/src_movie.c                                    AVFrame *frame, enum AVMediaType frame_type,
AVMediaType       476 libavfilter/src_movie.c     enum AVMediaType frame_type;
AVMediaType       405 libavformat/asfdec_f.c     enum AVMediaType type;
AVMediaType       735 libavformat/asfdec_o.c     enum AVMediaType type;
AVMediaType      2379 libavformat/avformat.h                         enum AVMediaType type,
AVMediaType      2707 libavformat/avformat.h                             enum AVMediaType type);
AVMediaType       178 libavformat/avienc.c static char *avi_stream2fourcc(char *tag, int index, enum AVMediaType type)
AVMediaType        88 libavformat/dashdec.c     enum AVMediaType type;
AVMediaType       557 libavformat/dashdec.c static enum AVMediaType get_content_type(xmlNodePtr node)
AVMediaType       559 libavformat/dashdec.c     enum AVMediaType type = AVMEDIA_TYPE_UNKNOWN;
AVMediaType       861 libavformat/dashdec.c     enum AVMediaType type = AVMEDIA_TYPE_UNKNOWN;
AVMediaType        88 libavformat/dashenc.c     enum AVMediaType media_type;
AVMediaType       886 libavformat/dashenc.c static int add_adaptation_set(AVFormatContext *s, AdaptationSet **as, enum AVMediaType type)
AVMediaType      1072 libavformat/dashenc.c                 enum AVMediaType type = (idx_str[0] == 'v') ? AVMEDIA_TYPE_VIDEO : AVMEDIA_TYPE_AUDIO;
AVMediaType      1119 libavformat/flvdec.c         static const enum AVMediaType stream_types[] = {AVMEDIA_TYPE_VIDEO, AVMEDIA_TYPE_AUDIO, AVMEDIA_TYPE_SUBTITLE, AVMEDIA_TYPE_DATA};
AVMediaType        89 libavformat/format.c                               enum AVMediaType type)
AVMediaType       120 libavformat/hashenc.c static char get_media_type_char(enum AVMediaType type)
AVMediaType       172 libavformat/hls.c     enum AVMediaType type;
AVMediaType       475 libavformat/hls.c     enum AVMediaType type = AVMEDIA_TYPE_UNKNOWN;
AVMediaType      1580 libavformat/hls.c                                       enum AVMediaType type, const char *group_id)
AVMediaType      1604 libavformat/hls.c                                          enum AVMediaType type)
AVMediaType      1874 libavformat/hlsenc.c                                       enum AVMediaType codec_type,
AVMediaType      1896 libavformat/hlsenc.c     enum AVMediaType codec_type;
AVMediaType        53 libavformat/ifv.c                       enum AVMediaType frame_type,
AVMediaType      2619 libavformat/matroskaenc.c         enum AVMediaType type = avcodec_get_type(codec_id);
AVMediaType       481 libavformat/mpeg.c     enum AVMediaType type;
AVMediaType       783 libavformat/mpegts.c     enum AVMediaType codec_type;
AVMediaType      2522 libavformat/mxfdec.c             enum AVMediaType type;
AVMediaType        37 libavformat/rtp.c     enum AVMediaType codec_type;
AVMediaType       143 libavformat/rtp.c enum AVCodecID ff_rtp_codec_id(const char *buf, enum AVMediaType codec_type)
AVMediaType        75 libavformat/rtp.h enum AVCodecID ff_rtp_codec_id(const char *buf, enum AVMediaType codec_type);
AVMediaType       147 libavformat/rtpdec.c                                                        enum AVMediaType codec_type)
AVMediaType       161 libavformat/rtpdec.c                                                      enum AVMediaType codec_type)
AVMediaType       117 libavformat/rtpdec.h     enum AVMediaType codec_type;
AVMediaType       211 libavformat/rtpdec.h                                                   enum AVMediaType codec_type);
AVMediaType       219 libavformat/rtpdec.h                                                 enum AVMediaType codec_type);
AVMediaType       398 libavformat/rtsp.c     enum AVMediaType codec_type;
AVMediaType       612 libavformat/segment.c         static const enum AVMediaType type_priority_list[] = {
AVMediaType       619 libavformat/segment.c         enum AVMediaType type;
AVMediaType       132 libavformat/uncodedframecrcenc.c     enum AVMediaType type;
AVMediaType       334 libavformat/utils.c         enum AVMediaType type;
AVMediaType      4244 libavformat/utils.c int av_find_best_stream(AVFormatContext *ic, enum AVMediaType type,
AVMediaType      5176 libavformat/utils.c             enum AVMediaType type;
AVMediaType       213 libavutil/avutil.h const char *av_get_media_type_string(enum AVMediaType media_type);
AVMediaType        76 libavutil/utils.c const char *av_get_media_type_string(enum AVMediaType media_type)
AVMediaType        19 tools/uncoded_frame.c     enum AVMediaType type = avfilter_pad_get_type(f->output_pads, idx);