Home
last modified time | relevance | path

Searched refs:GST_AUDIO_DECODER_STREAM_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcaudiodec.c426 GST_AUDIO_DECODER_STREAM_UNLOCK (self); in gst_amc_audio_dec_loop()
593 GST_AUDIO_DECODER_STREAM_UNLOCK (self); in gst_amc_audio_dec_loop()
614 GST_AUDIO_DECODER_STREAM_UNLOCK (self); in gst_amc_audio_dec_loop()
624 GST_AUDIO_DECODER_STREAM_UNLOCK (self); in gst_amc_audio_dec_loop()
642 GST_AUDIO_DECODER_STREAM_UNLOCK (self); in gst_amc_audio_dec_loop()
655 GST_AUDIO_DECODER_STREAM_UNLOCK (self); in gst_amc_audio_dec_loop()
667 GST_AUDIO_DECODER_STREAM_UNLOCK (self); in gst_amc_audio_dec_loop()
687 GST_AUDIO_DECODER_STREAM_UNLOCK (self); in gst_amc_audio_dec_loop()
701 GST_AUDIO_DECODER_STREAM_UNLOCK (self); in gst_amc_audio_dec_loop()
716 GST_AUDIO_DECODER_STREAM_UNLOCK (self); in gst_amc_audio_dec_loop()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c581 GST_AUDIO_DECODER_STREAM_UNLOCK (dec); in gst_audio_decoder_reset()
645 GST_AUDIO_DECODER_STREAM_UNLOCK (dec); in gst_audio_decoder_push_event()
791 GST_AUDIO_DECODER_STREAM_UNLOCK (dec); in gst_audio_decoder_negotiate()
891 GST_AUDIO_DECODER_STREAM_UNLOCK (dec); in gst_audio_decoder_set_output_caps()
940 GST_AUDIO_DECODER_STREAM_UNLOCK (dec); in gst_audio_decoder_sink_setcaps()
1183 GST_AUDIO_DECODER_STREAM_UNLOCK (dec); in apply_pending_events()
1570 GST_AUDIO_DECODER_STREAM_UNLOCK (dec); in gst_audio_decoder_finish_frame_or_subframe()
2129 GST_AUDIO_DECODER_STREAM_UNLOCK (dec); in gst_audio_decoder_chain()
2136 GST_AUDIO_DECODER_STREAM_UNLOCK (dec); in gst_audio_decoder_chain()
2278 GST_AUDIO_DECODER_STREAM_UNLOCK (dec); in gst_audio_decoder_handle_gap()
[all …]
Dgstaudiodecoder.h81 #define GST_AUDIO_DECODER_STREAM_UNLOCK(dec) g_rec_mutex_unlock (&GST_AUDIO_DECODER (dec)->stream_l… macro