Home
last modified time | relevance | path

Searched defs:MIDITimeStamp (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/coremidi/src/
H A Dpackets.rs279 unsafe fn assign_packet(&mut self, packet_offset: usize, time: MIDITimeStamp, data: &[u8]) { in assign_packet()
383 pub fn new(time: MIDITimeStamp, data: &[u8]) -> PacketBuffer { in new()
442 pub fn push_data(&mut self, time: MIDITimeStamp, data: &[u8]) -> &mut Self { in push_data()
474 fn can_merge_into_last_packet(&self, time: MIDITimeStamp, data: &[u8]) -> (bool, usize) { in can_merge_into_last_packet()
731 unsafe fn compare_packet_list(packets: Vec<(MIDITimeStamp, Vec<u8>)>) { in compare_packet_list()
/dports/www/firefox/firefox-99.0/third_party/rust/coremidi-sys/src/
H A Dgenerated.rs36 pub type MIDITimeStamp = UInt64; typedef
940 time: MIDITimeStamp, in MIDIPacketListAdd()