Lines Matching refs:sendValue
209 const SendValue& sendValue = *reinterpret_cast<const SendValue*>( in GetSendValue() local
212 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); in GetSendValue()
213 *mainSend = sendValue.mainSend; in GetSendValue()
214 int countSize = sendValue.fxSend.count > AUX_BUS_NUM ? in GetSendValue()
215 AUX_BUS_NUM : sendValue.fxSend.count; in GetSendValue()
218 fxSend[ i ] = sendValue.fxSend.item[ i ]; in GetSendValue()
315 const SendValue& sendValue = *reinterpret_cast<const SendValue*>( in GetSendValue() local
318 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); in GetSendValue()
319 *mainSend = sendValue.mainSend; in GetSendValue()
320 int countSize = sendValue.fxSend.count > AUX_BUS_NUM ? in GetSendValue()
321 AUX_BUS_NUM : sendValue.fxSend.count; in GetSendValue()
324 *fxSend[ i ] = sendValue.fxSend.item[ i ]; in GetSendValue()