Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c91 void *dst = sp->s_cnv_dst; in cnv_srconly()
99 sp->s_cnv_dst = src; in cnv_srconly()
125 void *d = sp->s_cnv_dst; in cnv_from_s8()
133 sp->s_cnv_dst = s; in cnv_from_s8()
141 void *d = sp->s_cnv_dst; in cnv_from_u8()
149 sp->s_cnv_dst = s; in cnv_from_u8()
157 void *d = sp->s_cnv_dst; in cnv_from_ulaw()
165 sp->s_cnv_dst = s; in cnv_from_ulaw()
173 void *d = sp->s_cnv_dst; in cnv_from_alaw()
181 sp->s_cnv_dst = s; in cnv_from_alaw()
[all …]
H A Daudio_input.c211 sp->s_cnv_dst = sp->s_cnv_buf1; in auimpl_input_callback()
H A Daudio_output.c231 sp->s_cnv_dst = sp->s_cnv_buf1; in auimpl_consume_fragment()
H A Daudio_impl.h110 void *s_cnv_dst; member