Lines Matching defs:samplecount
35 int blockcount, samplecount ;
164 if (pima->samplecount && pima->samplecount < pima->samplesperblock)
269 pima->samplecount = 0 ;
385 pima->samplecount = 0 ;
397 pima->samplecount = 0 ;
564 pima->samplecount = 0 ;
575 { if (pima->blockcount >= pima->blocks && pima->samplecount >= pima->samplesperblock)
580 if (pima->samplecount >= pima->samplesperblock)
583 count = (pima->samplesperblock - pima->samplecount) * pima->channels ;
586 memcpy (&(ptr [indx]), &(pima->samples [pima->samplecount * pima->channels]), count * sizeof (short)) ;
588 pima->samplecount += count / pima->channels ;
727 pima->samplecount = 0 ;
744 pima->samplecount = newsample ;
776 pima->samplecount = 0 ;
792 pima->samplecount = newsample ;
845 pima->samplecount = 0 ;
878 { count = (pima->samplesperblock - pima->samplecount) * pima->channels ;
883 memcpy (&(pima->samples [pima->samplecount * pima->channels]), &(ptr [total]), count * sizeof (short)) ;
885 pima->samplecount += count / pima->channels ;
888 if (pima->samplecount >= pima->samplesperblock)