Searched defs:converter (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c698 audio_cnv_func_t converter = NULL; local
737 * optimized converter. While at it, ensure that a valid
746 converter = info->from;
758 * the converter will be NULL and expand will not be
763 converter = info->to;
783 converter = cnv_default;
790 converter = (converter == NULL) ? cnv_srconly : cnv_default;
895 sp->s_converter = converter;

Completed in 60 milliseconds