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 56 size_t& nonSilentFramesToProcess)
84 nonSilentFramesToProcess = 0;
96 nonSilentFramesToProcess = quantumFrameSize - quantumFrameOffset;
98 if (!nonSilentFramesToProcess) {
122 if (framesToZero > nonSilentFramesToProcess)
123 nonSilentFramesToProcess = 0;
125 nonSilentFramesToProcess -= framesToZero;
AudioScheduledSourceNode.h 79 // nonSilentFramesToProcess : Number of frames rendering non-silence (will be <= quantumFrameSize).
83 size_t& nonSilentFramesToProcess);
OscillatorNode.cpp 247 size_t nonSilentFramesToProcess;
249 updateSchedulingInfo(framesToProcess, outputBus, quantumFrameOffset, nonSilentFramesToProcess);
251 if (!nonSilentFramesToProcess) {
290 int n = nonSilentFramesToProcess;

Completed in 298 milliseconds