Searched refs:GST_AUDIO_ENCODER_STREAM_LOCK (Results 1 – 2 of 2) sorted by relevance
463 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 …]
86 #define GST_AUDIO_ENCODER_STREAM_LOCK(enc) g_rec_mutex_lock (&GST_AUDIO_ENCODER (enc)->stream_loc… macro