Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcommand.c28 static SF_FORMAT_INFO const simple_formats [] =
108 { return (sizeof (simple_formats) / sizeof (SF_FORMAT_INFO)) ; in psf_get_format_simple_count()
112 psf_get_format_simple (SF_FORMAT_INFO *data) in psf_get_format_simple()
115 …a->format < 0 || data->format >= (SIGNED_SIZEOF (simple_formats) / SIGNED_SIZEOF (SF_FORMAT_INFO))) in psf_get_format_simple()
119 memcpy (data, &(simple_formats [indx]), SIGNED_SIZEOF (SF_FORMAT_INFO)) ; in psf_get_format_simple()
128 static SF_FORMAT_INFO const major_formats [] =
167 { return (sizeof (major_formats) / sizeof (SF_FORMAT_INFO)) ; in psf_get_format_major_count()
171 psf_get_format_major (SF_FORMAT_INFO *data) in psf_get_format_major()
174 …ta->format < 0 || data->format >= (SIGNED_SIZEOF (major_formats) / SIGNED_SIZEOF (SF_FORMAT_INFO))) in psf_get_format_major()
178 memcpy (data, &(major_formats [indx]), SIGNED_SIZEOF (SF_FORMAT_INFO)) ; in psf_get_format_major()
[all …]
Dcommon.h788 int psf_get_format_simple (SF_FORMAT_INFO *data) ;
790 int psf_get_format_info (SF_FORMAT_INFO *data) ;
793 int psf_get_format_major (SF_FORMAT_INFO *data) ;
796 int psf_get_format_subtype (SF_FORMAT_INFO *data) ;
Dsndfile.c1023 if (data == NULL || datasize != SIGNED_SIZEOF (SF_FORMAT_INFO)) in sf_command()
1034 if (data == NULL || datasize != SIGNED_SIZEOF (SF_FORMAT_INFO)) in sf_command()
1045 if (data == NULL || datasize != SIGNED_SIZEOF (SF_FORMAT_INFO)) in sf_command()
1050 if (data == NULL || datasize != SIGNED_SIZEOF (SF_FORMAT_INFO)) in sf_command()
/third_party/libsnd/tests/
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()
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()
Dpipe_test.tpl296 { SF_FORMAT_INFO info ;
Dcommand_test.c461 { SF_FORMAT_INFO format_info ; in format_tests()
/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.c330 SF_FORMAT_INFO fi; in pa_sndfile_init_proplist()
426 SF_FORMAT_INFO fi; in pa_sndfile_format_from_string()
454 SF_FORMAT_INFO fi; in pa_sndfile_dump_formats()
/third_party/libsnd/docs/
Dcommand.md629 : a pointer to an SF_FORMAT_INFO struct
632 : sizeof (SF_FORMAT_INFO)
634 The SF_FORMAT_INFO struct is defined in *sndfile.h* as:
641 } SF_FORMAT_INFO ;
651 SF_FORMAT_INFO format_info ;
667 The value of the format field of the `SF_FORMAT_INFO` struct will be a value
686 : a pointer to an SF_FORMAT_INFO struct
689 : sizeof (SF_FORMAT_INFO)
691 The `SF_FORMAT_INFO` struct is defined in \<sndfile.h\> as:
698 } SF_FORMAT_INFO ;
[all …]
/third_party/libsnd/examples/
Dlist_formats.c42 { SF_FORMAT_INFO info ; in main()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfelement.c36 SF_FORMAT_INFO format_info; in gst_sf_create_audio_template_caps()
/third_party/libsnd/include/
Dsndfile.h405 } SF_FORMAT_INFO ; typedef
/third_party/libsnd/programs/
Dcommon.c383 { SF_FORMAT_INFO info ; in sfe_dump_format_map()