Searched refs:rampDurationFrames (Results 1 – 2 of 2) sorted by relevance
215 int32_t startFrame, int32_t rampDurationFrames, in rampVolume() argument219 int32_t fixedMultiplier = (startFrame << kShift) / rampDurationFrames; in rampVolume()223 if (stopFrame > rampDurationFrames) { in rampVolume()224 stopFrame = rampDurationFrames; in rampVolume()241 fixedMultiplier = (startFrame << kShift) / rampDurationFrames; in rampVolume()
124 int32_t startFrame, int32_t rampDurationFrames,