Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
Ddshow.c371 enum AVCodecID codec_id = av_codec_get_id(tags, bih->biCompression); in dshow_cycle_formats()
389 if (ctx->video_codec_id != av_codec_get_id(tags, bih->biCompression)) in dshow_cycle_formats()
991 par->codec_id = av_codec_get_id(tags, bih->biCompression); in dshow_add_device()
/third_party/ffmpeg/libavformat/
Davformat.h2719 enum AVCodecID av_codec_get_id(const struct AVCodecTag * const *tags, unsigned int tag);
Dnutdec.c395 st->codecpar->codec_id = av_codec_get_id((const AVCodecTag * const []) { in decode_stream_header()
405 st->codecpar->codec_id = av_codec_get_id((const AVCodecTag * const []) { in decode_stream_header()
Dsegment.c173 av_codec_get_id (oc->oformat->codec_tag, ipar->codec_tag) == opar->codec_id || in segment_mux_init()
Dhlsenc.c894av_codec_get_id (oc->oformat->codec_tag, vs->streams[i]->codecpar->codec_tag) == st->codecpar->cod… in hls_mux_init()
Dutils.c3253 enum AVCodecID av_codec_get_id(const AVCodecTag *const *tags, unsigned int tag) function
/third_party/ffmpeg/fftools/
Dffmpeg.c3137av_codec_get_id (of->ctx->oformat->codec_tag, par_src->codec_tag) == par_src->codec_id || in init_output_stream_streamcopy()