Searched refs:sf_format_check (Results 1 – 17 of 17) sorted by relevance
160 static extern int sf_format_check (ref SF_INFO info); in sf_format_check() method in lsndf_example218 if ( sf_format_check(ref sfinfo) == 0 ) { in Main()
67 if (sf_format_check (&sfinfo)) in main()
109 if (! sf_format_check (&sfinfo)) in encode_file()
114 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()
116 check_is_valid = sf_format_check (&info) ; in format_combo_test()
281 if (sf_format_check (&sfinfo_read) != 0)285 if (sf_format_check (&sfinfo_read) != 0)
505 if ((res = sf_format_check (info)) != 1)506 { printf ("\n\nLine %d : sf_format_check returned error (%d)\n\n", line_num, res) ;
487 if (sf_format_check (&sfinfo) == 0)1020 if (sf_format_check (&info) == SF_FALSE)1022 if (sf_format_check (&info) == SF_FALSE)
387 if (sf_format_check (&sfinfo) == SF_FALSE)
494 if (! sf_format_check (&sfinfo)) in format_tests()
600 int sf_format_check (const SF_INFO *info);
331 return sf_format_check (&sfinfo) ; in formatCheck()
636 int sf_format_check (const SF_INFO *info) ;
262 if (!sf_format_check (&info)) in gst_sf_sink_open_file()
580 sf_format_check (const SF_INFO *info) in sf_format_check() function2947 { 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()
38 | [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.
859 if (! sf_format_check (format_info.format | SF_FORMAT_WAV))