Home
last modified time | relevance | path

Searched defs:jack_nframes_t (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/mlt7/mlt-7.0.1/src/modules/jackrack/
H A Dprocess.h63 typedef guint32 jack_nframes_t; typedef
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/jackrack/
H A Dprocess.h63 typedef guint32 jack_nframes_t; typedef
/dports/audio/carla/Carla-2.4.1/source/tests.old/
H A DWineJack.cpp37 static int _process(jack_nframes_t, void*) in _process() argument
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackAudioPort.cpp38 static void AudioBufferInit(void* buffer, size_t buffer_size, jack_nframes_t) in AudioBufferInit() argument
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-sys-0.2.0/src/
H A Dlib.rs19 pub type jack_nframes_t = ::libc::uint32_t; typedef
463 pub fn jack_get_current_transport_frame(client: *const jack_client_t) in jack_get_current_transport_frame()
509 pub fn jack_cycle_wait(client: *mut jack_client_t) -> jack_nframes_t; in jack_cycle_wait()
581 pub fn jack_get_sample_rate(arg1: *mut jack_client_t) -> jack_nframes_t; in jack_get_sample_rate()
665 pub fn jack_port_get_latency(port: *mut jack_port_t) -> jack_nframes_t; in jack_port_get_latency()
667 port: *mut jack_port_t) in jack_port_get_total_latency()
682 pub fn jack_frames_since_cycle_start(arg1: *const jack_client_t) in jack_frames_since_cycle_start()
684 pub fn jack_frame_time(arg1: *const jack_client_t) -> jack_nframes_t; in jack_frame_time()
685 pub fn jack_last_frame_time(client: *const jack_client_t) in jack_last_frame_time()
692 arg1: jack_time_t) -> jack_nframes_t; in jack_time_to_frames()
[all …]
/dports/audio/jamulus/jamulus-r3_8_1/linux/
H A Dsound.cpp325 int CSound::bufferSizeCallback ( jack_nframes_t, void* arg ) in bufferSizeCallback() argument
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/jack/
H A Djack_common.c201 int (*process)(jack_nframes_t, void *)) in bg_jack_open_client()
/dports/audio/carla/Carla-2.4.1/source/tests.old/jack-enum-test/
H A Djack-enum-test-func.cpp38 typedef uint32_t jack_nframes_t; typedef
/dports/www/firefox/firefox-99.0/third_party/rust/midir/src/backend/jack/
H A Dmod.rs169 extern "C" fn handle_input<T>(nframes: jack_nframes_t, arg: *mut c_void) -> i32 { in handle_input()
344 extern "C" fn handle_output(nframes: jack_nframes_t, arg: *mut c_void) -> i32 { in handle_output()
H A Dwrappers.rs215 … pub fn event_reserve(&mut self, time: jack_nframes_t, data_size: usize) -> *mut jack_midi_data_t { in event_reserve()
/dports/audio/carla/Carla-2.4.1/source/libjack/
H A Dlibjack_ports.cpp197 void* jack_port_get_buffer(jack_port_t* port, jack_nframes_t) in jack_port_get_buffer() argument
/dports/multimedia/pipewire/pipewire-0.3.43/pipewire-jack/jack/
H A Dtypes.h33 typedef uint32_t jack_nframes_t; typedef
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/jack/
H A Dtypes.h33 typedef uint32_t jack_nframes_t; typedef
/dports/audio/musescore/MuseScore-3.6.1/audio/drivers/
H A Djackaudio.cpp319 void JackAudio::timebase(jack_transport_state_t state, jack_nframes_t /*nframes*/, jack_position_t … in timebase() argument
/dports/audio/cadence/Cadence-0.9.1/c++/jackbridge/
H A DJackBridge.hpp153 typedef uint32_t jack_nframes_t; typedef
/dports/audio/carla/Carla-2.4.1/source/jackbridge/
H A DJackBridge.hpp178 typedef uint32_t jack_nframes_t; typedef
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/distrho/src/jackbridge/
H A DJackBridge.hpp179 typedef uint32_t jack_nframes_t; typedef
/dports/audio/cadence/Cadence-0.9.1/src/
H A Djacklib.py73 jack_nframes_t = c_uint32 variable