Home
last modified time | relevance | path

Searched refs:threshold_bytes (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.h140 guint64 threshold_bytes; member
Dgstsplitmuxsink.c605 splitmux->threshold_bytes = DEFAULT_MAX_SIZE_BYTES; in gst_splitmux_sink_init()
768 splitmux->threshold_bytes = g_value_get_uint64 (value); in gst_splitmux_sink_set_property()
947 g_value_set_uint64 (value, splitmux->threshold_bytes); in gst_splitmux_sink_get_property()
1559 || splitmux->threshold_bytes != 0) in request_next_keyframe()
2344 thresh_bytes = splitmux->threshold_bytes; in need_new_fragment()
/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc308 size_t threshold_bytes() const { return threshold_bytes_; } in threshold_bytes() function in grpc_core::TcpZerocopySendCtx
974 tcp->tcp_zerocopy_send_ctx.threshold_bytes() < buf->length; in tcp_get_send_zerocopy_record()