Home
last modified time | relevance | path

Searched refs:ausrc_st (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/baresip/baresip-0.5.8/modules/gst1/
H A Dgst.c46 struct ausrc_st { struct
73 struct ausrc_st *st = arg; in thread() argument
88 struct ausrc_st *st = data; in bus_watch_handler()
148 static void format_check(struct ausrc_st *st, GstStructure *s) in format_check()
178 static void play_packet(struct ausrc_st *st) in play_packet()
193 static void packet_handler(struct ausrc_st *st, GstBuffer *buffer) in packet_handler()
234 struct ausrc_st *st = user_data; in handoff_handler()
246 static void set_caps(struct ausrc_st *st) in set_caps()
283 static int gst_setup(struct ausrc_st *st) in gst_setup()
355 struct ausrc_st *st = arg; in gst_destructor()
[all …]
/dports/audio/baresip/baresip-0.5.8/modules/gst/
H A Dgst.c46 struct ausrc_st { struct
73 struct ausrc_st *st = arg; in thread() argument
88 struct ausrc_st *st = data; in bus_watch_handler()
148 static void format_check(struct ausrc_st *st, GstStructure *s) in format_check()
178 static void play_packet(struct ausrc_st *st) in play_packet()
193 static void packet_handler(struct ausrc_st *st, GstBuffer *buffer) in packet_handler()
227 struct ausrc_st *st = user_data; in handoff_handler()
238 static void set_caps(struct ausrc_st *st) in set_caps()
277 static int gst_setup(struct ausrc_st *st) in gst_setup()
348 struct ausrc_st *st = arg; in gst_destructor()
[all …]
/dports/audio/baresip/baresip-0.5.8/modules/winwave/
H A Dsrc.c18 struct ausrc_st { struct
32 struct ausrc_st *st = arg; in ausrc_destructor() argument
50 static int add_wave_in(struct ausrc_st *st) in add_wave_in()
84 struct ausrc_st *st = (struct ausrc_st *)dwInstance; in waveInCallback()
141 static int read_stream_open(struct ausrc_st *st, const struct ausrc_prm *prm, in read_stream_open()
190 int winwave_src_alloc(struct ausrc_st **stp, const struct ausrc *as, in winwave_src_alloc()
195 struct ausrc_st *st; in winwave_src_alloc()
H A Dwinwave.h14 int winwave_src_alloc(struct ausrc_st **stp, const struct ausrc *as,
/dports/audio/baresip/baresip-0.5.8/test/mock/
H A Dmock_ausrc.c12 struct ausrc_st { struct
26 struct ausrc_st *st = arg; in tmr_handler() argument
37 struct ausrc_st *st = arg; in ausrc_destructor()
44 static int mock_ausrc_alloc(struct ausrc_st **stp, const struct ausrc *as, in mock_ausrc_alloc()
49 struct ausrc_st *st; in mock_ausrc_alloc()
/dports/audio/baresip/baresip-0.5.8/modules/opensles/
H A Drecorder.c19 struct ausrc_st { struct
36 struct ausrc_st *st = arg; in ausrc_destructor() argument
56 struct ausrc_st *st = context; in bqRecorderCallback()
72 static int createAudioRecorder(struct ausrc_st *st, struct ausrc_prm *prm) in createAudioRecorder()
131 static int startRecording(struct ausrc_st *st) in startRecording()
155 int opensles_recorder_alloc(struct ausrc_st **stp, const struct ausrc *as, in opensles_recorder_alloc()
160 struct ausrc_st *st; in opensles_recorder_alloc()
H A Dopensles.h15 int opensles_recorder_alloc(struct ausrc_st **stp, const struct ausrc *as,
/dports/audio/baresip/baresip-0.5.8/modules/aufile/
H A Daufile.c21 struct ausrc_st { struct
41 struct ausrc_st *st = arg; in destructor() argument
58 struct ausrc_st *st = arg; in play_thread()
91 struct ausrc_st *st = arg; in timeout()
107 static int read_file(struct ausrc_st *st) in read_file()
149 static int alloc_handler(struct ausrc_st **stp, const struct ausrc *as, in alloc_handler()
154 struct ausrc_st *st; in alloc_handler()
/dports/audio/baresip/baresip-0.5.8/modules/rst/
H A Daudio.c19 struct ausrc_st { struct
40 struct ausrc_st *st = arg; in destructor() argument
62 struct ausrc_st *st = arg; in play_thread()
98 static inline int decode(struct ausrc_st *st) in decode()
137 void rst_audio_feed(struct ausrc_st *st, const uint8_t *buf, size_t sz) in rst_audio_feed()
165 static int alloc_handler(struct ausrc_st **stp, const struct ausrc *as, in alloc_handler()
170 struct ausrc_st *st; in alloc_handler()
H A Drst.h12 void rst_set_audio(struct rst *rst, struct ausrc_st *st);
17 void rst_audio_feed(struct ausrc_st *st, const uint8_t *buf, size_t sz);
H A Drst.c37 struct ausrc_st *ausrc_st; member
195 rst_audio_feed(rst->ausrc_st, mbuf_buf(mb), n); in recv_handler()
369 void rst_set_audio(struct rst *rst, struct ausrc_st *st) in rst_set_audio()
374 rst->ausrc_st = st; in rst_set_audio()
/dports/audio/baresip/baresip-0.5.8/modules/jack/
H A Djack_src.c14 struct ausrc_st { struct
51 struct ausrc_st *st = arg; in process_handler()
80 struct ausrc_st *st = arg; in ausrc_destructor()
91 static int start_jack(struct ausrc_st *st) in start_jack()
181 int jack_src_alloc(struct ausrc_st **stp, const struct ausrc *as, in jack_src_alloc()
186 struct ausrc_st *st; in jack_src_alloc()
H A Dmod_jack.h11 int jack_src_alloc(struct ausrc_st **stp, const struct ausrc *as,
/dports/audio/baresip/baresip-0.5.8/modules/alsa/
H A Dalsa_src.c20 struct ausrc_st { struct
36 struct ausrc_st *st = arg; in ausrc_destructor() argument
55 struct ausrc_st *st = arg; in read_thread()
94 int alsa_src_alloc(struct ausrc_st **stp, const struct ausrc *as, in alsa_src_alloc()
99 struct ausrc_st *st; in alsa_src_alloc()
/dports/audio/baresip/baresip-0.5.8/modules/aubridge/
H A Daubridge.h10 struct ausrc_st { struct
33 int src_alloc(struct ausrc_st **stp, const struct ausrc *as, argument
40 struct auplay_st *auplay, struct ausrc_st *ausrc);
H A Dsrc.c14 struct ausrc_st *st = arg; in ausrc_destructor()
22 int src_alloc(struct ausrc_st **stp, const struct ausrc *as, in src_alloc()
27 struct ausrc_st *st; in src_alloc()
H A Ddevice.c19 const struct ausrc_st *ausrc;
128 struct auplay_st *auplay, struct ausrc_st *ausrc) in device_connect()
/dports/audio/baresip/baresip-0.5.8/modules/coreaudio/
H A Drecorder.c18 struct ausrc_st { struct
31 struct ausrc_st *st = arg; in ausrc_destructor() argument
61 struct ausrc_st *st = userData; in record_handler()
90 int coreaudio_recorder_alloc(struct ausrc_st **stp, const struct ausrc *as, in coreaudio_recorder_alloc()
96 struct ausrc_st *st; in coreaudio_recorder_alloc()
H A Dcoreaudio.h15 int coreaudio_recorder_alloc(struct ausrc_st **stp, const struct ausrc *as,
/dports/audio/baresip/baresip-0.5.8/modules/pulse/
H A Drecorder.c15 struct ausrc_st { struct
32 struct ausrc_st *st = arg; in ausrc_destructor() argument
50 struct ausrc_st *st = arg; in read_thread()
112 int pulse_recorder_alloc(struct ausrc_st **stp, const struct ausrc *as, in pulse_recorder_alloc()
117 struct ausrc_st *st; in pulse_recorder_alloc()
H A Dpulse.h11 int pulse_recorder_alloc(struct ausrc_st **stp, const struct ausrc *as,
/dports/audio/baresip/baresip-0.5.8/modules/audiounit/
H A Drecorder.c16 struct ausrc_st { struct
30 struct ausrc_st *st = arg; in ausrc_destructor() argument
53 struct ausrc_st *st = inRefCon; in input_callback()
94 struct ausrc_st *st = arg; in interrupt_handler()
114 int audiounit_recorder_alloc(struct ausrc_st **stp, const struct ausrc *as, in audiounit_recorder_alloc()
122 struct ausrc_st *st; in audiounit_recorder_alloc()
/dports/audio/baresip/baresip-0.5.8/modules/portaudio/
H A Dportaudio.c28 struct ausrc_st { struct
61 struct ausrc_st *st = userData; in read_callback()
113 static int read_stream_open(struct ausrc_st *st, const struct ausrc_prm *prm, in read_stream_open()
181 struct ausrc_st *st = arg; in ausrc_destructor()
205 static int src_alloc(struct ausrc_st **stp, const struct ausrc *as, in src_alloc()
210 struct ausrc_st *st; in src_alloc()
/dports/audio/baresip/baresip-0.5.8/modules/sndio/
H A Dsndio.c22 struct ausrc_st { struct
73 struct ausrc_st *st = arg; in read_thread()
111 struct ausrc_st *st = arg; in ausrc_destructor()
141 static int src_alloc(struct ausrc_st **stp, const struct ausrc *as, in src_alloc()
146 struct ausrc_st *st; in src_alloc()
/dports/audio/baresip/baresip-0.5.8/modules/oss/
H A Doss.c38 struct ausrc_st { struct
165 struct ausrc_st *st = arg; in ausrc_destructor()
182 struct ausrc_st *st = arg; in record_thread()
218 static int src_alloc(struct ausrc_st **stp, const struct ausrc *as, in src_alloc()
223 struct ausrc_st *st; in src_alloc()

12