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/chromium_org/third_party/WebKit/Source/core/platform/audio/
AudioUtilities.cpp
36
float decibelsToLinear(float
decibels
)
38
return powf(10, 0.05f *
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
2802
float
decibels
= curve[segment].mDBAttenuation +
local
[
all
...]
Completed in 71 milliseconds