Searched refs:stopFrame (Results 1 – 1 of 1) sorted by relevance
217 int32_t stopFrame = startFrame + bytes / sizeof(int16_t); in rampVolume() local219 if (stopFrame > rampDurationFrames) { in rampVolume()220 stopFrame = rampDurationFrames; in rampVolume()223 while (startFrame < stopFrame) { in rampVolume()