Searched refs:framesToRamp (Results 1 – 1 of 1) sorted by relevance
70 int32_t framesToRamp = std::min(framesLeft, mRemaining); in onProcess() local71 framesLeft -= framesToRamp; in onProcess()72 while (framesToRamp > 0) { in onProcess()78 framesToRamp--; in onProcess()