Searched refs:sendValue (Results 1 – 1 of 1) sorted by relevance
209 const SendValue& sendValue = *reinterpret_cast<const SendValue*>( in GetSendValue() local212 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() local318 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()[all …]