OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DynamicsCompressorKernel
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.h
40
class PLATFORM_EXPORT
DynamicsCompressorKernel
{
41
WTF_MAKE_NONCOPYABLE(
DynamicsCompressorKernel
);
43
DynamicsCompressorKernel
(float sampleRate, unsigned numberOfChannels);
DynamicsCompressorKernel.cpp
33
#include "platform/audio/
DynamicsCompressorKernel
.h"
51
DynamicsCompressorKernel
::
DynamicsCompressorKernel
(float sampleRate, unsigned numberOfChannels)
74
void
DynamicsCompressorKernel
::setNumberOfChannels(unsigned numberOfChannels)
84
void
DynamicsCompressorKernel
::setPreDelayTime(float preDelayTime)
103
float
DynamicsCompressorKernel
::kneeCurve(float x, float k)
113
float
DynamicsCompressorKernel
::saturate(float x, float k)
133
float
DynamicsCompressorKernel
::slopeAt(float x, float k)
151
float
DynamicsCompressorKernel
::kAtSlope(float desiredSlope)
180
float
DynamicsCompressorKernel
::updateStaticCurveParameters(float dbThreshold, float dbKnee, float ratio
[
all
...]
DynamicsCompressor.h
33
#include "platform/audio/
DynamicsCompressorKernel
.h"
114
DynamicsCompressorKernel
m_compressor;
/external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk
111
third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel
.cpp \
[
all
...]
blink_platform.target.darwin-mips.mk
110
third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel
.cpp \
[
all
...]
blink_platform.target.darwin-x86.mk
110
third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel
.cpp \
[
all
...]
blink_platform.target.linux-arm.mk
111
third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel
.cpp \
[
all
...]
blink_platform.target.linux-mips.mk
110
third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel
.cpp \
[
all
...]
blink_platform.target.linux-x86.mk
110
third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel
.cpp \
[
all
...]
Completed in 320 milliseconds