Searched refs:probesize (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | lavfi.c | 328 avctx->probesize = FFMAX(avctx->probesize, in lavfi_read_header()
|
/third_party/ffmpeg/libavformat/ |
D | options_table.h | 39 {"probesize", "set probing size", OFFSET(probesize), AV_OPT_TYPE_INT64, {.i64 = 5000000 }, 32, INT6…
|
D | aacdec.c | 89 while (!avio_feof(s->pb) && avio_tell(s->pb) < s->probesize) { in adts_aac_resync()
|
D | avformat.h | 1402 int64_t probesize; member
|
D | hls.c | 1992 pls->ctx->probesize = s->probesize > 0 ? s->probesize : 1024 * 4; in hls_read_header()
|
D | mpegts.c | 3069 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()
|
D | dashdec.c | 1916 pls->ctx->probesize = s->probesize > 0 ? s->probesize : 1024 * 4; in reopen_demux_for_component()
|
D | utils.c | 3652 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/ |
D | formats.texi | 24 @item probesize @var{integer} (@emph{input})
|
D | faq.texi | 452 The size of the initial scan is controlled by two options: @code{probesize}
|
D | APIchanges | 965 probesize and max_analyze_duration switched to 64bit, both 1268 field int probesize.
|