Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/audio/
DAudioBus.cpp267 float sampleR = *sourceR++; in processWithGainFromMonoStereo() local
269 *destinationR++ += static_cast<float>(gain * sampleR); in processWithGainFromMonoStereo()
301 float sampleR = *sourceR++; in processWithGainFromMonoStereo() local
303 *destinationR++ = static_cast<float>(gain * sampleR); in processWithGainFromMonoStereo()