Home
last modified time | relevance | path

Searched refs:AudioChannel (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DAudioChannel.h39 class AudioChannel {
40 WTF_MAKE_NONCOPYABLE(AudioChannel);
45 AudioChannel(float* storage, size_t length) in AudioChannel() function
49 explicit AudioChannel(size_t length) in AudioChannel() function
57 AudioChannel() in AudioChannel() function
92 void copyFrom(const AudioChannel* sourceChannel);
95 void copyFromRange(const AudioChannel* sourceChannel, unsigned startFrame, unsigned endFrame);
98 void sumFrom(const AudioChannel* sourceChannel);
DAudioChannel.cpp44 void AudioChannel::scale(double scale) in scale()
50 void AudioChannel::copyFrom(const AudioChannel* sourceChannel) in copyFrom()
60 void AudioChannel::copyFromRange(const AudioChannel* sourceChannel, unsigned startFrame, unsigned e… in copyFromRange()
80 void AudioChannel::sumFrom(const AudioChannel* sourceChannel) in sumFrom()
90 float AudioChannel::maxAbsValue() const in maxAbsValue()
DReverb.cpp113 AudioChannel* channel = impulseResponseBuffer->channel(i); in initialize()
144 AudioChannel* destinationChannelL = destinationBus->channel(0); in process()
145 AudioChannel* sourceChannelL = sourceBus->channel(0); in process()
154 AudioChannel* sourceChannelR = sourceBus->channel(1); in process()
155 AudioChannel* destinationChannelR = destinationBus->channel(1); in process()
161 AudioChannel* destinationChannel = destinationBus->channel(i); in process()
169 AudioChannel* destinationChannelR = destinationBus->channel(1); in process()
180 AudioChannel* sourceChannelR = sourceBus->channel(1); in process()
181 AudioChannel* destinationChannelR = destinationBus->channel(1); in process()
183 AudioChannel* tempChannelL = m_tempBuffer->channel(0); in process()
[all …]
DReverbConvolver.h44 class AudioChannel; variable
52 …ReverbConvolver(AudioChannel* impulseResponse, size_t renderSliceSize, size_t maxFFTSize, size_t c…
55 …void process(AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t framesToProcess…
DHRTFKernel.cpp48 static double extractAverageGroupDelay(AudioChannel* channel, size_t analysisFFTSize) in extractAverageGroupDelay()
68 HRTFKernel::HRTFKernel(AudioChannel* channel, size_t fftSize, double sampleRate, bool bassBoost) in HRTFKernel()
106 PassOwnPtr<AudioChannel> HRTFKernel::createImpulseResponse() in createImpulseResponse()
108 OwnPtr<AudioChannel> channel = adoptPtr(new AudioChannel(fftSize())); in createImpulseResponse()
DHRTFKernel.h42 class AudioChannel; variable
54 …static PassRefPtr<HRTFKernel> create(AudioChannel* channel, size_t fftSize, double sampleRate, boo… in create()
76 PassOwnPtr<AudioChannel> createImpulseResponse();
80 HRTFKernel(AudioChannel* channel, size_t fftSize, double sampleRate, bool bassBoost);
DAudioBus.h71 AudioChannel* channel(unsigned channel) { return m_channels[channel].get(); } in channel()
72 …const AudioChannel* channel(unsigned channel) const { return const_cast<AudioBus*>(this)->m_channe… in channel()
73 AudioChannel* channelByType(unsigned type);
143 Vector<OwnPtr<AudioChannel> > m_channels;
DAudioBus.cpp58 …PassOwnPtr<AudioChannel> channel = allocate ? adoptPtr(new AudioChannel(length)) : adoptPtr(new Au… in AudioBus()
79 AudioChannel* AudioBus::channelByType(unsigned channelType) in channelByType()
172 const AudioChannel* channel = this->channel(i); in maxAbsValue()
206 const AudioChannel* sourceChannel = sourceBus.channel(0); in copyFrom()
223 const AudioChannel* sourceChannel = sourceBus.channel(0); in sumFrom()
DReverbConvolver.cpp63 ReverbConvolver::ReverbConvolver(AudioChannel* impulseResponse, size_t renderSliceSize, size_t maxF… in ReverbConvolver()
178 void ReverbConvolver::process(AudioChannel* sourceChannel, AudioChannel* destinationChannel, size_t… in process()
DHRTFPanner.cpp150 AudioChannel* inputChannelL = inputBus->channelByType(AudioBus::ChannelLeft); in pan()
151AudioChannel* inputChannelR = numInputChannels > 1 ? inputBus->channelByType(AudioBus::ChannelRigh… in pan()
DHRTFElevation.cpp118 AudioChannel* leftEarImpulseResponse = impulseResponse->channelByType(AudioBus::ChannelLeft); in calculateKernelsForAzimuthElevation()
119 AudioChannel* rightEarImpulseResponse = impulseResponse->channelByType(AudioBus::ChannelRight); in calculateKernelsForAzimuthElevation()
DEqualPowerPanner.cpp62 AudioChannel* channel = inputBus->channel(0); in pan()
/external/webrtc/src/modules/audio_processing/
Daudio_buffer.h20 struct AudioChannel;
73 scoped_array<AudioChannel> channels_;
75 scoped_array<AudioChannel> mixed_channels_;
77 scoped_array<AudioChannel> mixed_low_pass_channels_;
78 scoped_array<AudioChannel> low_pass_reference_channels_;
Daudio_buffer.cc36 struct AudioChannel { struct
37 AudioChannel() { in AudioChannel() function
83 channels_.reset(new AudioChannel[max_num_channels_]); in AudioBuffer()
84 mixed_channels_.reset(new AudioChannel[max_num_channels_]); in AudioBuffer()
85 mixed_low_pass_channels_.reset(new AudioChannel[max_num_channels_]); in AudioBuffer()
87 low_pass_reference_channels_.reset(new AudioChannel[max_num_channels_]); in AudioBuffer()
/external/webkit/Source/WebCore/webaudio/
DAudioChannelMerger.cpp84 AudioChannel* inputChannel = input->bus()->channel(j); in process()
85 AudioChannel* outputChannel = output->bus()->channel(outputChannelIndex); in process()
/external/webkit/Source/WebCore/
DWebCore.gypi3641 'platform/audio/AudioChannel.cpp',
3642 'platform/audio/AudioChannel.h',
DChangeLog-2010-12-0615437 AudioChannel.h is including AudioFloatArray.h instead of AudioArray.h
15440 * platform/audio/AudioChannel.h:
24217 * platform/audio/AudioChannel.cpp:
62283 audio engine: add AudioChannel files
62288 * platform/audio/AudioChannel.cpp: Added.
62289 (WebCore::AudioChannel::scale):
62290 (WebCore::AudioChannel::copyFrom):
62291 (WebCore::AudioChannel::copyFromRange):
62292 (WebCore::AudioChannel::sumFrom):
62293 (WebCore::AudioChannel::maxAbsValue):
[all …]
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5873 …607D12B026F700C1A359 /* AudioChannel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD31604712…
5874 …1607E12B026F700C1A359 /* AudioChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = FD31604812B…
12465 …F700C1A359 /* AudioChannel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
12466 …026F700C1A359 /* AudioChannel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
19768 FD31604712B026F700C1A359 /* AudioChannel.cpp */,
19769 FD31604812B026F700C1A359 /* AudioChannel.h */,
19954 FD31607E12B026F700C1A359 /* AudioChannel.h in Headers */,
23344 FD31607D12B026F700C1A359 /* AudioChannel.cpp in Sources */,