OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decibels
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
AudioUtilities.cpp
36
double decibelsToLinear(double
decibels
)
38
return pow(10.0, 0.05 *
decibels
);
43
// It's not possible to calculate
decibels
for a zero linear value since it would be -Inf.
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
2631
float
decibels
= curve[segment].mDBAttenuation +
local
[
all
...]
Completed in 2358 milliseconds