Searched refs:rampSize (Results 1 – 1 of 1) sorted by relevance
38 const size_t rampSize = sizeof(rampArray)/sizeof(rampArray[0]); variable56 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()