Searched defs:pDownmixer (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c291 downmix_object_t *pDownmixer; local
305 pDownmixer = (downmix_object_t*) &pDwmModule->context;
307 if (pDownmixer->state == DOWNMIX_STATE_UNINITIALIZED) {
310 } else if (pDownmixer->state == DOWNMIX_STATE_INITIALIZED) {
323 switch(pDownmixer->type) {
330 pSrc += pDownmixer->input_channel_count;
338 pSrc += pDownmixer->input_channel_count;
393 downmix_object_t *pDownmixer; local
400 pDownmixer = (downmix_object_t*) &pDwmModule->context;
422 Downmix_Reset(pDownmixer, fals
640 downmix_object_t *pDownmixer = &pDwmModule->context; local
692 Downmix_Reset(downmix_object_t *pDownmixer, bool init) argument
719 Downmix_setParameter(downmix_object_t *pDownmixer, int32_t param, size_t size, void *pValue) argument
775 Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, size_t *pSize, void *pValue) argument
[all...]

Completed in 1382 milliseconds