Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/mplex/
Dgstmplexoutputstream.cc59 GST_MPLEX_MUTEX_LOCK (mplex); in Close()
109 GST_MPLEX_MUTEX_LOCK (mplex); in Write()
Dgstmplex.cc425 GST_MPLEX_MUTEX_LOCK (mplex); in gst_mplex_loop()
468 GST_MPLEX_MUTEX_LOCK (mplex); in gst_mplex_sink_event()
479 GST_MPLEX_MUTEX_LOCK (mplex); in gst_mplex_sink_event()
490 GST_MPLEX_MUTEX_LOCK (mplex); in gst_mplex_sink_event()
513 GST_MPLEX_MUTEX_LOCK (mplex); in gst_mplex_sink_event()
559 GST_MPLEX_MUTEX_LOCK (mplex); in gst_mplex_chain()
661 GST_MPLEX_MUTEX_LOCK (mplex); in gst_mplex_release_pad()
715 GST_MPLEX_MUTEX_LOCK (mplex); in gst_mplex_src_activate_mode()
Dgstmplexibitstream.cc58 GST_MPLEX_MUTEX_LOCK (mplex); in ReadStreamBytes()
Dgstmplex.hh47 #define GST_MPLEX_MUTEX_LOCK(m) G_STMT_START { \ macro