Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds