Home | History | Annotate | Download | only in downmix

Lines Matching full:pvalue

831  *  pValue        pointer to parameter value
843 int Downmix_setParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t size, void *pValue) {
847 pDownmixer, param, *(int16_t *)pValue, *(int32_t *)pValue);
857 value16 = *(int16_t *)pValue;
885 * pValue pointer to variable to hold retrieved value
889 * *pValue updated with parameter value
899 int Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t *pSize, void *pValue) {
909 pValue16 = (int16_t *)pValue;