Searched refs:time_max (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gstmultihandlesink.c | 239 gint * max_idx, gint bytes_max, gint buffers_max, gint64 time_max); 1185 gint * max_idx, gint bytes_max, gint buffers_max, gint64 time_max) in find_limits() argument 1201 GST_TIME_ARGS (time_max)); in find_limits() 1255 if (time_max != -1 && first - time >= time_max) in find_limits() 1329 GstClockTime time_min = GST_CLOCK_TIME_NONE, time_max = GST_CLOCK_TIME_NONE; in count_burst_unit() local 1332 assign_value (max_format, max_value, &bytes_max, &buffers_max, &time_max); in count_burst_unit() 1335 max_idx, bytes_max, buffers_max, time_max); in count_burst_unit()
|
/third_party/python/Modules/ |
D | _threadmodule.c | 1645 double time_max = _PyTime_AsSecondsDouble(_PyTime_MAX); in thread_module_exec() local 1646 timeout_max = Py_MIN(timeout_max, time_max); in thread_module_exec()
|