Home
last modified time | relevance | path

Searched defs:sndfile (Results 1 - 17 of 17) sorted by relevance

/third_party/libsnd/ossfuzz/
H A Dsndfile_alt_fuzzer.cc21 SNDFILE *sndfile = NULL ; in LLVMFuzzerTestOneInput() local
H A Dsndfile_fuzzer.cc14 SNDFILE *sndfile = NULL ; in LLVMFuzzerTestOneInput() local
H A Dsndfile_fuzz_header.h86 sf_init_file(const uint8_t *data, size_t size, SNDFILE **sndfile, VIO_DATA *vio_data, SF_VIRTUAL_IO *vio, SF_INFO *sndfile_info) sf_init_file() argument
/third_party/libsnd/tests/
H A Dformat_check_test.c100 SNDFILE * sndfile ; in format_combo_test() local
H A Draw_test.c63 { SNDFILE *sndfile ; in raw_offset_test() local
[all...]
H A Derror_test.c105 { SNDFILE *sndfile ; in no_file_test() local
123 { SNDFILE *sndfile ; in zero_length_test() local
149 { SNDFILE *sndfile ; in bad_wav_test() local
179 { SNDFILE *sndfile ; wav_list_recover_test() local
220 SNDFILE *sndfile ; error_close_test() local
266 SNDFILE *sndfile ; unrecognised_test() local
[all...]
H A Dmulti_file_test.c131 { SNDFILE *sndfile ; in multi_file_test() local
206 { SNDFILE *sndfile ; in write_file_at_end() local
[all...]
H A Dcommand_test.c706 { SNDFILE *sndfile ; in instrumet_rw_test() local
895 { SNDFILE *sndfile ; cue_rw_test() local
[all...]
/third_party/libsnd/programs/
H A Dsndfile-salvage.c99 { SNDFILE * sndfile ; in salvage_file() local
278 copy_data (int fd, SNDFILE * sndfile, int readsize) in copy_data() argument
[all...]
H A Dsndfile-play.c93 SNDFILE *sndfile ; in alsa_play() local
365 SNDFILE *sndfile ; in opensoundsys_play() local
500 SNDFILE *sndfile ; global() member
679 SNDFILE *sndfile ; sndio_play() local
738 SNDFILE *sndfile ; solaris_play() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsound-file-stream.c52 SNDFILE *sndfile; member
[all...]
/third_party/libsnd/regtest/
H A Ddatabase.c174 SNDFILE * sndfile ; in db_add_file() local
340 { SNDFILE * sndfile ; check_file_by_ekey() local
[all...]
/third_party/libsnd/examples/
H A Dgenerate.cs154 static extern int sf_error (IntPtr sndfile); in sf_error() argument
157 static extern IntPtr sf_strerror (IntPtr sndfile); in sf_strerror() argument
163 static extern sf_count_t sf_read_float (IntPtr sndfile, float[] ptr, sf_count_t items); in sf_read_float() argument
166 static extern sf_count_t sf_write_float (IntPtr sndfile, float[] ptr, sf_count_t items); in sf_write_float() argument
169 static extern int sf_close (IntPtr sndfile); in sf_close() argument
/third_party/libsnd/src/
H A Dsndfile.c521 sf_close (SNDFILE *sndfile) in sf_close() argument
530 sf_write_sync (SNDFILE *sndfile) in sf_write_sync() argument
567 sf_strerror (SNDFILE *sndfile) in sf_strerror() argument
595 sf_error (SNDFILE *sndfile) in sf_error() argument
613 sf_perror(SNDFILE *sndfile) sf_perror() argument
634 sf_error_str(SNDFILE *sndfile, char *str, size_t maxlen) sf_error_str() argument
999 sf_command(SNDFILE *sndfile, int command, void *data, int datasize) sf_command() argument
1505 sf_seek(SNDFILE *sndfile, sf_count_t offset, int whence) sf_seek() argument
1623 sf_get_string(SNDFILE *sndfile, int str_type) sf_get_string() argument
1635 sf_set_string(SNDFILE *sndfile, int str_type, const char* str) sf_set_string() argument
1647 sf_current_byterate(SNDFILE *sndfile) sf_current_byterate() argument
1700 sf_read_raw(SNDFILE *sndfile, void *ptr, sf_count_t bytes) sf_read_raw() argument
1752 sf_read_short(SNDFILE *sndfile, short *ptr, sf_count_t len) sf_read_short() argument
1807 sf_readf_short(SNDFILE *sndfile, short *ptr, sf_count_t frames) sf_readf_short() argument
1860 sf_read_int(SNDFILE *sndfile, int *ptr, sf_count_t len) sf_read_int() argument
1915 sf_readf_int(SNDFILE *sndfile, int *ptr, sf_count_t frames) sf_readf_int() argument
1968 sf_read_float(SNDFILE *sndfile, float *ptr, sf_count_t len) sf_read_float() argument
2023 sf_readf_float(SNDFILE *sndfile, float *ptr, sf_count_t frames) sf_readf_float() argument
2076 sf_read_double(SNDFILE *sndfile, double *ptr, sf_count_t len) sf_read_double() argument
2131 sf_readf_double(SNDFILE *sndfile, double *ptr, sf_count_t frames) sf_readf_double() argument
2184 sf_write_raw(SNDFILE *sndfile, const void *ptr, sf_count_t len) sf_write_raw() argument
2243 sf_write_short(SNDFILE *sndfile, const short *ptr, sf_count_t len) sf_write_short() argument
2300 sf_writef_short(SNDFILE *sndfile, const short *ptr, sf_count_t frames) sf_writef_short() argument
2355 sf_write_int(SNDFILE *sndfile, const int *ptr, sf_count_t len) sf_write_int() argument
2412 sf_writef_int(SNDFILE *sndfile, const int *ptr, sf_count_t frames) sf_writef_int() argument
2467 sf_write_float(SNDFILE *sndfile, const float *ptr, sf_count_t len) sf_write_float() argument
2524 sf_writef_float(SNDFILE *sndfile, const float *ptr, sf_count_t frames) sf_writef_float() argument
2579 sf_write_double(SNDFILE *sndfile, const double *ptr, sf_count_t len) sf_write_double() argument
2636 sf_writef_double(SNDFILE *sndfile, const double *ptr, sf_count_t frames) sf_writef_double() argument
3385 sf_set_chunk(SNDFILE * sndfile, const SF_CHUNK_INFO * chunk_info) sf_set_chunk() argument
3400 sf_get_chunk_iterator(SNDFILE * sndfile, const SF_CHUNK_INFO * chunk_info) sf_get_chunk_iterator() argument
3414 SNDFILE *sndfile = iterator ? iterator->sndfile : NULL ; sf_next_chunk_iterator() local
3427 SNDFILE *sndfile = iterator ? iterator->sndfile : NULL ; sf_get_chunk_size() local
3443 SNDFILE *sndfile = iterator ? iterator->sndfile : NULL ; sf_get_chunk_data() local
[all...]
H A Dcommon.h270 SNDFILE *sndfile ; member
/third_party/pulseaudio/src/utils/
H A Dpacat.c87 static SNDFILE* sndfile = NULL; variable
[all...]
H A Dpactl.c100 static SNDFILE *sndfile = NULL; variable
[all...]

Completed in 15 milliseconds