Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/audio/utilities/
H A DAudioTypeSampleRate.cc166 int nsamp; in Flush() local
175 nsamp = resampler.getFlushSize(); in Flush()
176 if (nsamp > 0) { in Flush()
177 cnt = (size_t)nsamp * h.bytes_per_unit; in Flush()
181 nsamp = resampler.filter(NULL, 0, (short *)tmpbuf); in Flush()
184 if (nsamp > 0) { in Flush()
185 cnt = (size_t)nsamp * h.bytes_per_unit; in Flush()