Searched refs:GST_AUDIO_DECODER_STREAM_LOCK (Results 1 – 3 of 3) sorted by relevance
419 GST_AUDIO_DECODER_STREAM_LOCK (self); in gst_amc_audio_dec_loop()432 GST_AUDIO_DECODER_STREAM_LOCK (self); in gst_amc_audio_dec_loop()604 GST_AUDIO_DECODER_STREAM_LOCK (self); in gst_amc_audio_dec_loop()859 GST_AUDIO_DECODER_STREAM_LOCK (self); in gst_amc_audio_dec_set_format()1035 GST_AUDIO_DECODER_STREAM_LOCK (self); in gst_amc_audio_dec_flush()1106 GST_AUDIO_DECODER_STREAM_LOCK (self); in gst_amc_audio_dec_handle_frame()1291 GST_AUDIO_DECODER_STREAM_LOCK (self); in gst_amc_audio_dec_drain()1333 GST_AUDIO_DECODER_STREAM_LOCK (self); in gst_amc_audio_dec_drain()
525 GST_AUDIO_DECODER_STREAM_LOCK (dec); in gst_audio_decoder_reset()648 GST_AUDIO_DECODER_STREAM_LOCK (dec); in gst_audio_decoder_push_event()800 GST_AUDIO_DECODER_STREAM_LOCK (dec); in gst_audio_decoder_negotiate()871 GST_AUDIO_DECODER_STREAM_LOCK (dec); in gst_audio_decoder_set_output_caps()930 GST_AUDIO_DECODER_STREAM_LOCK (dec); in gst_audio_decoder_sink_setcaps()1215 GST_AUDIO_DECODER_STREAM_LOCK (dec); in apply_pending_events()1424 GST_AUDIO_DECODER_STREAM_LOCK (dec); in gst_audio_decoder_finish_frame_or_subframe()2148 GST_AUDIO_DECODER_STREAM_LOCK (dec); in gst_audio_decoder_chain()2329 GST_AUDIO_DECODER_STREAM_LOCK (dec); in gst_audio_decoder_handle_gap()2415 GST_AUDIO_DECODER_STREAM_LOCK (dec); in gst_audio_decoder_sink_eventfunc()[all …]
80 #define GST_AUDIO_DECODER_STREAM_LOCK(dec) g_rec_mutex_lock (&GST_AUDIO_DECODER (dec)->stream_loc… macro