Home
last modified time | relevance | path

Searched defs:maxPeriod (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/sonic/
H A DSonic.java38 private int maxPeriod; field in Sonic
513 findPitchPeriodInRange( short samples[], int position, int minPeriod, int maxPeriod, Integer retMinDiff, Integer retMaxDiff) findPitchPeriodInRange() argument
H A Dsonic.c42 int maxPeriod; member
213 int maxPeriod = sampleRate/SONIC_MIN_PITCH; in allocateStreamBuffers() local
688 int maxPeriod = stream->maxPeriod; in findPitchPeriod() local
610 findPitchPeriodInRange( short *samples, int minPeriod, int maxPeriod, int *retMinDiff, int *retMaxDiff) findPitchPeriodInRange() argument
[all...]

Completed in 4 milliseconds