Home
last modified time | relevance | path

Searched refs:nrOfInSamplesRead (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsilence.c329 nrOfInSamplesRead, nrOfOutSamplesWritten; /* non-wide samples */ in sox_silence_flow() local
331 nrOfInSamplesRead = 0; in sox_silence_flow()
345 nrOfTicks = min((*isamp-nrOfInSamplesRead), in sox_silence_flow()
367 nrOfInSamplesRead++; in sox_silence_flow()
394 nrOfInSamplesRead += effp->in_signal.channels; in sox_silence_flow()
463 nrOfTicks = min((*isamp-nrOfInSamplesRead), in sox_silence_flow()
505 nrOfInSamplesRead++; in sox_silence_flow()
522 nrOfInSamplesRead++; in sox_silence_flow()
540 *isamp = nrOfInSamplesRead; in sox_silence_flow()
576 nrOfInSamplesRead += (nrOfTicks*effp->in_signal.channels); in sox_silence_flow()
[all …]