Searched refs:DEFAULT_MAX_SIZE_TIME (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtprtxqueue.c | 83 #define DEFAULT_MAX_SIZE_TIME 0 macro 147 DEFAULT_MAX_SIZE_TIME, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_rtp_rtx_queue_class_init() 233 rtx->max_size_time = DEFAULT_MAX_SIZE_TIME; in gst_rtp_rtx_queue_init()
|
D | gstrtprtxsend.c | 54 #define DEFAULT_MAX_SIZE_TIME 0 macro 182 DEFAULT_MAX_SIZE_TIME, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_rtp_rtx_send_class_init() 286 rtx->max_size_time = DEFAULT_MAX_SIZE_TIME; in gst_rtp_rtx_send_init()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristrtxsend.c | 48 #define DEFAULT_MAX_SIZE_TIME 0 macro 193 DEFAULT_MAX_SIZE_TIME, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_rist_rtx_send_class_init() 282 rtx->max_size_time = DEFAULT_MAX_SIZE_TIME; in gst_rist_rtx_send_init()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstdownloadbuffer.c | 100 #define DEFAULT_MAX_SIZE_TIME 2 * GST_SECOND /* 2 seconds */ macro 233 DEFAULT_MAX_SIZE_TIME, G_PARAM_READWRITE | GST_PARAM_MUTABLE_PLAYING | in gst_download_buffer_class_init() 319 dlbuf->max_level.time = DEFAULT_MAX_SIZE_TIME; in gst_download_buffer_init()
|
D | gstqueue.c | 131 #define DEFAULT_MAX_SIZE_TIME GST_SECOND /* 1 second */ macro 345 DEFAULT_MAX_SIZE_TIME, in gst_queue_class_init() 454 queue->max_size.time = DEFAULT_MAX_SIZE_TIME; in gst_queue_init()
|
D | gstqueue2.c | 118 #define DEFAULT_MAX_SIZE_TIME 2 * GST_SECOND /* 2 seconds */ macro 370 0, G_MAXUINT64, DEFAULT_MAX_SIZE_TIME, in gst_queue2_class_init() 523 queue->max_level.time = DEFAULT_MAX_SIZE_TIME; in gst_queue2_init() 524 queue->max_level.rate_time = DEFAULT_MAX_SIZE_TIME; in gst_queue2_init()
|
D | gstmultiqueue.c | 249 #define DEFAULT_MAX_SIZE_TIME 2 * GST_SECOND macro 720 DEFAULT_MAX_SIZE_TIME, G_PARAM_READWRITE | GST_PARAM_MUTABLE_PLAYING | in gst_multi_queue_class_init() 906 mqueue->max_size.time = DEFAULT_MAX_SIZE_TIME; in gst_multi_queue_init()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.c | 125 #define DEFAULT_MAX_SIZE_TIME 0 macro 333 DEFAULT_MAX_SIZE_TIME, in gst_splitmux_sink_class_init() 604 splitmux->threshold_time = DEFAULT_MAX_SIZE_TIME; in gst_splitmux_sink_init()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstdecodebin2.c | 272 #define DEFAULT_MAX_SIZE_TIME 0 macro 1021 DEFAULT_MAX_SIZE_TIME, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_decode_bin_class_init() 1226 decode_bin->max_size_time = DEFAULT_MAX_SIZE_TIME; in gst_decode_bin_init()
|