Lines Matching defs:probesize
451 end = si->raw_packet_buffer_size >= s->probesize
563 if (si->raw_packet_buffer_size >= s->probesize)
2445 int64_t probesize = ic->probesize;
2449 flush_codecs = probesize > 0;
2608 if (read_size >= probesize) {
2611 "Probe buffer size limit of %"PRId64" bytes reached\n", probesize);
2621 "consider increasing probesize\n", i);
2917 if (probesize)
2944 "Consider increasing the value for the 'analyzeduration' (%"PRId64") and 'probesize' (%"PRId64") options\n",
2945 i, buf, errmsg, ic->max_analyze_duration, ic->probesize);