Lines Matching refs:b16
542 (voice->stereo ? 28 : 30) * (voice->b16 + 1); in emuxki_channel_commit_parms()
553 (voice->b16 ? 0 : EMU_CHAN_CCCA_8BITSELECT) | start); in emuxki_channel_commit_parms()
604 sample = voice->b16 ? 0x00000000 : 0x80808080; in emuxki_channel_start()
605 cache_invalid_size = (voice->stereo ? 28 : 30) * (voice->b16 + 1); in emuxki_channel_start()
1076 uint8 b16, uint32 srate) in emuxki_voice_set_audioparms() argument
1080 if (voice->stereo == stereo && voice->b16 == b16 && in emuxki_voice_set_audioparms()
1088 voice->b16 = b16; in emuxki_voice_set_audioparms()
1137 sample_size = (voice->b16 + 1) * (voice->stereo + 1); in emuxki_voice_set_bufparms()
1444 voice->b16 = 0; in emuxki_voice_new()
1473 uint8 b16, uint32 sample_rate) in emuxki_stream_set_audioparms() argument
1484 (stream->b16 == b16) && in emuxki_stream_set_audioparms()
1496 stream->b16 = b16; in emuxki_stream_set_audioparms()
1511 sample_size = stream->b16 + 1; in emuxki_stream_set_audioparms()
1521 stream->b16, stream->sample_rate))) in emuxki_stream_set_audioparms()
1596 sample_size = stream->b16 + 1; in emuxki_stream_get_nth_buffer()
1681 stream->b16 = 0; in emuxki_stream_new()