Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.c519 GST_AUDIO_ENCODER_STREAM_UNLOCK (enc); in gst_audio_encoder_reset()
590 GST_AUDIO_ENCODER_STREAM_UNLOCK (enc); in gst_audio_encoder_push_event()
1025 GST_AUDIO_ENCODER_STREAM_UNLOCK (enc); in gst_audio_encoder_finish_frame()
1390 GST_AUDIO_ENCODER_STREAM_UNLOCK (enc); in gst_audio_encoder_chain()
1496 GST_AUDIO_ENCODER_STREAM_UNLOCK (enc); in gst_audio_encoder_sink_setcaps()
1601 GST_AUDIO_ENCODER_STREAM_UNLOCK (enc); in gst_audio_encoder_sink_event_default()
1622 GST_AUDIO_ENCODER_STREAM_UNLOCK (enc); in gst_audio_encoder_sink_event_default()
1635 GST_AUDIO_ENCODER_STREAM_UNLOCK (enc); in gst_audio_encoder_sink_event_default()
1664 GST_AUDIO_ENCODER_STREAM_UNLOCK (enc); in gst_audio_encoder_sink_event_default()
1700 GST_AUDIO_ENCODER_STREAM_UNLOCK (enc); in gst_audio_encoder_sink_event_default()
[all …]
Dgstaudioencoder.h87 #define GST_AUDIO_ENCODER_STREAM_UNLOCK(enc) g_rec_mutex_unlock (&GST_AUDIO_ENCODER (enc)->stream_l… macro