Home
last modified time | relevance | path

Searched refs:GstOpusDec (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c81 G_DEFINE_TYPE (GstOpusDec, gst_opus_dec, GST_TYPE_AUDIO_DECODER);
101 static GstFlowReturn gst_opus_dec_parse_header (GstOpusDec * dec,
191 gst_opus_dec_reset (GstOpusDec * dec) in gst_opus_dec_reset()
213 gst_opus_dec_init (GstOpusDec * dec) in gst_opus_dec_init()
230 GstOpusDec *odec = GST_OPUS_DEC (dec); in gst_opus_dec_start()
258 GstOpusDec *odec = GST_OPUS_DEC (dec); in gst_opus_dec_stop()
278 gst_opus_dec_negotiate (GstOpusDec * dec, const GstAudioChannelPosition * pos) in gst_opus_dec_negotiate()
362 gst_opus_dec_parse_header (GstOpusDec * dec, GstBuffer * buf) in gst_opus_dec_parse_header()
430 gst_opus_dec_parse_comments (GstOpusDec * dec, GstBuffer * buf) in gst_opus_dec_parse_comments()
496 opus_dec_chain_parse_data (GstOpusDec * dec, GstBuffer * buffer) in opus_dec_chain_parse_data()
[all …]
Dgstopusdec.h34 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_OPUS_DEC,GstOpusDec))
42 typedef struct _GstOpusDec GstOpusDec; typedef