Searched refs:pa_rtp_context_new_send (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/src/modules/rtp/ |
H A D | rtp.h | 33 pa_rtp_context* pa_rtp_context_new_send(int fd, uint8_t payload, size_t mtu, const pa_sample_spec *ss, bool enable_opus);
|
H A D | module-rtp-send.c | 504 if (!(u->rtp_context = pa_rtp_context_new_send(fd, payload, mtu, &ss, enable_opus))) in pa__init()
|
H A D | rtp-native.c | 61 pa_rtp_context* pa_rtp_context_new_send(int fd, uint8_t payload, size_t mtu, const pa_sample_spec *ss, bool enable_opus) { in pa_rtp_context_new_send() function
|
H A D | rtp-gstreamer.c | 205 pa_rtp_context* pa_rtp_context_new_send(int fd, uint8_t payload, size_t mtu, const pa_sample_spec *ss, bool enable_opus) { in pa_rtp_context_new_send() function
|
Completed in 3 milliseconds