Lines Matching refs:sendValue
207 const SendValue& sendValue = *reinterpret_cast<const SendValue*>( in GetSendValue() local
210 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); in GetSendValue()
211 *mainSend = sendValue.mainSend; in GetSendValue()
212 int countSize = sendValue.fxSend.count > AUX_BUS_NUM ? in GetSendValue()
213 AUX_BUS_NUM : sendValue.fxSend.count; in GetSendValue()
216 fxSend[ i ] = sendValue.fxSend.item[ i ]; in GetSendValue()
313 const SendValue& sendValue = *reinterpret_cast<const SendValue*>( in GetSendValue() local
316 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); in GetSendValue()
317 *mainSend = sendValue.mainSend; in GetSendValue()
318 int countSize = sendValue.fxSend.count > AUX_BUS_NUM ? in GetSendValue()
319 AUX_BUS_NUM : sendValue.fxSend.count; in GetSendValue()
322 *fxSend[ i ] = sendValue.fxSend.item[ i ]; in GetSendValue()