Lines Matching defs:psf
61 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()
340 vox_write_f (SF_PRIVATE *psf, const float *ptr, sf_count_t len) in vox_write_f()
371 vox_write_d (SF_PRIVATE *psf, const double *ptr, sf_count_t len) in vox_write_d()