Home
last modified time | relevance | path

Searched refs:SF_FORMAT_INFO (Results 1 – 25 of 93) sorted by relevance

1234

/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dcommand.c28 static SF_FORMAT_INFO const simple_formats [] =
102 { return (sizeof (simple_formats) / sizeof (SF_FORMAT_INFO)) ; in psf_get_format_simple_count()
106 psf_get_format_simple (SF_FORMAT_INFO *data) in psf_get_format_simple()
122 static SF_FORMAT_INFO const major_formats [] =
158 { return (sizeof (major_formats) / sizeof (SF_FORMAT_INFO)) ; in psf_get_format_major_count()
162 psf_get_format_major (SF_FORMAT_INFO *data) in psf_get_format_major()
178 static SF_FORMAT_INFO subtype_formats [] =
226 { return (sizeof (subtype_formats) / sizeof (SF_FORMAT_INFO)) ; in psf_get_format_subtype_count()
230 psf_get_format_subtype (SF_FORMAT_INFO *data) in psf_get_format_subtype()
248 psf_get_format_info (SF_FORMAT_INFO *data) in psf_get_format_info()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DFileFormats.cpp49 SF_FORMAT_INFO format_info; in sf_header_index_name()
61 SF_FORMAT_INFO format_info ; in sf_header_index_to_type()
86 SF_FORMAT_INFO format_info ; in sf_encoding_index_name()
97 SF_FORMAT_INFO format_info ; in sf_encoding_index_to_subtype()
113 SF_FORMAT_INFO format_info; in sf_header_name()
124 SF_FORMAT_INFO format_info; in sf_header_shortname()
148 SF_FORMAT_INFO format_info; in sf_header_extension()
159 SF_FORMAT_INFO format_info; in sf_encoding_name()
177 static SF_FORMAT_INFO g_format_info;
179 SF_FORMAT_INFO *sf_simple_format(int i) in sf_simple_format()
[all …]
H A DFileFormats.h105 SF_FORMAT_INFO *sf_simple_format(int i);
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/openmpt123/
H A Dopenmpt123_sndfile.hpp47 …int matched_result( const SF_FORMAT_INFO & format_info, const SF_FORMAT_INFO & subformat_info, mat… in matched_result()
84 SF_FORMAT_INFO format_info; in find_format()
86 sf_command( 0, SFC_GET_FORMAT_MAJOR, &format_info, sizeof( SF_FORMAT_INFO ) ); in find_format()
93 SF_FORMAT_INFO subformat_info; in find_format()
95 sf_command( 0, SFC_GET_FORMAT_SUBTYPE, &subformat_info, sizeof( SF_FORMAT_INFO ) ); in find_format()
/dports/audio/libsndfile/libsndfile-1.0.31/tests/
H A Dexternal_libs_test.c56 { SF_FORMAT_INFO info ; in major_format_test()
86 { SF_FORMAT_INFO info ; in subtype_format_test()
116 { SF_FORMAT_INFO info ; in simple_format_test()
H A Dformat_check_test.c92 { SF_FORMAT_INFO major_fmt_info ; in format_combo_test()
99 { SF_FORMAT_INFO subtype_fmt_info ; in format_combo_test()
/dports/sysutils/k3b/k3b-21.12.3/plugins/decoder/libsndfile/
H A Dk3blibsndfiledecoder.cpp35 SF_FORMAT_INFO format_info;
81 sf_command (d->sndfile, SFC_GET_FORMAT_INFO, &d->format_info, sizeof (SF_FORMAT_INFO)) ; in openFile()
215 SF_FORMAT_INFO format_info; in canDecode()
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchSndFile.c55 SF_FORMAT_INFO finfo; in G_DEFINE_TYPE()
101 SF_FORMAT_INFO sinfo; in ipatch_snd_file_sub_format_get_type()
210 SF_FORMAT_INFO info; in ipatch_snd_file_format_get_sub_formats()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/frontend/
H A Daudioin_sndfile.c72 SF_FORMAT_INFO format_info; in print_info_sndfile()
73 SF_FORMAT_INFO subformat_info; in print_info_sndfile()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsndfile_helpers.cc150 SF_FORMAT_INFO format_info; in sndfile_major_format()
185 SF_FORMAT_INFO format_info; in sndfile_minor_format()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/bindings/
H A Dfluid_filerenderer.c113 SF_FORMAT_INFO finfo, cmpinfo; in fluid_file_renderer_settings()
531 SF_FORMAT_INFO finfo; in fluid_file_renderer_find_file_type()
561 SF_FORMAT_INFO format_info; in fluid_file_renderer_find_valid_format()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/bindings/
H A Dfluid_filerenderer.c134 SF_FORMAT_INFO finfo, cmpinfo; in fluid_file_renderer_settings()
477 SF_FORMAT_INFO finfo; in fluid_file_renderer_find_file_type()
505 SF_FORMAT_INFO format_info; in fluid_file_renderer_find_valid_format()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/bindings/
H A Dfluid_filerenderer.c134 SF_FORMAT_INFO finfo, cmpinfo; in fluid_file_renderer_settings()
494 SF_FORMAT_INFO finfo; in fluid_file_renderer_find_file_type()
522 SF_FORMAT_INFO format_info; in fluid_file_renderer_find_valid_format()
/dports/audio/libsndfile/libsndfile-1.0.31/docs/
H A Dcommand.md629 : sizeof (SF_FORMAT_INFO)
638 } SF_FORMAT_INFO ;
648 SF_FORMAT_INFO format_info ;
686 : sizeof (SF_FORMAT_INFO)
695 } SF_FORMAT_INFO ;
708 SF_FORMAT_INFO format_info ;
768 : sizeof (SF_FORMAT_INFO)
773 SF_FORMAT_INFO format_info ;
844 : sizeof (SF_FORMAT_INFO)
851 SF_FORMAT_INFO format_info ;
[all …]
/dports/audio/libsndfile/libsndfile-1.0.31/examples/
H A Dlist_formats.c42 { SF_FORMAT_INFO info ; in main()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsf.c36 SF_FORMAT_INFO format_info; in gst_sf_create_audio_template_caps()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsf.c36 SF_FORMAT_INFO format_info; in gst_sf_create_audio_template_caps()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsf.c36 SF_FORMAT_INFO format_info; in gst_sf_create_audio_template_caps()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsf.c36 SF_FORMAT_INFO format_info; in gst_sf_create_audio_template_caps()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsf.c36 SF_FORMAT_INFO format_info; in gst_sf_create_audio_template_caps()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsf.c36 SF_FORMAT_INFO format_info; in gst_sf_create_audio_template_caps()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsf.c36 SF_FORMAT_INFO format_info; in gst_sf_create_audio_template_caps()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsf.c36 SF_FORMAT_INFO format_info; in gst_sf_create_audio_template_caps()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsf.c36 SF_FORMAT_INFO format_info; in gst_sf_create_audio_template_caps()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsf.c36 SF_FORMAT_INFO format_info; in gst_sf_create_audio_template_caps()

1234