Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c98 sp->s_cnv_src = dst; in cnv_srconly()
132 sp->s_cnv_src = d; in cnv_from_s8()
148 sp->s_cnv_src = d; in cnv_from_u8()
164 sp->s_cnv_src = d; in cnv_from_ulaw()
180 sp->s_cnv_src = d; in cnv_from_alaw()
196 sp->s_cnv_src = d; in cnv_from_s16ne()
212 sp->s_cnv_src = d; in cnv_from_s16oe()
228 sp->s_cnv_src = d; in cnv_from_u16ne()
244 sp->s_cnv_src = d; in cnv_from_u16oe()
266 sp->s_cnv_src = d; in cnv_from_s24p()
[all …]
H A Daudio_input.c44 int32_t *out = (void *)sp->s_cnv_src; \
112 cnvsrc = sp->s_cnv_src; in auimpl_produce_data()
210 sp->s_cnv_src = sp->s_cnv_buf0; in auimpl_input_callback()
H A Daudio_output.c230 sp->s_cnv_src = sp->s_cnv_buf0; in auimpl_consume_fragment()
240 cnvbuf = sp->s_cnv_src; in auimpl_consume_fragment()
316 sp->s_cnv_ptr = sp->s_cnv_src; in auimpl_output_callback_impl()
H A Daudio_impl.h109 void *s_cnv_src; member