Searched refs:out_format (Results 1 – 2 of 2) sorted by relevance
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()517 …comp->handle, (p_comp->inp_ports), XF_FILL_THIS_BUFFER, p_data, p_comp->out_format.output_length)); in xaf_comp_process()572 …c->out_routed), &p_dest->handle, (p_dest->inp_routed), num_buf, p_src->out_format.output_length, 8… in xaf_connect()
51 xaf_format_t out_format; member