Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c178 GstClockTime last_in_running_time, last_out_running_time; member
789 priv->last_out_running_time = GST_CLOCK_TIME_NONE; in gst_app_src_flush_queued()
1426 priv->last_out_running_time = in gst_app_src_update_queued_pop()
1432 GST_TIME_ARGS (priv->last_out_running_time)); in gst_app_src_update_queued_pop()
1439 if (priv->last_out_running_time != GST_CLOCK_TIME_NONE in gst_app_src_update_queued_pop()
1441 if (priv->last_out_running_time > priv->last_in_running_time) { in gst_app_src_update_queued_pop()
1445 priv->last_in_running_time - priv->last_out_running_time; in gst_app_src_update_queued_pop()
1533 priv->last_out_running_time = in gst_app_src_update_queued_push()
1541 GST_TIME_ARGS (priv->last_out_running_time)); in gst_app_src_update_queued_push()
1543 if (priv->last_out_running_time != GST_CLOCK_TIME_NONE in gst_app_src_update_queued_push()
[all …]