Home
last modified time | relevance | path

Searched refs:subsong (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dlibopenmpt.c47 int subsong; member
56 …{ "subsong", "set subsong", OFFSET(subsong), AV_OPT_TYPE_INT, { .i64 = -…
124 if (openmpt->subsong >= openmpt_module_get_num_subsongs(openmpt->module)) { in read_header_openmpt()
126 av_log(s, AV_LOG_ERROR, "Invalid subsong index: %d\n", openmpt->subsong); in read_header_openmpt()
130 if (openmpt->subsong != -2) { in read_header_openmpt()
131 if (openmpt->subsong >= 0) { in read_header_openmpt()
132 av_dict_set_int(&s->metadata, "track", openmpt->subsong + 1, 0); in read_header_openmpt()
134 ret = openmpt_module_select_subsong(openmpt->module, openmpt->subsong); in read_header_openmpt()
137 av_log(s, AV_LOG_ERROR, "Could not select requested subsong: %d", openmpt->subsong); in read_header_openmpt()
/third_party/gstreamer/gstplugins_bad/ext/openmpt/
Dgstopenmptdec.c127 dec, guint subsong, GstClockTime * initial_position);
134 guint subsong);
136 dec, guint subsong);
713 guint subsong, GstClockTime * initial_position) in gst_openmpt_dec_set_current_subsong() argument
719 openmpt_dec->cur_subsong_mode, subsong)) { in gst_openmpt_dec_set_current_subsong()
721 "selected subsong %u and switching subsong mode to SINGLE", subsong); in gst_openmpt_dec_set_current_subsong()
723 openmpt_dec->cur_subsong = subsong; in gst_openmpt_dec_set_current_subsong()
727 GST_ERROR_OBJECT (openmpt_dec, "could not select subsong %u", subsong); in gst_openmpt_dec_set_current_subsong()
751 guint subsong) in gst_openmpt_dec_get_subsong_duration() argument
754 return (GstClockTime) (openmpt_dec->subsong_durations[subsong] * GST_SECOND); in gst_openmpt_dec_get_subsong_duration()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.h342 guint subsong,
348 guint subsong);
350 guint subsong);
/third_party/gstreamer/gstplugins_bad/ext/wildmidi/
Dgstwildmididec.c141 guint subsong);
595 G_GNUC_UNUSED guint subsong) in gst_wildmidi_dec_get_subsong_duration() argument
/third_party/ffmpeg/doc/
Ddemuxers.texi586 Some files have multiple subsongs (tracks) this can be set with the @option{subsong}
592 @item subsong
593 Set the subsong index. This can be either 'all', 'auto', or the index of the
594 subsong. Subsong indexes start at 0. The default is 'auto'.