Home
last modified time | relevance | path

Searched defs:psf (Results 1 – 25 of 74) sorted by relevance

123

/third_party/libsnd/src/
Dfile_io.c80 psf_copy_filename (SF_PRIVATE *psf, const char *path) in psf_copy_filename()
118 psf_fopen (SF_PRIVATE *psf) in psf_fopen()
136 psf_fclose (SF_PRIVATE *psf) in psf_fclose()
156 psf_open_rsrc (SF_PRIVATE *psf) in psf_open_rsrc()
217 psf_get_filelen (SF_PRIVATE *psf) in psf_get_filelen()
262 psf_close_rsrc (SF_PRIVATE *psf) in psf_close_rsrc()
269 psf_set_stdio (SF_PRIVATE *psf) in psf_set_stdio()
295 psf_set_file (SF_PRIVATE *psf, int fd) in psf_set_file()
300 psf_file_valid (SF_PRIVATE *psf) in psf_file_valid()
305 psf_fseek (SF_PRIVATE *psf, sf_count_t offset, int whence) in psf_fseek()
[all …]
Dsndfile.c349 { SF_PRIVATE *psf ; in sf_open() local
441 { SF_PRIVATE *psf ; in sf_open_fd() local
477 { SF_PRIVATE *psf ; in sf_open_virtual() local
522 { SF_PRIVATE *psf ; in sf_close() local
531 { SF_PRIVATE *psf ; in sf_write_sync() local
568 { SF_PRIVATE *psf = NULL ; in sf_strerror() local
596 { SF_PRIVATE *psf ; in sf_error() local
614 { SF_PRIVATE *psf ; in sf_perror() local
635 { SF_PRIVATE *psf ; in sf_error_str() local
1000 { SF_PRIVATE *psf = (SF_PRIVATE *) sndfile ; in sf_command() local
[all …]
Dmpeg.c37 mpeg_write_header (SF_PRIVATE *psf, int UNUSED (calc_length)) in mpeg_write_header()
46 mpeg_command (SF_PRIVATE *psf, int command, void *data, int datasize) in mpeg_command()
91 mpeg_init (SF_PRIVATE *psf, int bitrate_mode, int write_metadata) in mpeg_init()
130 mpeg_open (SF_PRIVATE *psf) in mpeg_open()
152 mpeg_init (SF_PRIVATE *psf, int UNUSED (bitrate_mode) , int UNUSED (write_metadata)) in mpeg_init()
159 mpeg_open (SF_PRIVATE *psf) in mpeg_open()
Dmpeg_decode.c48 { SF_PRIVATE *psf = (SF_PRIVATE *) priv ; in mpeg_dec_io_read() local
64 { SF_PRIVATE *psf = (SF_PRIVATE *) priv ; in mpeg_dec_io_lseek() local
70 mpeg_dec_close (SF_PRIVATE *psf) in mpeg_dec_close()
87 mpeg_dec_decode (SF_PRIVATE *psf, float *ptr, sf_count_t len) in mpeg_dec_decode()
107 mpeg_dec_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in mpeg_dec_read_s()
126 mpeg_dec_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in mpeg_dec_read_i()
145 mpeg_dec_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in mpeg_dec_read_f()
168 mpeg_dec_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in mpeg_dec_read_d()
188 mpeg_dec_seek (SF_PRIVATE *psf, int mode, sf_count_t count) in mpeg_dec_seek()
239 mpeg_dec_print_frameinfo (SF_PRIVATE *psf, const struct mpg123_frameinfo *fi) in mpeg_dec_print_frameinfo()
[all …]
Dogg_vorbis.c149 vorbis_read_header (SF_PRIVATE *psf) in vorbis_read_header()
310 vorbis_write_header (SF_PRIVATE *psf, int UNUSED (calc_length)) in vorbis_write_header()
402 vorbis_close (SF_PRIVATE *psf) in vorbis_close()
456 ogg_vorbis_open (SF_PRIVATE *psf) in ogg_vorbis_open()
513 vorbis_command (SF_PRIVATE *psf, int command, void * data, int datasize) in vorbis_command()
548 vorbis_rnull (SF_PRIVATE *UNUSED (psf), int samples, void *UNUSED (vptr), int UNUSED (off) , int ch… in vorbis_rnull()
554 vorbis_rshort (SF_PRIVATE *psf, int samples, void *vptr, int off, int channels, float **pcm) in vorbis_rshort()
575 vorbis_rint (SF_PRIVATE *psf, int samples, void *vptr, int off, int channels, float **pcm) in vorbis_rint()
597 vorbis_rfloat (SF_PRIVATE *UNUSED (psf), int samples, void *vptr, int off, int channels, float **pc… in vorbis_rfloat()
608 vorbis_rdouble (SF_PRIVATE *UNUSED (psf), int samples, void *vptr, int off, int channels, float **p… in vorbis_rdouble()
[all …]
Dmpeg_l3_encode.c71 mpeg_l3_encoder_init (SF_PRIVATE *psf, int info_tag) in mpeg_l3_encoder_init()
126 mpeg_l3_encoder_write_id3tag (SF_PRIVATE *psf) in mpeg_l3_encoder_write_id3tag()
194 mpeg_l3_encoder_set_quality (SF_PRIVATE *psf, double compression) in mpeg_l3_encoder_set_quality()
242 mpeg_l3_encoder_set_bitrate_mode (SF_PRIVATE *psf, int mode) in mpeg_l3_encoder_set_bitrate_mode()
270 mpeg_l3_encoder_get_bitrate_mode (SF_PRIVATE *psf) in mpeg_l3_encoder_get_bitrate_mode()
294 mpeg_l3_encoder_close (SF_PRIVATE *psf) in mpeg_l3_encoder_close()
357 mpeg_l3_encoder_log_config (SF_PRIVATE *psf, lame_t lamef) in mpeg_l3_encoder_log_config()
404 mpeg_l3_encoder_construct (SF_PRIVATE *psf) in mpeg_l3_encoder_construct()
437 mpeg_l3_encoder_byterate (SF_PRIVATE *psf) in mpeg_l3_encoder_byterate()
462 mpeg_l3_encode_write_short_mono (SF_PRIVATE *psf, const short *ptr, sf_count_t len) in mpeg_l3_encode_write_short_mono()
[all …]
Dtest_file_io.c61 { SF_PRIVATE sf_data, *psf ; in file_open_test() local
117 SF_PRIVATE sf_data, *psf ; in file_read_write_test() local
270 { SF_PRIVATE sf_data, *psf ; in file_truncate_test() local
332 { SF_PRIVATE sf_data, *psf ; in file_seek_with_offset_test() local
371 test_open_or_die (SF_PRIVATE *psf, int linenum) in test_open_or_die()
384 test_close_or_die (SF_PRIVATE *psf, int linenum) in test_close_or_die()
395 test_write_or_die (SF_PRIVATE *psf, void *data, sf_count_t bytes, sf_count_t items, sf_count_t new_… in test_write_or_die()
413 test_read_or_die (SF_PRIVATE *psf, void *data, sf_count_t bytes, sf_count_t items, sf_count_t new_p… in test_read_or_die()
431 test_seek_or_die (SF_PRIVATE *psf, sf_count_t offset, int whence, sf_count_t new_position, int line… in test_seek_or_die()
445 test_tell_or_die (SF_PRIVATE *psf, sf_count_t expected_position, int linenum) in test_tell_or_die()
Dsds.c105 sds_open (SF_PRIVATE *psf) in sds_open()
149 sds_close (SF_PRIVATE *psf) in sds_close()
171 sds_init (SF_PRIVATE *psf, SDS_PRIVATE *psds) in sds_init()
213 sds_read_header (SF_PRIVATE *psf, SDS_PRIVATE *psds) in sds_read_header()
337 sds_write_header (SF_PRIVATE *psf, int calc_length) in sds_write_header()
421 sds_2byte_read (SF_PRIVATE *psf, SDS_PRIVATE *psds) in sds_2byte_read()
465 sds_3byte_read (SF_PRIVATE *psf, SDS_PRIVATE *psds) in sds_3byte_read()
509 sds_4byte_read (SF_PRIVATE *psf, SDS_PRIVATE *psds) in sds_4byte_read()
554 sds_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in sds_read_s()
580 sds_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in sds_read_i()
[all …]
Dgsm610.c78 gsm610_init (SF_PRIVATE *psf) in gsm610_init()
190 gsm610_wav_decode_block (SF_PRIVATE *psf, GSM610_PRIVATE *pgsm610) in gsm610_wav_decode_block()
218 gsm610_decode_block (SF_PRIVATE *psf, GSM610_PRIVATE *pgsm610) in gsm610_decode_block()
241 gsm610_read_block (SF_PRIVATE *psf, GSM610_PRIVATE *pgsm610, short *ptr, int len) in gsm610_read_block()
266 gsm610_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in gsm610_read_s()
291 gsm610_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in gsm610_read_i()
317 gsm610_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in gsm610_read_f()
346 gsm610_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in gsm610_read_d()
375 gsm610_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t offset) in gsm610_seek()
433 gsm610_encode_block (SF_PRIVATE *psf, GSM610_PRIVATE *pgsm610) in gsm610_encode_block()
[all …]
Dogg.c149 ogg_read_first_page (SF_PRIVATE *psf, OGG_PRIVATE *odata) in ogg_read_first_page()
213 ogg_write_page (SF_PRIVATE *psf, ogg_page *page) in ogg_write_page()
223 ogg_sync_ftell (SF_PRIVATE *psf) in ogg_sync_ftell()
242 ogg_sync_fseek (SF_PRIVATE *psf, sf_count_t offset, int whence) in ogg_sync_fseek()
257 ogg_sync_next_page (SF_PRIVATE * psf, ogg_page *og, sf_count_t readmax, sf_count_t *offset) in ogg_sync_next_page()
315 ogg_stream_next_page (SF_PRIVATE *psf, OGG_PRIVATE *odata) in ogg_stream_next_page()
346 ogg_stream_unpack_page (SF_PRIVATE *psf, OGG_PRIVATE *odata) in ogg_stream_unpack_page()
408 ogg_sync_last_page_before (SF_PRIVATE *psf, OGG_PRIVATE *odata, uint64_t *gp_out, sf_count_t offset… in ogg_sync_last_page_before()
456 ogg_stream_seek_page_search (SF_PRIVATE *psf, OGG_PRIVATE *odata, in ogg_stream_seek_page_search()
712 ogg_open (SF_PRIVATE *psf) in ogg_open()
[all …]
Dogg_opus.c324 ogg_opus_open (SF_PRIVATE *psf) in ogg_opus_open()
386 ogg_opus_close (SF_PRIVATE *psf) in ogg_opus_close()
422 opus_print_header (SF_PRIVATE *psf, OpusHeader *h) in opus_print_header()
449 opus_read_header_packet (SF_PRIVATE *psf, OpusHeader *h, ogg_packet *opacket) in opus_read_header_packet()
526 ogg_opus_read_header (SF_PRIVATE *psf) in ogg_opus_read_header()
562 ogg_opus_setup_decoder (SF_PRIVATE *psf, int input_samplerate) in ogg_opus_setup_decoder()
650 ogg_opus_setup_encoder (SF_PRIVATE *psf, OGG_PRIVATE *odata, OPUS_PRIVATE *oopus) in ogg_opus_setup_encoder()
762 ogg_opus_write_header (SF_PRIVATE *psf, int UNUSED (calc_length)) in ogg_opus_write_header()
867 ogg_opus_flush (SF_PRIVATE *psf) in ogg_opus_flush()
953 ogg_opus_unpack_next_page (SF_PRIVATE *psf, OGG_PRIVATE *odata, OPUS_PRIVATE *oopus) in ogg_opus_unpack_next_page()
[all …]
Dwavlike.c124 wavlike_read_fmt_chunk (SF_PRIVATE *psf, int fmtsize) in wavlike_read_fmt_chunk()
487 wavlike_write_guid (SF_PRIVATE *psf, const EXT_SUBFORMAT * subformat) in wavlike_write_guid()
523 wavlike_analyze (SF_PRIVATE *psf) in wavlike_analyze()
737 wavlike_read_bext_chunk (SF_PRIVATE *psf, uint32_t chunksize) in wavlike_read_bext_chunk()
803 wavlike_write_bext_chunk (SF_PRIVATE *psf) in wavlike_write_bext_chunk()
836 wavlike_read_cart_chunk (SF_PRIVATE *psf, uint32_t chunksize) in wavlike_read_cart_chunk()
912 wavlike_write_cart_chunk (SF_PRIVATE *psf) in wavlike_write_cart_chunk()
955 wavlike_subchunk_parse (SF_PRIVATE *psf, int chunk, uint32_t chunk_length) in wavlike_subchunk_parse()
1141 wavlike_write_strings (SF_PRIVATE *psf, int location) in wavlike_write_strings()
1207 wavlike_read_peak_chunk (SF_PRIVATE * psf, size_t chunk_size) in wavlike_read_peak_chunk()
[all …]
Drf64.c86 rf64_open (SF_PRIVATE *psf) in rf64_open()
179 rf64_read_header (SF_PRIVATE *psf, int *blockalign, int *framesperblock) in rf64_read_header()
524 rf64_write_fmt_chunk (SF_PRIVATE *psf) in rf64_write_fmt_chunk()
637 rf64_write_header (SF_PRIVATE *psf, int calc_length) in rf64_write_header()
774 rf64_write_tailer (SF_PRIVATE *psf) in rf64_write_tailer()
804 rf64_close (SF_PRIVATE *psf) in rf64_close()
815 rf64_command (SF_PRIVATE *psf, int command, void * UNUSED (data), int datasize) in rf64_command()
853 rf64_set_chunk (SF_PRIVATE *psf, const SF_CHUNK_INFO * chunk_info) in rf64_set_chunk()
858 rf64_next_chunk_iterator (SF_PRIVATE *psf, SF_CHUNK_ITERATOR * iterator) in rf64_next_chunk_iterator()
863 rf64_get_chunk_size (SF_PRIVATE *psf, const SF_CHUNK_ITERATOR * iterator, SF_CHUNK_INFO * chunk_inf… in rf64_get_chunk_size()
[all …]
Dg72x.c71 g72x_init (SF_PRIVATE * psf) in g72x_init()
182 psf_g72x_decode_block (SF_PRIVATE *psf, G72x_PRIVATE *pg72x) in psf_g72x_decode_block()
203 g72x_read_block (SF_PRIVATE *psf, G72x_PRIVATE *pg72x, short *ptr, int len) in g72x_read_block()
228 g72x_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in g72x_read_s()
253 g72x_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in g72x_read_i()
283 g72x_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in g72x_read_f()
315 g72x_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in g72x_read_d()
347 g72x_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t UNUSED (offset)) in g72x_seek()
428 psf_g72x_encode_block (SF_PRIVATE *psf, G72x_PRIVATE *pg72x) in psf_g72x_encode_block()
448 g72x_write_block (SF_PRIVATE *psf, G72x_PRIVATE *pg72x, const short *ptr, int len) in g72x_write_block()
[all …]
Dogg_pcm.c56 ogg_pcm_open (SF_PRIVATE *psf) in ogg_pcm_open()
129 opcm_read_header (SF_PRIVATE * UNUSED (psf)) in opcm_read_header()
135 opcm_close (SF_PRIVATE * UNUSED (psf)) in opcm_close()
161 ogg_pcm_open (SF_PRIVATE *psf) in ogg_pcm_open()
Dvox_adpcm.c61 codec_close (SF_PRIVATE * psf) in codec_close()
71 vox_adpcm_init (SF_PRIVATE *psf) in vox_adpcm_init()
125 vox_read_block (SF_PRIVATE *psf, IMA_OKI_ADPCM *pvox, short *ptr, int len) in vox_read_block()
151 vox_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in vox_read_s()
175 vox_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in vox_read_i()
203 vox_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in vox_read_f()
234 vox_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in vox_read_d()
268 vox_write_block (SF_PRIVATE *psf, IMA_OKI_ADPCM *pvox, const short *ptr, int len) in vox_write_block()
288 vox_write_s (SF_PRIVATE *psf, const short *ptr, sf_count_t len) in vox_write_s()
312 vox_write_i (SF_PRIVATE *psf, const int *ptr, sf_count_t len) in vox_write_i()
[all …]
Dpaf.c102 paf_open (SF_PRIVATE *psf) in paf_open()
158 paf_read_header (SF_PRIVATE *psf) in paf_read_header()
275 paf_write_header (SF_PRIVATE *psf, int UNUSED (calc_length)) in paf_write_header()
345 paf24_init (SF_PRIVATE *psf) in paf24_init()
412 paf24_seek (SF_PRIVATE *psf, int mode, sf_count_t offset) in paf24_seek()
464 paf24_close (SF_PRIVATE *psf) in paf24_close()
483 paf24_read_block (SF_PRIVATE *psf, PAF24_PRIVATE *ppaf24) in paf24_read_block()
514 paf24_read (SF_PRIVATE *psf, PAF24_PRIVATE *ppaf24, int *ptr, int len) in paf24_read()
538 paf24_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in paf24_read_s()
563 paf24_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in paf24_read_i()
[all …]
Dpvf.c50 pvf_open (SF_PRIVATE *psf) in pvf_open()
94 pvf_close (SF_PRIVATE * UNUSED (psf)) in pvf_close()
100 pvf_write_header (SF_PRIVATE *psf, int UNUSED (calc_length)) in pvf_write_header()
135 pvf_read_header (SF_PRIVATE *psf) in pvf_read_header()
Dhtk.c51 htk_open (SF_PRIVATE *psf) in htk_open()
96 htk_close (SF_PRIVATE *psf) in htk_close()
105 htk_write_header (SF_PRIVATE *psf, int calc_length) in htk_write_header()
186 htk_read_header (SF_PRIVATE *psf) in htk_read_header()
Dflac.c175 flac_buffer_copy (SF_PRIVATE *psf) in flac_buffer_copy()
345 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_read_callback() local
356 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_seek_callback() local
367 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_tell_callback() local
378 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_length_callback() local
388 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_eof_callback() local
398 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_write_callback() local
412 sf_flac_meta_get_vorbiscomments (SF_PRIVATE *psf, const FLAC__StreamMetadata *metadata) in sf_flac_meta_get_vorbiscomments()
448 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_meta_callback() local
540 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_error_callback() local
[all …]
Ddwvw.c79 dwvw_init (SF_PRIVATE *psf, int bitwidth) in dwvw_init()
130 dwvw_close (SF_PRIVATE *psf) in dwvw_close()
154 dwvw_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t offset) in dwvw_seek()
175 dwvw_byterate (SF_PRIVATE *psf) in dwvw_byterate()
187 dwvw_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in dwvw_read_s()
216 dwvw_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in dwvw_read_i()
241 dwvw_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in dwvw_read_f()
273 dwvw_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in dwvw_read_d()
305 dwvw_decode_data (SF_PRIVATE *psf, DWVW_PRIVATE *pdwvw, int *ptr, int len) in dwvw_decode_data()
362 dwvw_decode_load_bits (SF_PRIVATE *psf, DWVW_PRIVATE *pdwvw, int bit_count) in dwvw_decode_load_bits()
[all …]
Dima_adpcm.c108 wavlike_ima_init (SF_PRIVATE *psf, int blockalign, int samplesperblock) in wavlike_ima_init()
134 aiff_ima_init (SF_PRIVATE *psf, int blockalign, int samplesperblock) in aiff_ima_init()
155 ima_close (SF_PRIVATE *psf) in ima_close()
178 ima_reader_init (SF_PRIVATE *psf, int blockalign, int samplesperblock) in ima_reader_init()
260 aiff_ima_decode_block (SF_PRIVATE *psf, IMA_ADPCM_PRIVATE *pima) in aiff_ima_decode_block()
329 aiff_ima_encode_block (SF_PRIVATE *psf, IMA_ADPCM_PRIVATE *pima) in aiff_ima_encode_block()
392 wavlike_ima_decode_block (SF_PRIVATE *psf, IMA_ADPCM_PRIVATE *pima) in wavlike_ima_decode_block()
483 wavlike_ima_encode_block (SF_PRIVATE *psf, IMA_ADPCM_PRIVATE *pima) in wavlike_ima_encode_block()
571 ima_read_block (SF_PRIVATE *psf, IMA_ADPCM_PRIVATE *pima, short *ptr, int len) in ima_read_block()
596 ima_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in ima_read_s()
[all …]
Dms_adpcm.c118 wavlike_msadpcm_init (SF_PRIVATE *psf, int blockalign, int samplesperblock) in wavlike_msadpcm_init()
204 msadpcm_get_bpred (SF_PRIVATE *psf, MSADPCM_PRIVATE *pms, unsigned char value) in msadpcm_get_bpred()
217 msadpcm_decode_block (SF_PRIVATE *psf, MSADPCM_PRIVATE *pms) in msadpcm_decode_block()
320 msadpcm_read_block (SF_PRIVATE *psf, MSADPCM_PRIVATE *pms, short *ptr, int len) in msadpcm_read_block()
346 msadpcm_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in msadpcm_read_s()
371 msadpcm_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in msadpcm_read_i()
401 msadpcm_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in msadpcm_read_f()
433 msadpcm_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in msadpcm_read_d()
466 msadpcm_seek (SF_PRIVATE *psf, int mode, sf_count_t offset) in msadpcm_seek()
515 wavlike_msadpcm_write_adapt_coeffs (SF_PRIVATE *psf) in wavlike_msadpcm_write_adapt_coeffs()
[all …]
Dmpc2k.c63 mpc2k_open (SF_PRIVATE *psf) in mpc2k_open()
94 mpc2k_close (SF_PRIVATE *psf) in mpc2k_close()
103 mpc2k_write_header (SF_PRIVATE *psf, int calc_length) in mpc2k_write_header()
157 mpc2k_read_header (SF_PRIVATE *psf) in mpc2k_read_header()
Dalac.c111 alac_init (SF_PRIVATE *psf, const ALAC_DECODER_INFO * info) in alac_init()
165 alac_close (SF_PRIVATE *psf) in alac_close()
224 alac_byterate (SF_PRIVATE *psf) in alac_byterate()
237 alac_reader_init (SF_PRIVATE *psf, const ALAC_DECODER_INFO * info) in alac_reader_init()
308 alac_writer_init (SF_PRIVATE *psf) in alac_writer_init()
377 alac_reader_calc_frames (SF_PRIVATE *psf, ALAC_PRIVATE *plac) in alac_reader_calc_frames()
404 alac_decode_block (SF_PRIVATE *psf, ALAC_PRIVATE *plac) in alac_decode_block()
460 alac_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in alac_read_s()
490 alac_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in alac_read_i()
520 alac_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in alac_read_f()
[all …]

123