Searched refs:rampDurationFrames (Results 1 – 2 of 2) sorted by relevance
211 int32_t startFrame, int32_t rampDurationFrames, in rampVolume() argument215 int32_t fixedMultiplier = (startFrame << kShift) / rampDurationFrames; in rampVolume()219 if (stopFrame > rampDurationFrames) { in rampVolume()220 stopFrame = rampDurationFrames; in rampVolume()237 fixedMultiplier = (startFrame << kShift) / rampDurationFrames; in rampVolume()
119 int32_t startFrame, int32_t rampDurationFrames,