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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c702 unsigned cnv_max; local
801 cnv_max = 2 * (source.p_rate / audio_intrhz) *
806 * we need to increase cnv_max. Scale by AUDIO_UNIT_EXPAND to
811 cnv_max *= expand;
812 cnv_max /= AUDIO_UNIT_EXPAND;
855 if (sp->s_cnv_max < cnv_max) {
858 buf0 = kmem_alloc(cnv_max, KM_NOSLEEP);
859 buf1 = kmem_alloc(cnv_max, KM_NOSLEEP);
863 "(%u bytes)", cnv_max);
865 kmem_free(buf0, cnv_max);
[all...]

Completed in 71 milliseconds