Searched refs:Downmix_api (Results 1 – 1 of 1) sorted by relevance
92 const struct effect_interface_s *Downmix_api = downmixEffectHandle->itfe; in DownmixConfiureAndEnable() local96 err = (Downmix_api->command)(*effectHandle, EFFECT_CMD_SET_CONFIG, in DownmixConfiureAndEnable()104 err = ((Downmix_api->command))(*effectHandle, EFFECT_CMD_ENABLE, 0, nullptr, in DownmixConfiureAndEnable()117 const struct effect_interface_s *Downmix_api = downmixEffectHandle->itfe; in DownmixExecute() local153 const int32_t err = (Downmix_api->process)(*effectHandle, pinbuf, poutbuf); in DownmixExecute()