Searched refs:rampDurationFrames (Results 1 – 2 of 2) sorted by relevance
236 int32_t startFrame, int32_t rampDurationFrames, in rampVolume() argument240 int32_t fixedMultiplier = (startFrame << kShift) / rampDurationFrames; in rampVolume()244 if (stopFrame > rampDurationFrames) { in rampVolume()245 stopFrame = rampDurationFrames; in rampVolume()262 fixedMultiplier = (startFrame << kShift) / rampDurationFrames; in rampVolume()
137 int32_t startFrame, int32_t rampDurationFrames,