Lines Matching refs:pValue
675 * pValue - pointer to variable to hold retrieved value
679 * *pValue updated with parameter value
688 void *pValue) {
702 pValue16 = (int16_t *)pValue;
741 pValue32 = (int32_t *) pValue;
742 pValue16 = (int16_t *) pValue;
743 pProperties = (t_reverb_settings *) pValue;
946 pReverb, param, *(int *)pValue);
960 * pValue - pointer to parameter value
971 void *pValue) {
984 pReverb, param, *(int16_t *)pValue, *(int32_t *)pValue);
990 value16 = *(int16_t *)pValue;
1034 value16 = *(int16_t *) pValue;
1036 value32 = *(int32_t *) pValue;
1038 pProperties = (t_reverb_settings *) pValue;