Searched refs:sfe_copy_data_int (Results 1 – 4 of 4) sorted by relevance
/third_party/libsnd/examples/ |
D | sndfile-loopify.c | 56 static void sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) ; 115 sfe_copy_data_int (outfile, infile, in_sfinfo.channels) ; in main() 138 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int() function
|
/third_party/libsnd/programs/ |
D | common.h | 72 void sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) ;
|
D | common.c | 86 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int() function 281 sfe_copy_data_int (outfile, infile, sfinfo.channels) ; in sfe_apply_metadata_changes()
|
D | sndfile-convert.c | 364 sfe_copy_data_int (outfile, infile, sfinfo.channels) ; in main()
|