Home
last modified time | relevance | path

Searched refs:buf_max_size (Results 1 – 25 of 42) sorted by relevance

12

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dgdal_zip.py63 buf_max_size = 4096
67 buf = gdal.VSIFReadL(1, buf_max_size, fin)
79 if buf_size != buf_max_size:
H A Dgdal_cp.py125 buf_max_size = 4096
135 if total_size != 0 and copied + buf_max_size > total_size:
138 to_read = buf_max_size
156 if to_read < buf_max_size or buf_size != buf_max_size:
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dgdal_zip.py63 buf_max_size = 4096
67 buf = gdal.VSIFReadL(1, buf_max_size, fin)
79 if buf_size != buf_max_size:
H A Dgdal_cp.py125 buf_max_size = 4096
135 if total_size != 0 and copied + buf_max_size > total_size:
138 to_read = buf_max_size
156 if to_read < buf_max_size or buf_size != buf_max_size:
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dgdal_zip.py63 buf_max_size = 4096
67 buf = gdal.VSIFReadL(1, buf_max_size, fin)
79 if buf_size != buf_max_size:
H A Dgdal_cp.py125 buf_max_size = 4096
135 if total_size != 0 and copied + buf_max_size > total_size:
138 to_read = buf_max_size
156 if to_read < buf_max_size or buf_size != buf_max_size:
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dspecials.cc484 void new_graph_in_shell(struct special_t *s, char *buf, int buf_max_size) { in new_graph_in_shell() argument
495 char *buf_max = buf + (sizeof(char) * buf_max_size); in new_graph_in_shell()
544 void new_graph(struct text_object *obj, char *buf, int buf_max_size, in new_graph() argument
549 if ((g == nullptr) || (buf_max_size == 0)) { return; } in new_graph()
606 if (out_to_stdout.get(*state)) { new_graph_in_shell(s, buf, buf_max_size); } in new_graph()
674 unsigned int buf_max_size, double usage) { in new_bar_in_shell() argument
683 if (width > buf_max_size) { width = buf_max_size; } in new_bar_in_shell()
/dports/sysutils/conky/conky-1.12.2/src/
H A Dspecials.cc484 void new_graph_in_shell(struct special_t *s, char *buf, int buf_max_size) { in new_graph_in_shell() argument
495 char *buf_max = buf + (sizeof(char) * buf_max_size); in new_graph_in_shell()
544 void new_graph(struct text_object *obj, char *buf, int buf_max_size, in new_graph() argument
549 if ((g == nullptr) || (buf_max_size == 0)) { return; } in new_graph()
606 if (out_to_stdout.get(*state)) { new_graph_in_shell(s, buf, buf_max_size); } in new_graph()
674 unsigned int buf_max_size, double usage) { in new_bar_in_shell() argument
683 if (width > buf_max_size) { width = buf_max_size; } in new_bar_in_shell()
/dports/benchmarks/thrulay/thrulay-0.9/src/
H A Dutil.c381 const size_t buf_max_size = 256; in openlog() local
382 char buf[buf_max_size]; in openlog()
387 buf_max_size - strlen(syslog_filename_suffix) - 1); in openlog()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/in_tail/
H A Dtail_config.h54 size_t buf_max_size; /* max size of a buffer */ member
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c316 ctx, GstRTPBuffer * rtp, guint buf_max_size) in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() argument
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()

12