Home
last modified time | relevance | path

Searched refs:score_ret (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dformat.c131 int is_opened, int *score_ret) in av_probe_input_format3()
204 *score_ret = score_max; in av_probe_input_format3()
212 int score_ret; in av_probe_input_format2() local
213 const AVInputFormat *fmt = av_probe_input_format3(pd, is_opened, &score_ret); in av_probe_input_format2()
214 if (score_ret > *score_max) { in av_probe_input_format2()
215 *score_max = score_ret; in av_probe_input_format2()
130 av_probe_input_format3(const AVProbeData *pd, int is_opened, int *score_ret) av_probe_input_format3() argument
H A Davformat.h2079 * @param score_ret The score of the best detection.
2082 int is_opened, int *score_ret);

Completed in 6 milliseconds