Searched refs:audio_decoder_class (Results 1 – 4 of 4) sorted by relevance
35 GstAudioDecoderClass *audio_decoder_class = GST_AUDIO_DECODER_CLASS (klass);37 audio_decoder_class->start = GST_DEBUG_FUNCPTR (gst_replace_start);38 audio_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_replace_stop);39 audio_decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_replace_set_format);40 audio_decoder_class->parse = GST_DEBUG_FUNCPTR (gst_replace_parse);41 audio_decoder_class->handle_frame = GST_DEBUG_FUNCPTR (gst_replace_handle_frame);42 audio_decoder_class->flush = GST_DEBUG_FUNCPTR (gst_replace_flush);43 audio_decoder_class->pre_push = GST_DEBUG_FUNCPTR (gst_replace_pre_push);44 audio_decoder_class->sink_event = GST_DEBUG_FUNCPTR (gst_replace_sink_event);45 audio_decoder_class->src_event = GST_DEBUG_FUNCPTR (gst_replace_src_event);[all …]
216 GstAudioDecoderClass *audio_decoder_class = (GstAudioDecoderClass *) klass; in gst_sbc_dec_class_init() local219 audio_decoder_class->start = GST_DEBUG_FUNCPTR (gst_sbc_dec_start); in gst_sbc_dec_class_init()220 audio_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_sbc_dec_stop); in gst_sbc_dec_class_init()221 audio_decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_sbc_dec_set_format); in gst_sbc_dec_class_init()222 audio_decoder_class->handle_frame = in gst_sbc_dec_class_init()
54 GstAudioDecoderClass audio_decoder_class; member
94 GstAudioDecoderClass *audio_decoder_class = GST_AUDIO_DECODER_CLASS (klass); in gst_atdec_class_init() local110 audio_decoder_class->start = GST_DEBUG_FUNCPTR (gst_atdec_start); in gst_atdec_class_init()111 audio_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_atdec_stop); in gst_atdec_class_init()112 audio_decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_atdec_set_format); in gst_atdec_class_init()113 audio_decoder_class->handle_frame = in gst_atdec_class_init()115 audio_decoder_class->flush = GST_DEBUG_FUNCPTR (gst_atdec_flush); in gst_atdec_class_init()