Lines Matching defs:frames
380 { sf_count_t frames ; /* Used to be called samples. Changed to avoid confusion. */
676 sf_count_t sf_seek (SNDFILE *sndfile, sf_count_t frames, int whence) ;
716 /* Functions for reading and writing the data chunk in terms of frames.
717 ** The number of items actually read/written = frames * number of channels.
723 ** All of these read/write function return number of frames read/written.
726 sf_count_t sf_readf_short (SNDFILE *sndfile, short *ptr, sf_count_t frames) ;
727 sf_count_t sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames) ;
729 sf_count_t sf_readf_int (SNDFILE *sndfile, int *ptr, sf_count_t frames) ;
730 sf_count_t sf_writef_int (SNDFILE *sndfile, const int *ptr, sf_count_t frames) ;
732 sf_count_t sf_readf_float (SNDFILE *sndfile, float *ptr, sf_count_t frames) ;
733 sf_count_t sf_writef_float (SNDFILE *sndfile, const float *ptr, sf_count_t frames) ;
735 sf_count_t sf_readf_double (SNDFILE *sndfile, double *ptr, sf_count_t frames) ;
736 sf_count_t sf_writef_double (SNDFILE *sndfile, const double *ptr, sf_count_t frames) ;