Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsink.c80 APP_WAITING = 1 << 1, /* application thread is waiting for streaming thread */ enumerator
936 if ((priv->wait_status & APP_WAITING)) in gst_app_sink_preroll()
1090 if ((priv->wait_status & APP_WAITING)) in gst_app_sink_render_common()
1759 priv->wait_status |= APP_WAITING; in gst_app_sink_try_pull_preroll()
1766 priv->wait_status &= ~APP_WAITING; in gst_app_sink_try_pull_preroll()
1781 priv->wait_status &= ~APP_WAITING; in gst_app_sink_try_pull_preroll()
1904 priv->wait_status |= APP_WAITING; in gst_app_sink_try_pull_object()
1911 priv->wait_status &= ~APP_WAITING; in gst_app_sink_try_pull_object()
1946 priv->wait_status &= ~APP_WAITING; in gst_app_sink_try_pull_object()
Dgstappsrc.c109 APP_WAITING = 1 << 1, /* application thread is waiting for streaming thread */ enumerator
1769 if ((priv->wait_status & APP_WAITING)) in gst_app_src_create()
2653 priv->wait_status |= APP_WAITING; in gst_app_src_push_internal()
2655 priv->wait_status &= ~APP_WAITING; in gst_app_src_push_internal()