Searched refs:pDownmixer (Results 1 – 1 of 1) sorted by relevance
75 static int Downmix_Reset(downmix_object_t *pDownmixer, bool init);77 downmix_object_t *pDownmixer, int32_t param, uint32_t size, void *pValue);79 downmix_object_t *pDownmixer, int32_t param, uint32_t *pSize, void *pValue);317 downmix_object_t *pDownmixer; in Downmix_Process() local331 pDownmixer = (downmix_object_t*) &pDwmModule->context; in Downmix_Process()333 if (pDownmixer->state == DOWNMIX_STATE_UNINITIALIZED) { in Downmix_Process()336 } else if (pDownmixer->state == DOWNMIX_STATE_INITIALIZED) { in Downmix_Process()349 switch(pDownmixer->type) { in Downmix_Process()356 pSrc += pDownmixer->input_channel_count; in Downmix_Process()364 pSrc += pDownmixer->input_channel_count; in Downmix_Process()[all …]