Lines Matching refs:GstOpusDec
81 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()
838 GstOpusDec *dec = GST_OPUS_DEC (bdec); in gst_opus_dec_set_format()
932 GstOpusDec *dec; in gst_opus_dec_handle_frame()
995 get_bandwidth (GstOpusDec * self) in get_bandwidth()
1029 get_sample_rate (GstOpusDec * self) in get_sample_rate()
1050 get_gain (GstOpusDec * self) in get_gain()
1070 get_last_packet_duration (GstOpusDec * self) in get_last_packet_duration()
1091 gst_opus_dec_create_stats (GstOpusDec * self) in gst_opus_dec_create_stats()
1117 GstOpusDec *dec = GST_OPUS_DEC (object); in gst_opus_dec_get_property()
1142 GstOpusDec *dec = GST_OPUS_DEC (object); in gst_opus_dec_set_property()