Home
last modified time | relevance | path

Searched refs:dec_class (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openmpt/
Dgstopenmptdec.c159 GstNonstreamAudioDecoderClass *dec_class; in gst_openmpt_dec_class_init() local
166 dec_class = GST_NONSTREAM_AUDIO_DECODER_CLASS (klass); in gst_openmpt_dec_class_init()
177 dec_class->seek = GST_DEBUG_FUNCPTR (gst_openmpt_dec_seek); in gst_openmpt_dec_class_init()
178 dec_class->tell = GST_DEBUG_FUNCPTR (gst_openmpt_dec_tell); in gst_openmpt_dec_class_init()
179 dec_class->load_from_buffer = in gst_openmpt_dec_class_init()
181 dec_class->get_main_tags = GST_DEBUG_FUNCPTR (gst_openmpt_dec_get_main_tags); in gst_openmpt_dec_class_init()
182 dec_class->set_num_loops = GST_DEBUG_FUNCPTR (gst_openmpt_dec_set_num_loops); in gst_openmpt_dec_class_init()
183 dec_class->get_num_loops = GST_DEBUG_FUNCPTR (gst_openmpt_dec_get_num_loops); in gst_openmpt_dec_class_init()
184 dec_class->get_supported_output_modes = in gst_openmpt_dec_class_init()
186 dec_class->decode = GST_DEBUG_FUNCPTR (gst_openmpt_dec_decode); in gst_openmpt_dec_class_init()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/wildmidi/
Dgstwildmididec.c302 GstNonstreamAudioDecoderClass *dec_class; in gst_wildmidi_dec_class_init() local
309 dec_class = GST_NONSTREAM_AUDIO_DECODER_CLASS (klass); in gst_wildmidi_dec_class_init()
322 dec_class->tell = GST_DEBUG_FUNCPTR (gst_wildmidi_dec_tell); in gst_wildmidi_dec_class_init()
323 dec_class->seek = GST_DEBUG_FUNCPTR (gst_wildmidi_dec_seek); in gst_wildmidi_dec_class_init()
324 dec_class->load_from_buffer = in gst_wildmidi_dec_class_init()
326 dec_class->get_current_subsong = in gst_wildmidi_dec_class_init()
328 dec_class->get_num_subsongs = in gst_wildmidi_dec_class_init()
330 dec_class->get_subsong_duration = in gst_wildmidi_dec_class_init()
332 dec_class->get_supported_output_modes = in gst_wildmidi_dec_class_init()
334 dec_class->decode = GST_DEBUG_FUNCPTR (gst_wildmidi_dec_decode); in gst_wildmidi_dec_class_init()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.c406 RsnDecClass *dec_class = RSN_DEC_CLASS (klass); in rsn_audiodec_class_init() local
417 dec_class->get_decoder_factories = rsn_audiodec_get_decoder_factories; in rsn_audiodec_class_init()
456 RsnDecClass *dec_class = RSN_DEC_CLASS (klass); in rsn_videodec_class_init() local
467 dec_class->get_decoder_factories = rsn_videodec_get_decoder_factories; in rsn_videodec_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c2934 GstAudioDecoderClass *dec_class; in gst_audio_decoder_sink_query() local
2939 dec_class = GST_AUDIO_DECODER_GET_CLASS (dec); in gst_audio_decoder_sink_query()
2943 if (dec_class->sink_query) in gst_audio_decoder_sink_query()
2944 ret = dec_class->sink_query (dec, query); in gst_audio_decoder_sink_query()
3086 GstAudioDecoderClass *dec_class; in gst_audio_decoder_src_query() local
3090 dec_class = GST_AUDIO_DECODER_GET_CLASS (dec); in gst_audio_decoder_src_query()
3094 if (dec_class->src_query) in gst_audio_decoder_src_query()
3095 ret = dec_class->src_query (dec, query); in gst_audio_decoder_src_query()