Home
last modified time | relevance | path

Searched refs:update_interval (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c1413 guint update_interval = in test_play_position_update_interval_cb() local
1423 GST_TIME_ARGS (delta), GST_TIME_ARGS (update_interval)); in test_play_position_update_interval_cb()
1425 if (update_interval > 10) { in test_play_position_update_interval_cb()
1426 fail_unless (delta > ((update_interval - 10) * GST_MSECOND) in test_play_position_update_interval_cb()
1427 && delta < ((update_interval + 10) * GST_MSECOND)); in test_play_position_update_interval_cb()
/third_party/mesa3d/src/mesa/program/
Dprog_optimize.c916 update_interval(GLint intBegin[], GLint intEnd[], in update_interval() function
993 update_interval(intBegin, intEnd, loopStack, loopStackDepth, in find_temp_intervals()
1001 update_interval(intBegin, intEnd, loopStack, loopStackDepth, in find_temp_intervals()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c229 gint update_interval; member
821 parse->priv->update_interval = -1; in gst_base_parse_reset()
2495 if (parse->priv->update_interval < 0) in gst_base_parse_push_frame()
2496 parse->priv->update_interval = 50; in gst_base_parse_push_frame()
2497 else if (parse->priv->update_interval > 0 && in gst_base_parse_push_frame()
2498 (parse->priv->framecount % parse->priv->update_interval) == 0) in gst_base_parse_push_frame()
3871 parse->priv->update_interval = interval; in gst_base_parse_set_duration()
3961 if (parse->priv->update_interval < 0) { in gst_base_parse_set_frame_rate()
3965 parse->priv->update_interval = MIN (interval, G_MAXINT); in gst_base_parse_set_frame_rate()
3968 parse->priv->update_interval); in gst_base_parse_set_frame_rate()
[all …]
/third_party/mindspore/mindspore/ops/operations/
Dsponge_update_ops.py2475 update_interval=10): argument
2480 validator.check_value_type('update_interval', update_interval, int, self.name)
2485 self.update_interval = update_interval
2490 self.add_prim_attr('update_interval', self.update_interval)
/third_party/nghttp2/src/
Dshrpx_connection_handler.cc669 ev_timer_set(&ocsp_timer_, get_config()->tls.ocsp.update_interval, 0.); in proceed_next_cert_ocsp()
Dshrpx_config.h626 ev_tstamp update_interval; member
Dshrpx.cc1450 ocspconf.update_interval = 4_h; in fill_default_config()
2342 << util::duration_str(config->tls.ocsp.update_interval) << R"( in print_help()
Dshrpx_config.cc3291 return parse_duration(&config->tls.ocsp.update_interval, opt, optarg); in parse_config()
/third_party/gstreamer/gstreamer/
DChangeLog12689 baseparse: Avoid overflow in update_interval calculation
12695 baseparse: Fix check for update_interval
12696 update_interval may be -1
/third_party/gstreamer/gstplugins_bad/
DChangeLog68703 gstplayer: remove leftover update_interval api