Home | History | Annotate | Download | only in Reverb

Lines Matching refs:pCmdData

1898                               void                *pCmdData,
1930 if (pCmdData == NULL||
1938 *(int *) pReplyData = Reverb_configure(pContext, (effect_config_t *) pCmdData);
1950 if (pCmdData == NULL ||
1958 effect_param_t *p = (effect_param_t *)pCmdData;
1960 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize);
1974 // "*pCmdData %d, *replySize %d, *pReplyData %d ",
1975 // *(int32_t *)((char *)pCmdData + sizeof(effect_param_t)),
1985 // *(int32_t *)((char *)pCmdData + sizeof(effect_param_t)),
1987 // *(int16_t *)((char *)pCmdData + sizeof(effect_param_t) + sizeof(int32_t)));
1989 if (pCmdData == NULL || (cmdSize < (int)(sizeof(effect_param_t) + sizeof(int32_t)))
1996 effect_param_t *p = (effect_param_t *) pCmdData;
2060 if (pCmdData == NULL ||
2069 pContext->leftVolume = (LVM_INT16)((*(uint32_t *)pCmdData + (1 << 11)) >> 12);
2070 pContext->rightVolume = (LVM_INT16)((*((uint32_t *)pCmdData + 1) + (1 << 11)) >> 12);