Searched defs:sampleRate (Results 76 - 82 of 82) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DHRTFElevation.cpp104 bool HRTFElevation::calculateSymmetricKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String& subjectName, argument
129 bool HRTFElevation::calculateKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String& subjectName, argument
242 createForSubject(const String& subjectName, int elevation, float sampleRate) argument
283 createByInterpolatingSlices(HRTFElevation* hrtfElevation1, HRTFElevation* hrtfElevation2, float x, float sampleRate) argument
[all...]
H A DDynamicsCompressorKernel.cpp51 DynamicsCompressorKernel::DynamicsCompressorKernel(float sampleRate, unsigned numberOfChannels) argument
226 float sampleRate = this->sampleRate(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/gstreamer/
H A DAudioFileReaderGStreamer.cpp270 gint sampleRate = 0; local
439 PassRefPtr<AudioBus> AudioFileReader::createBus(float sampleRate, bool mixToMono) argument
480 PassRefPtr<AudioBus> createBusFromAudioFile(const char* filePath, bool mixToMono, float sampleRate) argument
485 createBusFromInMemoryAudioFile(const void* data, size_t dataSize, bool mixToMono, float sampleRate) argument
[all...]
H A DWebKitWebAudioSourceGStreamer.cpp59 gfloat sampleRate; member in struct:_WebKitWebAudioSourcePrivate
100 static GstCaps* getGStreamerMonoAudioCaps(float sampleRate) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioContext.cpp97 bool AudioContext::isSampleRateRangeGood(float sampleRate) argument
150 AudioContext::AudioContext(Document* document, unsigned numberOfChannels, size_t numberOfFrames, float sampleRate) argument
327 PassRefPtr<AudioBuffer> AudioContext::createBuffer(unsigned numberOfChannels, size_t numberOfFrames, float sampleRate, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngine.cpp301 OSDictionary *IOAudioEngine::createDictionaryFromSampleRate(const IOAudioSampleRate *sampleRate, OSDictionary *rateDict) argument
332 IOAudioSampleRate *IOAudioEngine::createSampleRateFromDictionary(const OSDictionary *rateDict, IOAudioSampleRate *sampleRate) argument
[all...]
H A DIOAudioStream.cpp120 bool IOAudioStream::validateFormat(IOAudioStreamFormat *streamFormat, IOAudioStreamFormatExtension *formatExtension, IOAudioStreamFormatDesc *formatDesc, const IOAudioSampleRate *sampleRate) argument

Completed in 200 milliseconds

1234