Home
last modified time | relevance | path

Searched refs:sf_format_check (Results 1 - 9 of 9) sorted by relevance

/third_party/libsnd/examples/
H A 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()
219 Console.WriteLine("sf_format_check failed. Invalid encoding"); in Main()
H A Dlist_formats.c67 if (sf_format_check (&sfinfo)) in main()
H A Dgenerate.c109 if (! sf_format_check (&sfinfo)) in encode_file()
/third_party/libsnd/programs/
H A 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/
H A Dformat_check_test.c116 check_is_valid = sf_format_check (&info) ; in format_combo_test()
H A Dcommand_test.c494 if (! sf_format_check (&sfinfo)) in format_tests()
495 { printf ("\n\nLine %d: sf_format_check failed.\n", __LINE__) ; in format_tests()
/third_party/libsnd/include/
H A Dsndfile.h655 int sf_format_check (const SF_INFO *info) ;
H A Dsndfile.hh333 return sf_format_check (&sfinfo) ; in formatCheck()
/third_party/libsnd/src/
H A Dsndfile.c657 sf_format_check (const SF_INFO *info) in sf_format_check() function
979 } /* sf_format_check */ in sf_format_check()
3036 { if (sf_format_check (sfinfo) == 0) in psf_open_file()
3120 if (sf_format_check (&psf->sf) == 0) in psf_open_file()
3315 if (psf->file.mode == SFM_RDWR && sf_format_check (&psf->sf) == 0) in psf_open_file()

Completed in 13 milliseconds