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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.cpp 58 size_t& nonSilentFramesToProcess)
86 nonSilentFramesToProcess = 0;
99 nonSilentFramesToProcess = quantumFrameSize - quantumFrameOffset;
101 if (!nonSilentFramesToProcess) {
125 if (framesToZero > nonSilentFramesToProcess)
126 nonSilentFramesToProcess = 0;
128 nonSilentFramesToProcess -= framesToZero;
AudioScheduledSourceNode.h 90 // nonSilentFramesToProcess : Number of frames rendering non-silence (will be <= quantumFrameSize).
94 size_t& nonSilentFramesToProcess);
OscillatorNode.cpp 246 size_t nonSilentFramesToProcess;
248 updateSchedulingInfo(framesToProcess, outputBus, quantumFrameOffset, nonSilentFramesToProcess);
250 if (!nonSilentFramesToProcess) {
289 int n = nonSilentFramesToProcess;

Completed in 446 milliseconds