Home
last modified time | relevance | path

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

/third_party/libsnd/tests/
H A Dpeak_chunk_test.c41 static void test_float_peak (const char *filename, int filetype) ;
70 { test_float_peak ("peak_float.wav", SF_FORMAT_WAV | SF_FORMAT_FLOAT) ; in main()
71 test_float_peak ("peak_float.wavex", SF_FORMAT_WAVEX | SF_FORMAT_FLOAT) ; in main()
72 test_float_peak ("peak_float.rifx", SF_ENDIAN_BIG | SF_FORMAT_WAV | SF_FORMAT_FLOAT) ; in main()
80 { test_float_peak ("peak_float.aiff", SF_FORMAT_AIFF | SF_FORMAT_FLOAT) ; in main()
87 { test_float_peak ("peak_float.caf", SF_FORMAT_CAF | SF_FORMAT_FLOAT) ; in main()
94 { test_float_peak ("peak_float.rf64", SF_FORMAT_RF64 | SF_FORMAT_FLOAT) ; in main()
115 test_float_peak (const char *filename, int filetype) in test_float_peak() function
120 print_test_name ("test_float_peak", filename) ; in test_float_peak()
255 } /* test_float_peak */ in test_float_peak()
[all...]

Completed in 1 milliseconds