Home
last modified time | relevance | path

Searched refs:channel_configs (Results 1 – 2 of 2) sorted by relevance

/device/htc/flounder/audio/hal/
Daudio_hw.h47 channel_config_t *channel_configs; member
Daudio_hw.c1329 ALOG_ASSERT((effect_info->channel_configs == NULL), 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()
1398 if (memcmp(effect_info->channel_configs + idx_chcfg, in in_get_aux_channels()
3820 in->preprocessors[i - 1].channel_configs = in->preprocessors[i].channel_configs; in add_remove_audio_effect()
3828 free(in->preprocessors[i].channel_configs); in add_remove_audio_effect()
3838 in->preprocessors[in->num_preprocessors].channel_configs = NULL; in add_remove_audio_effect()
4377 free(in->preprocessors[i].channel_configs); in adev_close_input_stream()