OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linearToDecibels
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
AudioUtilities.h
33
double
linearToDecibels
(double);
AudioUtilities.cpp
41
double
linearToDecibels
(double linear)
/external/webkit/Source/WebCore/webaudio/
RealtimeAnalyser.cpp
217
double dbMag = !linearValue ? MinDecibels : AudioUtilities::
linearToDecibels
(linearValue);
243
double dbMag = !linearValue ? m_minDecibels : AudioUtilities::
linearToDecibels
(linearValue);
Completed in 1120 milliseconds