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.c90 void *src = sp->s_cnv_src; in cnv_srconly()
98 sp->s_cnv_src = dst; in cnv_srconly()
110 int32_t *src = sp->s_cnv_src; in cnv_s24oe()
124 void *s = sp->s_cnv_src; in cnv_from_s8()
132 sp->s_cnv_src = d; in cnv_from_s8()
140 void *s = sp->s_cnv_src; in cnv_from_u8()
148 sp->s_cnv_src = d; in cnv_from_u8()
156 void *s = sp->s_cnv_src; in cnv_from_ulaw()
164 sp->s_cnv_src = d; in cnv_from_ulaw()
172 void *s = sp->s_cnv_src; in cnv_from_alaw()
[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