Home | History | Annotate | Download | only in lib_src

Lines Matching refs:pValue

49 static EAS_RESULT ReverbGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
810 * *pValue - pointer to variable to hold retrieved value
819 static EAS_RESULT ReverbGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
828 *pValue = (EAS_I32) p->m_bBypass;
831 *pValue = (EAS_I8) p->m_nCurrentRoom;
834 *pValue = p->m_nWet;
837 *pValue = p->m_nDry;
855 * *pValue - new paramter value