Lines Matching defs:filename
49 static void lcomp_test_short (const char *filename, int filetype, int chan, double margin) ;
50 static void lcomp_test_int (const char *filename, int filetype, int chan, double margin) ;
51 static void lcomp_test_float (const char *filename, int filetype, int chan, double margin) ;
52 static void lcomp_test_double (const char *filename, int filetype, int chan, double margin) ;
54 static void sdlcomp_test_short (const char *filename, int filetype, int chan, double margin) ;
55 static void sdlcomp_test_int (const char *filename, int filetype, int chan, double margin) ;
56 static void sdlcomp_test_float (const char *filename, int filetype, int chan, double margin) ;
57 static void sdlcomp_test_double (const char *filename, int filetype, int chan, double margin) ;
59 static void read_raw_test (const char *filename, int filetype, int chan) ;
649 lcomp_test_short (const char *filename, int filetype, int channels, double margin)
656 get_unique_test_name (&filename, LCT_TEST_PREFIX) ;
657 print_test_name ("lcomp_test_short", filename) ;
673 file = test_open_file_or_die (filename, SFM_WRITE, &sfinfo, SF_FALSE, __LINE__) ;
683 file = test_open_file_or_die (filename, SFM_READ, &sfinfo, SF_FALSE, __LINE__) ;
743 unlink (filename) ;
828 unlink (filename) ;
836 lcomp_test_int (const char *filename, int filetype, int channels, double margin)
844 get_unique_test_name (&filename, LCT_TEST_PREFIX) ;
845 print_test_name ("lcomp_test_int", filename) ;
871 file = test_open_file_or_die (filename, SFM_WRITE, &sfinfo, SF_FALSE, __LINE__) ;
881 file = test_open_file_or_die (filename, SFM_READ, &sfinfo, SF_FALSE, __LINE__) ;
942 unlink (filename) ;
1026 unlink (filename) ;
1034 lcomp_test_float (const char *filename, int filetype, int channels, double margin)
1042 get_unique_test_name (&filename, LCT_TEST_PREFIX) ;
1043 print_test_name ("lcomp_test_float", filename) ;
1059 file = test_open_file_or_die (filename, SFM_WRITE, &sfinfo, SF_FALSE, __LINE__) ;
1070 file = test_open_file_or_die (filename, SFM_READ, &sfinfo, SF_FALSE, __LINE__) ;
1137 unlink (filename) ;
1221 unlink (filename) ;
1229 lcomp_test_double (const char *filename, int filetype, int channels, double margin)
1237 get_unique_test_name (&filename, LCT_TEST_PREFIX) ;
1238 print_test_name ("lcomp_test_double", filename) ;
1254 file = test_open_file_or_die (filename, SFM_WRITE, &sfinfo, SF_FALSE, __LINE__) ;
1265 file = test_open_file_or_die (filename, SFM_READ, &sfinfo, SF_FALSE, __LINE__) ;
1332 unlink (filename) ;
1416 unlink (filename) ;
1425 sdlcomp_test_short (const char *filename, int filetype, int channels, double margin)
1434 get_unique_test_name (&filename, LCT_TEST_PREFIX) ;
1435 print_test_name ("sdlcomp_test_short", filename) ;
1458 if ((file = sf_open (filename, SFM_WRITE, &sfinfo)) == NULL)
1476 file = test_open_file_or_die (filename, SFM_WRITE, &sfinfo, SF_TRUE, __LINE__) ;
1481 unlink (filename) ;
1494 file = test_open_file_or_die (filename, SFM_READ, &sfinfo, SF_FALSE, __LINE__) ;
1640 unlink (filename) ;
1645 sdlcomp_test_int (const char *filename, int filetype, int channels, double margin)
1655 get_unique_test_name (&filename, LCT_TEST_PREFIX) ;
1656 print_test_name ("sdlcomp_test_int", filename) ;
1680 if ((file = sf_open (filename, SFM_WRITE, &sfinfo)) == NULL)
1698 file = test_open_file_or_die (filename, SFM_WRITE, &sfinfo, SF_TRUE, __LINE__) ;
1703 unlink (filename) ;
1716 file = test_open_file_or_die (filename, SFM_READ, &sfinfo, SF_FALSE, __LINE__) ;
1864 unlink (filename) ;
1869 sdlcomp_test_float (const char *filename, int filetype, int channels, double margin)
1879 get_unique_test_name (&filename, LCT_TEST_PREFIX) ;
1880 print_test_name ("sdlcomp_test_float", filename) ;
1927 if ((file = sf_open (filename, SFM_WRITE, &sfinfo)) == NULL)
1945 file = test_open_file_or_die (filename, SFM_WRITE, &sfinfo, SF_TRUE, __LINE__) ;
1950 unlink (filename) ;
1964 file = test_open_file_or_die (filename, SFM_READ, &sfinfo, SF_FALSE, __LINE__) ;
2111 unlink (filename) ;
2116 sdlcomp_test_double (const char *filename, int filetype, int channels, double margin)
2125 get_unique_test_name (&filename, LCT_TEST_PREFIX) ;
2126 print_test_name ("sdlcomp_test_double", filename) ;
2170 if ((file = sf_open (filename, SFM_WRITE, &sfinfo)) == NULL)
2188 file = test_open_file_or_die (filename, SFM_WRITE, &sfinfo, SF_TRUE, __LINE__) ;
2193 unlink (filename) ;
2207 file = test_open_file_or_die (filename, SFM_READ, &sfinfo, SF_FALSE, __LINE__) ;
2355 unlink (filename) ;
2360 read_raw_test (const char *filename, int filetype, int channels)
2367 get_unique_test_name (&filename, LCT_TEST_PREFIX) ;
2368 print_test_name ("read_raw_test", filename) ;
2384 file = test_open_file_or_die (filename, SFM_WRITE, &sfinfo, SF_FALSE, __LINE__) ;
2394 file = test_open_file_or_die (filename, SFM_READ, &sfinfo, SF_FALSE, __LINE__) ;
2426 unlink (filename) ;