Home
last modified time | relevance | path

Searched refs:probesize (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavdevice/
Dlavfi.c328 avctx->probesize = FFMAX(avctx->probesize, in lavfi_read_header()
/third_party/ffmpeg/libavformat/
Doptions_table.h39 {"probesize", "set probing size", OFFSET(probesize), AV_OPT_TYPE_INT64, {.i64 = 5000000 }, 32, INT6…
Daacdec.c89 while (!avio_feof(s->pb) && avio_tell(s->pb) < s->probesize) { in adts_aac_resync()
Davformat.h1402 int64_t probesize; member
Dhls.c1992 pls->ctx->probesize = s->probesize > 0 ? s->probesize : 1024 * 4; in hls_read_header()
Dmpegts.c3069 int64_t pos, probesize = s->probesize; in mpegts_read_header() local
3070 int64_t seekback = FFMAX(s->probesize, (int64_t)ts->resync_size + PROBE_PACKET_MAX_BUF); in mpegts_read_header()
3096 handle_packets(ts, probesize / ts->raw_packet_size); in mpegts_read_header()
Ddashdec.c1916 pls->ctx->probesize = s->probesize > 0 ? s->probesize : 1024 * 4; in reopen_demux_for_component()
Dutils.c3652 int64_t probesize = ic->probesize; local
3656 flush_codecs = probesize > 0;
3834 if (read_size >= probesize) {
3837 "Probe buffer size limit of %"PRId64" bytes reached\n", probesize);
4140 if (probesize)
4167 i, buf, errmsg, ic->max_analyze_duration, ic->probesize);
/third_party/ffmpeg/doc/
Dformats.texi24 @item probesize @var{integer} (@emph{input})
Dfaq.texi452 The size of the initial scan is controlled by two options: @code{probesize}
DAPIchanges965 probesize and max_analyze_duration switched to 64bit, both
1268 field int probesize.