Home
last modified time | relevance | path

Searched refs:rampPos (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_conference_mixer/source/
Daudio_frame_manipulator.cc69 const size_t rampPos = rampSize - 1 - i; in RampOut() local
70 audioFrame.data_[i] = static_cast<int16_t>(rampArray[rampPos] * in RampOut()