HomeSort by relevance Sort by last modified time
    Searched refs:fixedPointVolume (Results 1 - 2 of 2) sorted by null

  /external/sonic/
Sonic.java 81 int fixedPointVolume = (int)(volume*4096.0f);
86 int value = (samples[xSample]*fixedPointVolume) >> 12;
sonic.c 73 int fixedPointVolume = volume*4096.0f;
77 value = (*samples*fixedPointVolume) >> 12;

Completed in 64 milliseconds