Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioBus.cpp48 const unsigned MaxBusChannels = 32; variable
52 ASSERT(numberOfChannels <= MaxBusChannels); in create()
53 if (numberOfChannels > MaxBusChannels) in create()
425 ASSERT(numberOfChannels <= MaxBusChannels); in copyWithGainFrom()
426 if (numberOfChannels > MaxBusChannels) in copyWithGainFrom()
434 const float* sources[MaxBusChannels]; in copyWithGainFrom()
435 float* destinations[MaxBusChannels]; in copyWithGainFrom()