Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgsttask.c90 #define GET_TASK_STATE(t) ((GstTaskState) g_atomic_int_get (&GST_TASK_STATE(t))) macro
345 if (GET_TASK_STATE (task) == GST_TASK_STOPPED) in gst_task_func()
362 while (G_LIKELY (GET_TASK_STATE (task) != GST_TASK_STOPPED)) { in gst_task_func()
377 if (G_UNLIKELY (GET_TASK_STATE (task) == GST_TASK_STOPPED)) { in gst_task_func()
685 result = GET_TASK_STATE (task); in gst_task_get_state()
736 old = GET_TASK_STATE (task); in gst_task_set_state_unlocked()
871 if (GET_TASK_STATE (task) != GST_TASK_STOPPED) in gst_task_resume()