OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resamplersourcebus
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.cpp
556
const AudioBus*
resamplerSourceBus
;
560
resamplerSourceBus
= mixedMonoBus.get();
563
resamplerSourceBus
= sourceBus;
567
int sourceLength =
resamplerSourceBus
->length();
571
unsigned numberOfDestinationChannels =
resamplerSourceBus
->numberOfChannels();
576
const float* source =
resamplerSourceBus
->channel(i)->data();
Completed in 62 milliseconds