Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c72 xf_start_msg_t *smsg = p_msg; in xaf_comp_post_init_config() local
74 p_comp->out_format.sample_rate = smsg->sample_rate; in xaf_comp_post_init_config()
75 p_comp->out_format.channels = smsg->channels; in xaf_comp_post_init_config()
76 p_comp->out_format.pcm_width = smsg->pcm_width; in xaf_comp_post_init_config()
77 p_comp->out_format.input_length = smsg->input_length; in xaf_comp_post_init_config()
78 p_comp->out_format.output_length = smsg->output_length; in xaf_comp_post_init_config()
80 … w=%d i=%d o=%d"), p_comp->handle.id, smsg->sample_rate, smsg->channels, smsg->pcm_width, smsg->in… in xaf_comp_post_init_config()
84 …XF_CHK_API(xf_pool_alloc(p_proxy, p_comp->noutbuf, smsg->output_length, XF_POOL_OUTPUT, &p_comp->o… in xaf_comp_post_init_config()
302 xf_set_param_msg_t *smsg; in xaf_comp_set_config() local
316 smsg = xf_buffer_data(p_handle->aux); in xaf_comp_set_config()
[all …]