Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dutils.c204 static const AVCodec *find_probe_decoder(AVFormatContext *s, const AVStream *st, enum AVCodecID cod… in find_probe_decoder() function
3073 codec = find_probe_decoder(s, st, st->codecpar->codec_id);
3725 codec = find_probe_decoder(ic, st, st->codecpar->codec_id);
4001 const AVCodec *codec = find_probe_decoder(ic, st, st->codecpar->codec_id);