Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.c405 klass->get_num_subsongs = NULL; in gst_nonstream_audio_decoder_class_init()
1404 if (klass->get_num_subsongs != NULL) in gst_nonstream_audio_decoder_finish_load()
1406 klass->get_num_subsongs (dec)); in gst_nonstream_audio_decoder_finish_load()
1550 if (klass->get_num_subsongs) { in gst_nonstream_audio_decoder_switch_to_subsong()
1551 guint num_subsongs = klass->get_num_subsongs (dec); in gst_nonstream_audio_decoder_switch_to_subsong()
1702 if (klass->get_num_subsongs == NULL) in gst_nonstream_audio_decoder_update_toc()
1705 num_subsongs = klass->get_num_subsongs (dec); in gst_nonstream_audio_decoder_update_toc()
Dgstnonstreamaudiodecoder.h346 guint (*get_num_subsongs) (GstNonstreamAudioDecoder * dec); member
/third_party/gstreamer/gstplugins_bad/ext/wildmidi/
Dgstwildmididec.c328 dec_class->get_num_subsongs = in gst_wildmidi_dec_class_init()
/third_party/gstreamer/gstplugins_bad/ext/openmpt/
Dgstopenmptdec.c191 dec_class->get_num_subsongs = in gst_openmpt_dec_class_init()