Searched refs:sfe_copy_data_fp (Results 1 - 3 of 3) sorted by relevance
/third_party/libsnd/programs/ |
H A D | common.h | 70 int sfe_copy_data_fp (SNDFILE *outfile, SNDFILE *infile, int channels, int normalize) ;
|
H A D | common.c | 50 sfe_copy_data_fp (SNDFILE *outfile, SNDFILE *infile, int channels, int normalize) in sfe_copy_data_fp() function 83 } /* sfe_copy_data_fp */ in sfe_copy_data_fp() 275 { if (sfe_copy_data_fp (outfile, infile, sfinfo.channels, SF_FALSE) != 0) in sfe_apply_metadata_changes()
|
H A D | sndfile-convert.c | 361 { if (sfe_copy_data_fp (outfile, infile, sfinfo.channels, normalize) != 0) in main()
|
Completed in 3 milliseconds