Lines Matching refs:GstAudioDecoder
75 static gboolean gst_mpg123_audio_dec_start (GstAudioDecoder * dec);
76 static gboolean gst_mpg123_audio_dec_stop (GstAudioDecoder * dec);
80 static GstFlowReturn gst_mpg123_audio_dec_handle_frame (GstAudioDecoder * dec,
82 static gboolean gst_mpg123_audio_dec_set_format (GstAudioDecoder * dec,
84 static void gst_mpg123_audio_dec_flush (GstAudioDecoder * dec, gboolean hard);
208 gst_mpg123_audio_dec_start (GstAudioDecoder * dec) in gst_mpg123_audio_dec_start()
263 gst_mpg123_audio_dec_stop (GstAudioDecoder * dec) in gst_mpg123_audio_dec_stop()
284 GstAudioDecoder *dec; in gst_mpg123_audio_dec_push_decoded_bytes()
321 gst_mpg123_audio_dec_handle_frame (GstAudioDecoder * dec, in gst_mpg123_audio_dec_handle_frame()
443 gst_mpg123_audio_dec_set_format (GstAudioDecoder * dec, GstCaps * input_caps) in gst_mpg123_audio_dec_set_format()
591 gst_mpg123_audio_dec_flush (GstAudioDecoder * dec, gboolean hard) in gst_mpg123_audio_dec_flush()