Searched refs:Downmix_api (Results 1 – 1 of 1) sorted by relevance
90 const struct effect_interface_s *Downmix_api = *effectHandle; in DownmixConfiureAndEnable() local94 err = (Downmix_api->command)(effectHandle, EFFECT_CMD_SET_CONFIG, in DownmixConfiureAndEnable()102 err = ((Downmix_api->command))(effectHandle, EFFECT_CMD_ENABLE, 0, nullptr, in DownmixConfiureAndEnable()114 const struct effect_interface_s *Downmix_api = *effectHandle; in DownmixExecute() local150 const int32_t err = (Downmix_api->process)(effectHandle, pinbuf, poutbuf); in DownmixExecute()