Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_conference_mixer/source/
Daudio_frame_manipulator.cc38 const size_t rampSize = sizeof(rampArray)/sizeof(rampArray[0]); variable
56 assert(rampSize <= audioFrame.samples_per_channel_); in RampIn()
57 for(size_t i = 0; i < rampSize; i++) in RampIn()
66 assert(rampSize <= audioFrame.samples_per_channel_); in RampOut()
67 for(size_t i = 0; i < rampSize; i++) in RampOut()
69 const size_t rampPos = rampSize - 1 - i; in RampOut()
73 memset(&audioFrame.data_[rampSize], 0, in RampOut()
74 (audioFrame.samples_per_channel_ - rampSize) * in RampOut()