Home
last modified time | relevance | path

Searched defs:mixToMono (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/mac/
DAudioFileReaderMac.cpp138 PassOwnPtr<AudioBus> AudioFileReader::createBus(double sampleRate, bool mixToMono) in createBus()
244 PassOwnPtr<AudioBus> createBusFromAudioFile(const char* filePath, bool mixToMono, double sampleRate) in createBusFromAudioFile()
250 …s> createBusFromInMemoryAudioFile(const void* data, size_t dataSize, bool mixToMono, double sample… in createBusFromInMemoryAudioFile()
/external/webkit/Source/WebCore/platform/audio/chromium/
DAudioBusChromium.cpp51 …s> createBusFromInMemoryAudioFile(const void* data, size_t dataSize, bool mixToMono, double sample… in createBusFromInMemoryAudioFile()
/external/webkit/Source/WebCore/bindings/js/
DJSAudioContextCustom.cpp95 bool mixToMono = exec->argument(1).toBoolean(exec); in createBuffer() local
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8AudioContextCustom.cpp107 bool mixToMono = args[1]->ToBoolean()->Value(); in createBufferCallback() local
/external/webkit/Source/WebCore/webaudio/
DAudioBuffer.cpp47 …ioBuffer::createFromAudioFileData(const void* data, size_t dataSize, bool mixToMono, double sample… in createFromAudioFileData()
DAudioContext.cpp237 PassRefPtr<AudioBuffer> AudioContext::createBuffer(ArrayBuffer* arrayBuffer, bool mixToMono) in createBuffer()
/external/webkit/Source/WebCore/platform/audio/
DAudioBus.cpp367 PassOwnPtr<AudioBus> AudioBus::createBySampleRateConverting(AudioBus* sourceBus, bool mixToMono, do… in createBySampleRateConverting()