Lines Matching defs:frames
160 if (psf->sf.frames <= 0)
161 psf->sf.frames = (psf->blockwidth) ? psf->filelength / psf->blockwidth : psf->filelength ;
297 { sf_count_t frames ;
299 psf_binheader_readf (psf, "e8", &frames) ;
300 psf_log_printf (psf, "fact : %D\n frames : %D\n",
301 chunk_size, frames) ;
391 psf->sf.frames = (psf->filelength - psf->dataoffset) / psf->blockwidth ;
393 psf->sf.frames = psf->datalength / psf->blockwidth ;
454 psf->sf.frames = psf->datalength / (psf->bytewidth * psf->sf.channels) ;
616 psf_binheader_writef (psf, "eh88", BHWh (fact_MARKER16), BHW8 ((sf_count_t) (16 + 8 + 8)), BHW8 (psf->sf.frames)) ;