Home
last modified time | relevance | path

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

/external/sonic/
Dsonic.h61 #define SONIC_MAX_PITCH 400 macro
DSonic.java14 private static final int SONIC_MAX_PITCH = 400; field in Sonic
181 minPeriod = sampleRate/SONIC_MAX_PITCH; in allocateStreamBuffers()
Dsonic.c212 int minPeriod = sampleRate/SONIC_MAX_PITCH; in allocateStreamBuffers()