Lines Matching full:effect_info
1315 struct effect_info_s *effect_info)
1318 effect_handle_t effect = effect_info->effect_itfe;
1327 ALOG_ASSERT((effect_info->num_channel_configs == 0),
1329 ALOG_ASSERT((effect_info->channel_configs == NULL),
1358 effect_info->num_channel_configs = reply[1];
1359 effect_info->channel_configs =
1361 memcpy(effect_info->channel_configs, (reply + 2), sizeof(channel_config_t) * reply[1]);
1394 struct effect_info_s *effect_info = &in->preprocessors[idx_preproc];
1397 for (idx_chcfg = 0; idx_chcfg < effect_info->num_channel_configs; idx_chcfg++) {
1398 if (memcmp(effect_info->channel_configs + idx_chcfg,