Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmpeg.c482 int request_probe= 0; in mpegps_read_packet() local
559 request_probe= 1; in mpegps_read_packet()
569 request_probe = 50; in mpegps_read_packet()
572 request_probe = 50; in mpegps_read_packet()
576 request_probe = 25; in mpegps_read_packet()
625 st->internal->request_probe = request_probe; in mpegps_read_packet()
Dmpegts.c1461 st->internal->request_probe = 0; in mpegts_find_stream_type()
1494 st->internal->request_probe = 50; in mpegts_set_stream_info()
1531 …(st->internal->request_probe > 0 && st->internal->request_probe < AVPROBE_SCORE_STREAM_RETRY / 5))… in mpegts_set_stream_info()
1536 st->internal->request_probe = AVPROBE_SCORE_STREAM_RETRY / 5; in mpegts_set_stream_info()
1777 … if (pes->st->codecpar->codec_id == AV_CODEC_ID_NONE && !pes->st->internal->request_probe) { in mpegts_push_data()
1782 pes->st->internal->request_probe = 1; in mpegts_push_data()
2378 if ((st->codecpar->codec_id == AV_CODEC_ID_NONE || st->internal->request_probe > 0) && in ff_parse_mpeg2_descriptor()
2416 (st->internal->request_probe == 0 && st->codecpar->codec_id == AV_CODEC_ID_NONE) || in ff_parse_mpeg2_descriptor()
2417 st->internal->request_probe > 0) && in ff_parse_mpeg2_descriptor()
2426 st->internal->request_probe = st->need_parsing = 0; in ff_parse_mpeg2_descriptor()
[all …]
Dinternal.h248 int request_probe; member
Dutils.c379 if (st->internal->request_probe > score && in set_codec_from_probe_data()
697 if (st->internal->request_probe>0) { in probe_codec()
733 st->internal->request_probe = -1; in probe_codec()
835 if (st->internal->request_probe <= 0) { in ff_read_packet()
856 if (st->probe_packets || st->internal->request_probe > 0) in ff_read_packet()
859 av_assert0(st->internal->request_probe <= 0); in ff_read_packet()
906 if (!pktl && st->internal->request_probe <= 0) in ff_read_packet()
3701 if (!st->parser && !(ic->flags & AVFMT_FLAG_NOPARSE) && st->internal->request_probe <= 0) {
3722 if (st->internal->request_probe <= 0)
3747 if (!has_codec_parameters(st, NULL) && st->internal->request_probe <= 0) {
Dwavdec.c168 st->internal->request_probe = AVPROBE_SCORE_EXTENSION; in handle_stream_probing()
Dasfdec_f.c488 st->internal->request_probe = 1; in asf_read_stream_properties()
Davidec.c919 st->internal->request_probe= 1; in avi_read_header()