• Home
  • Raw
  • Download

Lines Matching defs:sndfile

521 sf_close	(SNDFILE *sndfile)  in sf_close()
530 sf_write_sync (SNDFILE *sndfile) in sf_write_sync()
567 sf_strerror (SNDFILE *sndfile) in sf_strerror()
595 sf_error (SNDFILE *sndfile) in sf_error()
613 sf_perror (SNDFILE *sndfile) in sf_perror()
634 sf_error_str (SNDFILE *sndfile, char *str, size_t maxlen) in sf_error_str()
999 sf_command (SNDFILE *sndfile, int command, void *data, int datasize) in sf_command()
1505 sf_seek (SNDFILE *sndfile, sf_count_t offset, int whence) in sf_seek()
1623 sf_get_string (SNDFILE *sndfile, int str_type) in sf_get_string()
1635 sf_set_string (SNDFILE *sndfile, int str_type, const char* str) in sf_set_string()
1647 sf_current_byterate (SNDFILE *sndfile) in sf_current_byterate()
1700 sf_read_raw (SNDFILE *sndfile, void *ptr, sf_count_t bytes) in sf_read_raw()
1752 sf_read_short (SNDFILE *sndfile, short *ptr, sf_count_t len) in sf_read_short()
1807 sf_readf_short (SNDFILE *sndfile, short *ptr, sf_count_t frames) in sf_readf_short()
1860 sf_read_int (SNDFILE *sndfile, int *ptr, sf_count_t len) in sf_read_int()
1915 sf_readf_int (SNDFILE *sndfile, int *ptr, sf_count_t frames) in sf_readf_int()
1968 sf_read_float (SNDFILE *sndfile, float *ptr, sf_count_t len) in sf_read_float()
2023 sf_readf_float (SNDFILE *sndfile, float *ptr, sf_count_t frames) in sf_readf_float()
2076 sf_read_double (SNDFILE *sndfile, double *ptr, sf_count_t len) in sf_read_double()
2131 sf_readf_double (SNDFILE *sndfile, double *ptr, sf_count_t frames) in sf_readf_double()
2184 sf_write_raw (SNDFILE *sndfile, const void *ptr, sf_count_t len) in sf_write_raw()
2243 sf_write_short (SNDFILE *sndfile, const short *ptr, sf_count_t len) in sf_write_short()
2300 sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames) in sf_writef_short()
2355 sf_write_int (SNDFILE *sndfile, const int *ptr, sf_count_t len) in sf_write_int()
2412 sf_writef_int (SNDFILE *sndfile, const int *ptr, sf_count_t frames) in sf_writef_int()
2467 sf_write_float (SNDFILE *sndfile, const float *ptr, sf_count_t len) in sf_write_float()
2524 sf_writef_float (SNDFILE *sndfile, const float *ptr, sf_count_t frames) in sf_writef_float()
2579 sf_write_double (SNDFILE *sndfile, const double *ptr, sf_count_t len) in sf_write_double()
2636 sf_writef_double (SNDFILE *sndfile, const double *ptr, sf_count_t frames) in sf_writef_double()
3385 sf_set_chunk (SNDFILE * sndfile, const SF_CHUNK_INFO * chunk_info) in sf_set_chunk()
3400 sf_get_chunk_iterator (SNDFILE * sndfile, const SF_CHUNK_INFO * chunk_info) in sf_get_chunk_iterator()
3414 SNDFILE *sndfile = iterator ? iterator->sndfile : NULL ; in sf_next_chunk_iterator() local
3427 SNDFILE *sndfile = iterator ? iterator->sndfile : NULL ; in sf_get_chunk_size() local
3443 SNDFILE *sndfile = iterator ? iterator->sndfile : NULL ; in sf_get_chunk_data() local