Lines Matching defs:frames
52 int frames ; /* sample length in bytes or words (see rez) */
149 psf_binheader_readf (psf, "E4444", &hdr.srate, &hdr.frames, &hdr.lbeg, &hdr.lend) ;
151 psf->sf.frames = hdr.frames ;
154 psf_log_printf (psf, " Frames : %D\n", psf->sf.frames) ;
165 psf->datalength = hdr.frames * (hdr.rez / 8) ;
175 if (psf->sf.frames == 0 && psf->blockwidth)
176 psf->sf.frames = (psf->filelength - psf->dataoffset) / psf->blockwidth ;
198 psf->sf.frames = psf->datalength / (psf->bytewidth * psf->sf.channels) ;
218 psf_binheader_writef (psf, "E4444", BHW4 (psf->sf.samplerate), BHW4 (psf->sf.frames), BHW4 (0), BHW4 (0)) ;