Home | History | Annotate | Download | only in testlibs

Lines Matching full:pvalue

744  *  pValue        - pointer to variable to hold retrieved value
748 * *pValue updated with parameter value
757 void *pValue) {
771 pValue16 = (int16_t *)pValue;
810 pValue32 = (int32_t *) pValue;
811 pValue16 = (int16_t *) pValue;
812 pProperties = (t_reverb_settings *) pValue;
1015 pReverb, param, *(int *)pValue);
1029 * pValue - pointer to parameter value
1040 void *pValue) {
1053 pReverb, param, *(int16_t *)pValue, *(int32_t *)pValue);
1059 value16 = *(int16_t *)pValue;
1103 value16 = *(int16_t *) pValue;
1105 value32 = *(int32_t *) pValue;
1107 pProperties = (t_reverb_settings *) pValue;