Home
last modified time | relevance | path

Searched defs:maxRequired (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sonic/
H A Dsonic.c231 int maxRequired; member
372 int maxRequired = 2 * maxPeriod; in allocateStreamBuffers() local
690 int maxRequired = stream->maxRequired; in sonicFlushStream() local
1093 int maxRequired = stream->maxRequired; in changeSpeed() local
H A Dsonic_lite.c147 int maxRequired = 2 * SONIC_MAX_PERIOD; in sonicFlushStream() local
327 int maxRequired = 2 * SONIC_MAX_PERIOD; in changeSpeed() local
H A DSonic.java95 private int maxRequired; field in Sonic