Lines Matching defs:score
127 int score;
128 const AVInputFormat *fmt = av_probe_input_format3(pd, 1, &score);
133 "Probe with size=%d, packets=%d detected %s with score=%d\n",
135 fmt->name, score);
141 if (sti->request_probe > score &&
147 return score;
159 int score = AVPROBE_SCORE_RETRY;
173 (!s->iformat && (s->iformat = av_probe_input_format2(&pd, 0, &score))))
174 return score;
455 int score = set_codec_from_probe_data(s, st, pd);
456 if ( (st->codecpar->codec_id != AV_CODEC_ID_NONE && score > AVPROBE_SCORE_STREAM_RETRY)
762 int64_t score = sti->pts_reorder_error[i] / sti->pts_reorder_error_count[i];
763 if (score < best_score) {
764 best_score = score;