HomeSort by relevance Sort by last modified time
    Searched refs:renderingParamFanOutCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNodeOutput.h 65 // renderingParamFanOutCount() is the number of AudioParams that we're connected to during rendering.
67 unsigned renderingParamFanOutCount() const;
107 // This method should not be called in audio thread rendering code, instead renderingParamFanOutCount() should be used.
AudioNodeOutput.cpp 149 unsigned AudioNodeOutput::renderingParamFanOutCount() const

Completed in 30 milliseconds