Home | History | Annotate | Download | only in downmix

Lines Matching defs:cmd

416         effect_param_t *cmd = (effect_param_t *) pCmdData;
417 *(int *)pReplyData = Downmix_setParameter(pDownmixer, *(int32_t *)cmd->data,
418 cmd->vsize, cmd->data + sizeof(int32_t));