Lines Matching refs:uint8

85 	uint8   channels;	
86 uint8 bitsPerSample;
157 uint8 level, dest;
166 uint8 envelope_amount; /* Signed 2's complement, +/-
172 uint8 hold_time; /* 127-n == n*(volume ? 88.2 :
174 uint8 attack_time; /* 0 = infinite, 1 = (volume ? 11 :
176 uint8 sustain_level; /* 127 = full, 0 = off, 0.75dB
178 uint8 decay_time; /* 0 = 43.7msec, 1 = 21.8msec, 0x7f =
196 uint8 lowpass_resonance_height;
197 uint8 interpolation_ROM; /* 1 = full band, 7 = low
199 uint8 envelope_amount; /* Signed 2's complement, +/-
201 uint8 LFO_modulation_depth; /* Signed 2's complement, +/-
217 uint8 modulation_depth; /* Signed 2's complement, +/-
219 uint8 vibrato_depth; /* Signed 2's complement, +/- one
221 uint8 frequency; /* 0.039Hz steps, maximum of 9.85 Hz */
225 uint8 num; /* voice number */
235 uint8 tremolo_depth;
261 uint8 use;
262 uint8 voicenum;
263 uint8 state;
264 uint8 stereo;
265 uint8 b16;
288 uint8 use;
289 uint8 state;
290 uint8 stereo;
291 uint8 b16;
293 uint8 nmono;
294 uint8 nstereo;
296 uint8 bufcount;
369 uint8 timerstate;
372 uint8 play_mode; // number of channels to be played : 2, 4, 6
400 status_t emuxki_voice_set_audioparms(emuxki_voice *voice, uint8 stereo,
401 uint8 b16, uint32 srate);
408 emuxki_voice *emuxki_voice_new(emuxki_stream *stream, uint8 use, uint8 voicenum);
411 status_t emuxki_stream_set_audioparms(emuxki_stream *stream, bool stereo, uint8 channels,
412 uint8 b16, uint32 sample_rate);
416 status_t emuxki_stream_get_nth_buffer(emuxki_stream *stream, uint8 chan, uint8 buf,
420 emuxki_stream *emuxki_stream_new(emuxki_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);