Searched refs:probesize (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | lavfi.c | 324 int64_t probesize; in lavfi_read_header() local 329 probesize = par->width * par->height * 30 * in lavfi_read_header() 331 avctx->probesize = FFMAX(avctx->probesize, probesize); in lavfi_read_header()
|
/third_party/ffmpeg/libavformat/ |
H A D | demux.c | 451 end = si->raw_packet_buffer_size >= s->probesize in probe_codec() 563 if (si->raw_packet_buffer_size >= s->probesize) in ff_read_packet() 2445 int64_t probesize = ic->probesize; in avformat_find_stream_info() local 2449 flush_codecs = probesize > 0; in avformat_find_stream_info() 2608 if (read_size >= probesize) { in avformat_find_stream_info() 2611 "Probe buffer size limit of %"PRId64" bytes reached\n", probesize); in avformat_find_stream_info() 2621 "consider increasing probesize\n", i); in avformat_find_stream_info() 2917 if (probesize) in avformat_find_stream_info() 2944 "Consider increasing the value for the 'analyzeduration' (%"PRId64") and 'probesize' ( in avformat_find_stream_info() [all...] |
H A D | options_table.h | 39 {"probesize", "set probing size", OFFSET(probesize), AV_OPT_TYPE_INT64, {.i64 = 5000000 }, 32, INT64_MAX, D},
|
H A D | aacdec.c | 91 (avio_tell(s->pb) - start_pos) < s->probesize) { in adts_aac_resync()
|
H A D | avformat.h | 1393 int64_t probesize; member 1673 * @sa probesize
|
H A D | dashdec.c | 1888 pls->ctx->probesize = s->probesize > 0 ? s->probesize : 1024 * 4; in reopen_demux_for_component()
|
H A D | hls.c | 2100 pls->ctx->probesize = s->probesize > 0 ? s->probesize : 1024 * 4; in hls_read_header()
|
H A D | mpegts.c | 3741 int64_t pos, probesize = s->probesize; in mpegts_read_header() local 3742 int64_t seekback = FFMAX(s->probesize, (int64_t)ts->resync_size + PROBE_PACKET_MAX_BUF); in mpegts_read_header() 3768 handle_packets(ts, probesize / ts->raw_packet_size); in mpegts_read_header()
|
Completed in 22 milliseconds