Home
last modified time | relevance | path

Searched refs:av_codec_get_id (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Davformat.h2615 enum AVCodecID av_codec_get_id(const struct AVCodecTag * const *tags, unsigned int tag);
2820 * meant to be passed to av_codec_get_id()/av_codec_get_tag() as in the
2825 * enum AVCodecID id = av_codec_get_id(table, tag);
H A Dutils.c228 enum AVCodecID av_codec_get_id(const AVCodecTag *const *tags, unsigned int tag) in av_codec_get_id() function
H A Dnutdec.c403 st->codecpar->codec_id = av_codec_get_id((const AVCodecTag * const []) { in decode_stream_header()
413 st->codecpar->codec_id = av_codec_get_id((const AVCodecTag * const []) { in decode_stream_header()
H A Dsegment.c177 av_codec_get_id (oc->oformat->codec_tag, ipar->codec_tag) == opar->codec_id || in segment_mux_init()
H A Dhlsenc.c891 av_codec_get_id (oc->oformat->codec_tag, vs->streams[i]->codecpar->codec_tag) == st->codecpar->codec_id || in hls_mux_init()
/third_party/ffmpeg/libavdevice/
H A Ddshow.c740 fmt_info->codec_id = av_codec_get_id(tags, bih->biCompression); in dshow_get_format_info()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c2738 av_codec_get_id (of->format->codec_tag, par_src->codec_tag) == par_src->codec_id || in init_output_stream_streamcopy()

Completed in 30 milliseconds