Home
last modified time | relevance | path

Searched refs:sfe_copy_data_fp (Results 1 – 3 of 3) sorted by relevance

/third_party/libsnd/programs/
Dcommon.h70 int sfe_copy_data_fp (SNDFILE *outfile, SNDFILE *infile, int channels, int normalize) ;
Dcommon.c50 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()
Dsndfile-convert.c358 { if (sfe_copy_data_fp (outfile, infile, sfinfo.channels, normalize) != 0) in main()