Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dinternal.h562 const AVCodec *ff_find_decoder(AVFormatContext *s, const AVStream *st,
Davformat.c378 decoder = ff_find_decoder(ic, st, par->codec_id); in av_find_best_stream()
723 const AVCodec *ff_find_decoder(AVFormatContext *s, const AVStream *st, in ff_find_decoder() function
Ddemux.c80 codec = ff_find_decoder(s, st, codec_id); in find_probe_decoder()