Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmpeg.c487 int request_probe= 0; in mpegps_read_packet() local
564 request_probe= 1; in mpegps_read_packet()
574 request_probe = 50; in mpegps_read_packet()
577 request_probe = 50; in mpegps_read_packet()
581 request_probe = 25; in mpegps_read_packet()
630 sti->request_probe = request_probe; in mpegps_read_packet()
H A Ddemux.c141 if (sti->request_probe > score && in set_codec_from_probe_data()
424 if (sti->request_probe > 0) { in probe_codec()
460 sti->request_probe = -1; in probe_codec()
566 if (ffstream(st)->request_probe <= 0) { in ff_read_packet()
587 if (sti->probe_packets || sti->request_probe > 0) in ff_read_packet()
590 av_assert0(sti->request_probe <= 0); in ff_read_packet()
638 if (!pktl && sti->request_probe <= 0) in ff_read_packet()
2488 if (!sti->parser && !(ic->flags & AVFMT_FLAG_NOPARSE) && sti->request_probe <= 0) { in avformat_find_stream_info()
2506 if (sti->request_probe <= 0) in avformat_find_stream_info()
2524 if (!has_codec_parameters(st, NULL) && sti->request_probe < in avformat_find_stream_info()
[all...]
H A Dinternal.h264 * rest -> perform probing with request_probe being the minimum score to accept.
266 int request_probe; member
H A Dmpegts.c1499 sti->request_probe = 0; in mpegts_find_stream_type()
1533 sti->request_probe = 50; in mpegts_set_stream_info()
1571 (sti->request_probe > 0 && sti->request_probe < AVPROBE_SCORE_STREAM_RETRY / 5)) && in mpegts_set_stream_info()
1576 sti->request_probe = AVPROBE_SCORE_STREAM_RETRY / 5; in mpegts_set_stream_info()
1811 if (pes->st->codecpar->codec_id == AV_CODEC_ID_NONE && !pes_sti->request_probe) { in mpegts_push_data()
1816 pes_sti->request_probe = 1; in mpegts_push_data()
2428 if ((st->codecpar->codec_id == AV_CODEC_ID_NONE || sti->request_probe > 0) && in ff_parse_mpeg2_descriptor()
2466 (sti->request_probe == 0 && st->codecpar->codec_id == AV_CODEC_ID_NONE) || in ff_parse_mpeg2_descriptor()
2467 sti->request_probe > in ff_parse_mpeg2_descriptor()
[all...]
H A Dwavdec.c171 sti->request_probe = AVPROBE_SCORE_EXTENSION; in handle_stream_probing()
H A Davidec.c940 sti->request_probe = 1; in avi_read_header()
H A Dasfdec_f.c384 sti->request_probe = 1; in asf_read_stream_properties()

Completed in 18 milliseconds