Searched refs:status_byte (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dmidi.h7 int get_midi_message_length(uint8_t status_byte);
H A Dmidi.c17 int get_midi_message_length(uint8_t status_byte) { argument
18 if (status_byte >= 0xF0) {
21 return SYSTEM_BYTE_LENGTHS[status_byte & 0x0F];
22 } else if(status_byte >= 0x80) {
25 return CHANNEL_BYTE_LENGTHS[(status_byte >> 4) - 8];

Completed in 30 milliseconds