Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.c463 GST_AUDIO_ENCODER_STREAM_LOCK (enc); in gst_audio_encoder_reset()
584 GST_AUDIO_ENCODER_STREAM_LOCK (enc); in gst_audio_encoder_push_event()
774 GST_AUDIO_ENCODER_STREAM_LOCK (enc); in gst_audio_encoder_finish_frame()
1229 GST_AUDIO_ENCODER_STREAM_LOCK (enc); in gst_audio_encoder_chain()
1443 GST_AUDIO_ENCODER_STREAM_LOCK (enc); in gst_audio_encoder_sink_setcaps()
1591 GST_AUDIO_ENCODER_STREAM_LOCK (enc); in gst_audio_encoder_sink_event_default()
1612 GST_AUDIO_ENCODER_STREAM_LOCK (enc); in gst_audio_encoder_sink_event_default()
1628 GST_AUDIO_ENCODER_STREAM_LOCK (enc); in gst_audio_encoder_sink_event_default()
1656 GST_AUDIO_ENCODER_STREAM_LOCK (enc); in gst_audio_encoder_sink_event_default()
1676 GST_AUDIO_ENCODER_STREAM_LOCK (enc); in gst_audio_encoder_sink_event_default()
[all …]
Dgstaudioencoder.h86 #define GST_AUDIO_ENCODER_STREAM_LOCK(enc) g_rec_mutex_lock (&GST_AUDIO_ENCODER (enc)->stream_loc… macro