Searched refs:framesToRamp (Results 1 – 1 of 1) sorted by relevance
66 int32_t framesToRamp = std::min(framesLeft, mRemaining); in onProcess() local67 framesLeft -= framesToRamp; in onProcess()68 while (framesToRamp > 0) { in onProcess()74 framesToRamp--; in onProcess()