Home | History | Annotate | Download | only in visualizer

Lines Matching full:set_parameter

51     int (*set_parameter)(effect_context_t *context, effect_param_t *param, uint32_t size);
917 context->ops.set_parameter = visualizer_set_parameter;
1147 if (context->ops.set_parameter)
1148 *(int32_t *)pReplyData = context->ops.set_parameter(context, p, *replySize);