Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsasrc.c1025 GST_ALSA_SRC_UNLOCK (asrc); in gst_alsasrc_read()
1035 GST_ALSA_SRC_UNLOCK (asrc); in gst_alsasrc_read()
1043 GST_ALSA_SRC_UNLOCK (asrc); in gst_alsasrc_read()
1080 GST_ALSA_SRC_UNLOCK (asrc); in gst_alsasrc_reset()
1089 GST_ALSA_SRC_UNLOCK (asrc); in gst_alsasrc_reset()
1096 GST_ALSA_SRC_UNLOCK (asrc); in gst_alsasrc_reset()
Dgstalsasrc.h40 #define GST_ALSA_SRC_UNLOCK(obj) (g_mutex_unlock (GST_ALSA_SRC_GET_LOCK (obj))) macro