OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 3308 milliseconds