• Home
  • Raw
  • Download

Lines Matching defs:psf

149 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()
620 vorbis_read_sample (SF_PRIVATE *psf, void *ptr, sf_count_t lens, convert_func *transfn) in vorbis_read_sample()
669 vorbis_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t lens) in vorbis_read_s()
674 vorbis_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t lens) in vorbis_read_i()
679 vorbis_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t lens) in vorbis_read_f()
684 vorbis_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t lens) in vorbis_read_d()
692 vorbis_write_samples (SF_PRIVATE *psf, OGG_PRIVATE *odata, VORBIS_PRIVATE *vdata, int in_frames) in vorbis_write_samples()
732 vorbis_write_s (SF_PRIVATE *psf, const short *ptr, sf_count_t lens) in vorbis_write_s()
749 vorbis_write_i (SF_PRIVATE *psf, const int *ptr, sf_count_t lens) in vorbis_write_i()
765 vorbis_write_f (SF_PRIVATE *psf, const float *ptr, sf_count_t lens) in vorbis_write_f()
781 vorbis_write_d (SF_PRIVATE *psf, const double *ptr, sf_count_t lens) in vorbis_write_d()
797 vorbis_skip (SF_PRIVATE *psf, uint64_t target) in vorbis_skip()
870 vorbis_seek_trysearch (SF_PRIVATE *psf, uint64_t target_gp) in vorbis_seek_trysearch()
917 vorbis_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t offset) in vorbis_seek()
957 vorbis_byterate (SF_PRIVATE *psf) in vorbis_byterate()
966 vorbis_calculate_granulepos (SF_PRIVATE *psf, uint64_t *gp_out) in vorbis_calculate_granulepos()
1051 ogg_vorbis_open (SF_PRIVATE *psf) in ogg_vorbis_open()