Lines Matching refs:GstAudioDecoder
93 static gboolean gst_faad_start (GstAudioDecoder * dec);
94 static gboolean gst_faad_stop (GstAudioDecoder * dec);
95 static gboolean gst_faad_set_format (GstAudioDecoder * dec, GstCaps * caps);
96 static GstFlowReturn gst_faad_parse (GstAudioDecoder * dec,
98 static GstFlowReturn gst_faad_handle_frame (GstAudioDecoder * dec,
100 static void gst_faad_flush (GstAudioDecoder * dec, gboolean hard);
163 gst_faad_start (GstAudioDecoder * dec) in gst_faad_start()
179 gst_faad_stop (GstAudioDecoder * dec) in gst_faad_stop()
220 gst_faad_set_format (GstAudioDecoder * dec, GstCaps * caps) in gst_faad_set_format()
592 gst_faad_parse (GstAudioDecoder * dec, GstAdapter * adapter, in gst_faad_parse()
623 gst_faad_handle_frame (GstAudioDecoder * dec, GstBuffer * buffer) in gst_faad_handle_frame()
801 gst_faad_flush (GstAudioDecoder * dec, gboolean hard) in gst_faad_flush()