Searched refs:stopFrame (Results 1 – 1 of 1) sorted by relevance
221 int32_t stopFrame = startFrame + bytes / sizeof(int16_t); in rampVolume() local223 if (stopFrame > rampDurationFrames) { in rampVolume()224 stopFrame = rampDurationFrames; in rampVolume()227 while (startFrame < stopFrame) { in rampVolume()