Searched refs:effect_info (Results 1 – 1 of 1) sorted by relevance
1315 struct effect_info_s *effect_info) in in_read_audio_effect_channel_configs() argument1318 effect_handle_t effect = effect_info->effect_itfe; in in_read_audio_effect_channel_configs()1327 ALOG_ASSERT((effect_info->num_channel_configs == 0), in in_read_audio_effect_channel_configs()1329 ALOG_ASSERT((effect_info->channel_configs == NULL), in in_read_audio_effect_channel_configs()1358 effect_info->num_channel_configs = reply[1]; in in_read_audio_effect_channel_configs()1359 effect_info->channel_configs = in in_read_audio_effect_channel_configs()1361 memcpy(effect_info->channel_configs, (reply + 2), sizeof(channel_config_t) * reply[1]); in in_read_audio_effect_channel_configs()1394 struct effect_info_s *effect_info = &in->preprocessors[idx_preproc]; in in_get_aux_channels() local1397 for (idx_chcfg = 0; idx_chcfg < effect_info->num_channel_configs; idx_chcfg++) { in in_get_aux_channels()1398 if (memcmp(effect_info->channel_configs + idx_chcfg, in in_get_aux_channels()