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