Searched refs:upscale_7_to_16bit (Results 1 – 2 of 2) sorted by relevance
31 static u16 upscale_7_to_16bit(u8 src) in upscale_7_to_16bit() function370 midi2->note.velocity = upscale_7_to_16bit(buf[2]); in cvt_legacy_cmd_to_ump()
32 static u16 upscale_7_to_16bit(u8 src) in upscale_7_to_16bit() function384 midi2->note.velocity = upscale_7_to_16bit(midi1->note.velocity); in cvt_ump_midi1_to_midi2()775 data->note.velocity = upscale_7_to_16bit(event->data.note.velocity & 0x7f); in note_ev_to_ump_midi2()