Home
last modified time | relevance | path

Searched refs:SF_PRIVATE (Results 1 – 25 of 103) sorted by relevance

12345

/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dcommon.h557 } SF_PRIVATE ; typedef
859 int psf_fopen (SF_PRIVATE *psf) ;
896 int au_open (SF_PRIVATE *psf) ;
897 int avr_open (SF_PRIVATE *psf) ;
898 int htk_open (SF_PRIVATE *psf) ;
903 int paf_open (SF_PRIVATE *psf) ;
904 int pvf_open (SF_PRIVATE *psf) ;
905 int raw_open (SF_PRIVATE *psf) ;
906 int sd2_open (SF_PRIVATE *psf) ;
907 int sds_open (SF_PRIVATE *psf) ;
[all …]
H A Dgsm610.c71 static int gsm610_close (SF_PRIVATE *psf) ;
78 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()
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()
433 gsm610_encode_block (SF_PRIVATE *psf, GSM610_PRIVATE *pgsm610) in gsm610_encode_block()
521 gsm610_write_i (SF_PRIVATE *psf, const int *ptr, sf_count_t len) in gsm610_write_i()
[all …]
H A Dogg.h61 int ogg_read_first_page (SF_PRIVATE *, OGG_PRIVATE *) ;
67 int ogg_write_page (SF_PRIVATE *, ogg_page *) ;
73 sf_count_t ogg_sync_ftell (SF_PRIVATE *) ;
79 sf_count_t ogg_sync_fseek (SF_PRIVATE *, sf_count_t offset, int whence) ;
94 int ogg_sync_next_page (SF_PRIVATE * psf, ogg_page *og, sf_count_t readmax, sf_count_t *offset) ;
104 sf_count_t ogg_sync_last_page_before (SF_PRIVATE *psf, OGG_PRIVATE *odata, uint64_t *gp_out, sf_cou…
113 int ogg_stream_next_page (SF_PRIVATE * psf, OGG_PRIVATE *odata) ;
121 int ogg_stream_unpack_page (SF_PRIVATE *psf, OGG_PRIVATE *odata) ;
130 int ogg_stream_seek_page_search (SF_PRIVATE *psf, OGG_PRIVATE *odata,
H A Dpcm.c122 pcm_init (SF_PRIVATE *psf) in pcm_init()
665 pcm_read_sc2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in pcm_read_sc2s()
687 pcm_read_uc2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in pcm_read_uc2s()
822 pcm_read_sc2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in pcm_read_sc2i()
844 pcm_read_uc2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in pcm_read_uc2i()
866 pcm_read_bes2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in pcm_read_bes2i()
888 pcm_read_les2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in pcm_read_les2i()
910 pcm_read_bet2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in pcm_read_bet2i()
932 pcm_read_let2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in pcm_read_let2i()
954 pcm_read_bei2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in pcm_read_bei2i()
[all …]
H A Dogg_vorbis.c83 static int vorbis_read_header (SF_PRIVATE *psf) ;
85 static int vorbis_close (SF_PRIVATE *psf) ;
87 static int vorbis_byterate (SF_PRIVATE *psf) ;
147 vorbis_read_header (SF_PRIVATE *psf) in vorbis_read_header()
408 vorbis_close (SF_PRIVATE *psf) in vorbis_close()
462 ogg_vorbis_open (SF_PRIVATE *psf) in ogg_vorbis_open()
667 vorbis_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t lens) in vorbis_read_s()
672 vorbis_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t lens) in vorbis_read_i()
868 vorbis_byterate (SF_PRIVATE *psf) in vorbis_byterate()
877 vorbis_calculate_page_duration (SF_PRIVATE *psf) in vorbis_calculate_page_duration()
[all …]
H A Dg72x.c63 static int g72x_close (SF_PRIVATE *psf) ;
71 g72x_init (SF_PRIVATE * psf) in g72x_init()
182 psf_g72x_decode_block (SF_PRIVATE *psf, G72x_PRIVATE *pg72x) in psf_g72x_decode_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()
428 psf_g72x_encode_block (SF_PRIVATE *psf, G72x_PRIVATE *pg72x) in psf_g72x_encode_block()
470 g72x_write_s (SF_PRIVATE *psf, const short *ptr, sf_count_t len) in g72x_write_s()
494 g72x_write_i (SF_PRIVATE *psf, const int *ptr, sf_count_t len) in g72x_write_i()
[all …]
H A Dvox_adpcm.c46 static sf_count_t vox_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) ;
61 codec_close (SF_PRIVATE * psf) in codec_close()
71 vox_adpcm_init (SF_PRIVATE *psf) in vox_adpcm_init()
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()
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()
340 vox_write_f (SF_PRIVATE *psf, const float *ptr, sf_count_t len) in vox_write_f()
[all …]
H A Dsds.c68 static int sds_close (SF_PRIVATE *psf) ;
86 static int sds_byterate (SF_PRIVATE * psf) ;
105 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()
[all …]
H A Dflac.c336 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_read_callback()
347 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_seek_callback()
358 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_tell_callback()
369 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_length_callback()
379 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_eof_callback()
389 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_write_callback()
439 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_meta_callback()
531 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_error_callback()
552 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_enc_seek_callback()
563 { SF_PRIVATE *psf = (SF_PRIVATE*) client_data ; in sf_flac_enc_tell_callback()
[all …]
H A Dwavlike.h329 void wavlike_msadpcm_write_adapt_coeffs (SF_PRIVATE *psf) ;
338 int wavlike_read_fmt_chunk (SF_PRIVATE *psf, int fmtsize) ;
340 void wavlike_analyze (SF_PRIVATE *psf) ;
343 int wavlike_read_bext_chunk (SF_PRIVATE *psf, uint32_t chunksize) ;
344 int wavlike_write_bext_chunk (SF_PRIVATE *psf) ;
346 int wavlike_read_cart_chunk (SF_PRIVATE *psf, uint32_t chunksize) ;
347 int wavlike_write_cart_chunk (SF_PRIVATE *psf) ;
350 void wavlike_write_strings (SF_PRIVATE *psf, int location) ;
352 int wavlike_read_peak_chunk (SF_PRIVATE * psf, size_t chunk_size) ;
353 void wavlike_write_peak_chunk (SF_PRIVATE * psf) ;
[all …]
H A Ddwvw.c64 static int dwvw_close (SF_PRIVATE *psf) ;
65 static int dwvw_byterate (SF_PRIVATE *psf) ;
79 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()
[all …]
H A Dfile_io.c90 psf_fopen (SF_PRIVATE *psf) in psf_fopen()
108 psf_fclose (SF_PRIVATE *psf) in psf_fclose()
128 psf_open_rsrc (SF_PRIVATE *psf) in psf_open_rsrc()
401 psf_ftell (SF_PRIVATE *psf) in psf_ftell()
459 psf_is_pipe (SF_PRIVATE *psf) in psf_is_pipe()
595 psf_fsync (SF_PRIVATE *psf) in psf_fsync()
618 psf_fopen (SF_PRIVATE *psf) in psf_fopen()
630 psf_fclose (SF_PRIVATE *psf) in psf_fclose()
1043 psf_ftell (SF_PRIVATE *psf) in psf_ftell()
1143 psf_fsync (SF_PRIVATE *psf) in psf_fsync()
[all …]
H A Dvoc.c72 static int voc_close (SF_PRIVATE *psf) ;
74 static int voc_read_header (SF_PRIVATE *psf) ;
84 static int voc_multi_init (SF_PRIVATE *psf, VOC_DATA *pvoc) ;
104 voc_open (SF_PRIVATE *psf) in voc_open()
157 voc_read_header (SF_PRIVATE *psf) in voc_read_header()
421 voc_write_header (SF_PRIVATE *psf, int calc_length) in voc_write_header()
530 voc_close (SF_PRIVATE *psf) in voc_close()
568 voc_multi_init (SF_PRIVATE *psf, VOC_DATA *pvoc)
597 voc_multi_read_uc2s (SF_PRIVATE *psf, short *ptr, int len)
612 voc_multi_read_uc2i (SF_PRIVATE *psf, int *ptr, int len)
[all …]
H A Dinterleave.c33 sf_count_t (*read_short) (SF_PRIVATE*, short *ptr, sf_count_t len) ;
34 sf_count_t (*read_int) (SF_PRIVATE*, int *ptr, sf_count_t len) ;
35 sf_count_t (*read_float) (SF_PRIVATE*, float *ptr, sf_count_t len) ;
36 sf_count_t (*read_double) (SF_PRIVATE*, double *ptr, sf_count_t len) ;
42 static sf_count_t interleave_read_short (SF_PRIVATE *psf, short *ptr, sf_count_t len) ;
43 static sf_count_t interleave_read_int (SF_PRIVATE *psf, int *ptr, sf_count_t len) ;
53 interleave_init (SF_PRIVATE *psf) in interleave_init()
95 interleave_read_short (SF_PRIVATE *psf, short *ptr, sf_count_t len) in interleave_read_short()
142 interleave_read_int (SF_PRIVATE *psf, int *ptr, sf_count_t len) in interleave_read_int()
189 interleave_read_float (SF_PRIVATE *psf, float *ptr, sf_count_t len) in interleave_read_float()
[all …]
H A Dima_adpcm.c65 static int ima_writer_init (SF_PRIVATE *psf, int blockalign) ;
83 static int ima_close (SF_PRIVATE *psf) ;
155 ima_close (SF_PRIVATE *psf) in ima_close()
255 aiff_ima_decode_block (SF_PRIVATE *psf, IMA_ADPCM_PRIVATE *pima) in aiff_ima_decode_block()
591 ima_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in ima_read_s()
615 ima_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in ima_read_i()
643 ima_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in ima_read_f()
674 ima_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in ima_read_d()
705 aiff_ima_seek (SF_PRIVATE *psf, int mode, sf_count_t offset) in aiff_ima_seek()
803 ima_writer_init (SF_PRIVATE *psf, int blockalign) in ima_writer_init()
[all …]
H A Ddither.c65 sf_count_t (*read_short) (SF_PRIVATE *psf, short *ptr, sf_count_t len) ;
66 sf_count_t (*read_int) (SF_PRIVATE *psf, int *ptr, sf_count_t len) ;
67 sf_count_t (*read_float) (SF_PRIVATE *psf, float *ptr, sf_count_t len) ;
68 sf_count_t (*read_double) (SF_PRIVATE *psf, double *ptr, sf_count_t len) ;
70 sf_count_t (*write_short) (SF_PRIVATE *psf, const short *ptr, sf_count_t len) ;
71 sf_count_t (*write_int) (SF_PRIVATE *psf, const int *ptr, sf_count_t len) ;
87 dither_init (SF_PRIVATE *psf, int mode) in dither_init()
216 dither_write_short (SF_PRIVATE *psf, const short *ptr, sf_count_t len) in dither_write_short()
256 dither_write_int (SF_PRIVATE *psf, const int *ptr, sf_count_t len) in dither_write_int()
302 dither_write_float (SF_PRIVATE *psf, const float *ptr, sf_count_t len) in dither_write_float()
[all …]
H A Dulaw.c27 static sf_count_t ulaw_read_ulaw2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) ;
28 static sf_count_t ulaw_read_ulaw2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) ;
38 ulaw_init (SF_PRIVATE *psf) in ulaw_init()
866 ulaw_read_ulaw2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in ulaw_read_ulaw2s()
888 ulaw_read_ulaw2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in ulaw_read_ulaw2i()
910 ulaw_read_ulaw2f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in ulaw_read_ulaw2f()
935 ulaw_read_ulaw2d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in ulaw_read_ulaw2d()
962 ulaw_write_s2ulaw (SF_PRIVATE *psf, const short *ptr, sf_count_t len) in ulaw_write_s2ulaw()
984 ulaw_write_i2ulaw (SF_PRIVATE *psf, const int *ptr, sf_count_t len) in ulaw_write_i2ulaw()
1006 ulaw_write_f2ulaw (SF_PRIVATE *psf, const float *ptr, sf_count_t len) in ulaw_write_f2ulaw()
[all …]
H A Dalaw.c27 static sf_count_t alaw_read_alaw2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) ;
28 static sf_count_t alaw_read_alaw2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) ;
49 alaw_init (SF_PRIVATE *psf) in alaw_init()
365 alaw_read_alaw2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in alaw_read_alaw2s()
387 alaw_read_alaw2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in alaw_read_alaw2i()
409 alaw_read_alaw2f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in alaw_read_alaw2f()
434 alaw_read_alaw2d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in alaw_read_alaw2d()
461 alaw_write_s2alaw (SF_PRIVATE *psf, const short *ptr, sf_count_t len) in alaw_write_s2alaw()
483 alaw_write_i2alaw (SF_PRIVATE *psf, const int *ptr, sf_count_t len) in alaw_write_i2alaw()
505 alaw_write_f2alaw (SF_PRIVATE *psf, const float *ptr, sf_count_t len) in alaw_write_f2alaw()
[all …]
H A Dpaf.c74 static int paf24_init (SF_PRIVATE *psf) ;
76 static int paf_read_header (SF_PRIVATE *psf) ;
102 paf_open (SF_PRIVATE *psf) in paf_open()
158 paf_read_header (SF_PRIVATE *psf) in paf_read_header()
341 static int paf24_close (SF_PRIVATE *psf) ;
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()
538 paf24_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in paf24_read_s()
[all …]
H A Dfloat32.c81 static int float32_get_capability (SF_PRIVATE *psf) ;
88 float32_init (SF_PRIVATE *psf) in float32_init()
409 float32_get_capability (SF_PRIVATE *psf) in float32_get_capability()
512 host_read_f2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in host_read_f2s()
543 host_read_f2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in host_read_f2i()
573 host_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in host_read_f()
600 host_read_f2d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in host_read_f2d()
753 replace_read_f2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in replace_read_f2s()
783 replace_read_f2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in replace_read_f2i()
813 replace_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in replace_read_f()
[all …]
H A Dalac.c74 static int alac_writer_init (SF_PRIVATE *psf) ;
90 static int alac_close (SF_PRIVATE *psf) ;
91 static int alac_byterate (SF_PRIVATE *psf) ;
111 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()
308 alac_writer_init (SF_PRIVATE *psf) in alac_writer_init()
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()
[all …]
H A Dxi.c51 static int xi_close (SF_PRIVATE *psf) ;
52 static int xi_write_header (SF_PRIVATE *psf, int calc_length) ;
53 static int xi_read_header (SF_PRIVATE *psf) ;
54 static int dpcm_init (SF_PRIVATE *psf) ;
64 xi_open (SF_PRIVATE *psf) in xi_open()
131 xi_close (SF_PRIVATE * UNUSED (psf)) in xi_close()
160 dpcm_init (SF_PRIVATE *psf) in dpcm_init()
218 dpcm_seek (SF_PRIVATE *psf, int mode, sf_count_t offset) in dpcm_seek()
272 xi_write_header (SF_PRIVATE *psf, int UNUSED (calc_length)) in xi_write_header()
334 xi_read_header (SF_PRIVATE *psf) in xi_read_header()
[all …]
H A Dms_adpcm.c109 static int msadpcm_close (SF_PRIVATE *psf) ;
211 msadpcm_decode_block (SF_PRIVATE *psf, MSADPCM_PRIVATE *pms) in msadpcm_decode_block()
340 msadpcm_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in msadpcm_read_s()
365 msadpcm_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in msadpcm_read_i()
395 msadpcm_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in msadpcm_read_f()
427 msadpcm_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in msadpcm_read_d()
460 msadpcm_seek (SF_PRIVATE *psf, int mode, sf_count_t offset) in msadpcm_seek()
509 wavlike_msadpcm_write_adapt_coeffs (SF_PRIVATE *psf) in wavlike_msadpcm_write_adapt_coeffs()
520 msadpcm_encode_block (SF_PRIVATE *psf, MSADPCM_PRIVATE *pms) in msadpcm_encode_block()
688 msadpcm_write_i (SF_PRIVATE *psf, const int *ptr, sf_count_t len) in msadpcm_write_i()
[all …]
H A Ddouble64.c71 static int double64_get_capability (SF_PRIVATE *psf) ;
91 double64_init (SF_PRIVATE *psf) in double64_init()
458 double64_get_capability (SF_PRIVATE *psf) in double64_get_capability()
561 host_read_d2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in host_read_d2s()
591 host_read_d2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in host_read_d2i()
621 host_read_d2f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in host_read_d2f()
647 host_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in host_read_d()
802 replace_read_d2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in replace_read_d2s()
832 replace_read_d2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in replace_read_d2i()
862 replace_read_d2f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in replace_read_d2f()
[all …]
H A Dtxw.c40 txw_open (SF_PRIVATE *psf) in txw_open()
61 static int txw_read_header (SF_PRIVATE *psf) ;
64 static sf_count_t txw_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) ;
68 static sf_count_t txw_seek (SF_PRIVATE *psf, int mode, sf_count_t offset) ;
100 txw_open (SF_PRIVATE *psf) in txw_open()
126 txw_read_header (SF_PRIVATE *psf) in txw_read_header()
238 txw_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in txw_read_s()
268 txw_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in txw_read_i()
298 txw_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in txw_read_f()
334 txw_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t len) in txw_read_d()
[all …]

12345