Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesrc.c198 g_cond_init (&src->create_cond); in gst_ipc_pipeline_src_init()
228 g_cond_clear (&src->create_cond); in gst_ipc_pipeline_src_finalize()
321 g_cond_broadcast (&src->create_cond); in gst_ipc_pipeline_src_cancel_queued()
373 g_cond_broadcast (&src->create_cond); in gst_ipc_pipeline_src_stop_loop()
469 g_cond_wait (&src->create_cond, &src->comm.mutex); in gst_ipc_pipeline_src_loop()
505 g_cond_broadcast (&src->create_cond); in gst_ipc_pipeline_src_loop()
646 g_cond_broadcast (&src->create_cond); in on_buffer()
722 g_cond_broadcast (&src->create_cond); in on_event()
785 g_cond_broadcast (&src->create_cond); in on_query()
Dgstipcpipelinesrc.h62 GCond create_cond; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c222 GCond create_cond; member
296 g_cond_init (&context->priv->create_cond); in gst_gl_context_init()
747 g_cond_clear (&context->priv->create_cond); in gst_gl_context_finalize()
1084 g_cond_wait (&context->priv->create_cond, &context->priv->render_lock); in gst_gl_context_create()
1180 g_cond_signal (&context->priv->create_cond); in _unlock_create_thread()
1426 g_cond_signal (&context->priv->create_cond); in gst_gl_context_create_thread()