Home
last modified time | relevance | path

Searched refs:sf_format_check (Results 1 – 17 of 17) sorted by relevance

/third_party/libsnd/examples/
Dgenerate.cs160 static extern int sf_format_check (ref SF_INFO info); in sf_format_check() method in lsndf_example
218 if ( sf_format_check(ref sfinfo) == 0 ) { in Main()
Dlist_formats.c67 if (sf_format_check (&sfinfo)) in main()
Dgenerate.c109 if (! sf_format_check (&sfinfo)) in encode_file()
/third_party/libsnd/programs/
Dsndfile-convert.c114 if (endian && sf_format_check (sfinfo)) in report_format_error_exit()
120 if (sf_format_check (sfinfo)) in report_format_error_exit()
331 if (sf_format_check (&sfinfo) == 0) in main()
/third_party/libsnd/tests/
Dformat_check_test.c116 check_is_valid = sf_format_check (&info) ; in format_combo_test()
Dpipe_test.tpl281 if (sf_format_check (&sfinfo_read) != 0)
285 if (sf_format_check (&sfinfo_read) != 0)
Dutils.tpl505 if ((res = sf_format_check (info)) != 1)
506 { printf ("\n\nLine %d : sf_format_check returned error (%d)\n\n", line_num, res) ;
Dwrite_read_test.tpl487 if (sf_format_check (&sfinfo) == 0)
1020 if (sf_format_check (&info) == SF_FALSE)
1022 if (sf_format_check (&info) == SF_FALSE)
Dheader_test.tpl387 if (sf_format_check (&sfinfo) == SF_FALSE)
Dcommand_test.c494 if (! sf_format_check (&sfinfo)) in format_tests()
/third_party/libsnd/include/
Dsndfile.h600 int sf_format_check (const SF_INFO *info);
Dsndfile.hh331 return sf_format_check (&sfinfo) ; in formatCheck()
Dsndfile.h.in636 int sf_format_check (const SF_INFO *info) ;
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfsink.c262 if (!sf_format_check (&info)) in gst_sf_sink_open_file()
/third_party/libsnd/src/
Dsndfile.c580 sf_format_check (const SF_INFO *info) in sf_format_check() function
2947 { if (sf_format_check (sfinfo) == 0) in psf_open_file()
3031 if (sf_format_check (&psf->sf) == 0) in psf_open_file()
3221 if (psf->file.mode == SFM_RDWR && sf_format_check (&psf->sf) == 0) in psf_open_file()
/third_party/libsnd/docs/
Dapi.md38 | [sf_format_check](#check) …
299 int sf_format_check (const SF_INFO *info) ;
305 sf_format_check() returns TRUE if the parameters are valid and FALSE otherwise.
Dcommand.md859 if (! sf_format_check (format_info.format | SF_FORMAT_WAV))