Lines Matching refs:frames
207 psf->sf.frames = 0 ;
457 psf_binheader_readf (psf, "4", & (fact_chunk.frames)) ;
467 psf_log_printf (psf, " frames : %d\n", fact_chunk.frames) ;
696 psf->sf.frames = (psf->filelength - psf->dataoffset) / psf->blockwidth ;
698 psf->sf.frames = psf->datalength / psf->blockwidth ;
768 psf->sf.frames = fact_chunk.frames ;
1012 psf_binheader_writef (psf, "tm48", BHWm (fact_MARKER), BHW4 (4), BHW8 (psf->sf.frames)) ;
1134 psf_binheader_writef (psf, "tm48", BHWm (fact_MARKER), BHW4 (4), BHW8 (psf->sf.frames)) ;
1158 psf->datalength = psf->sf.frames * psf->bytewidth * psf->sf.channels ;
1290 { psf->datalength = psf->sf.frames * psf->bytewidth * psf->sf.channels ;