Searched refs:pa_rtp_context (Results 1 – 5 of 5) sorted by relevance
/third_party/pulseaudio/src/modules/rtp/ |
D | rtp.h | 30 typedef struct pa_rtp_context pa_rtp_context; typedef 32 int pa_rtp_context_init_send(pa_rtp_context *c, int fd, uint8_t payload, size_t mtu, size_t frame_s… 33 pa_rtp_context* pa_rtp_context_new_send(int fd, uint8_t payload, size_t mtu, const pa_sample_spec *… 37 int pa_rtp_send(pa_rtp_context *c, pa_memblockq *q); 39 pa_rtp_context* pa_rtp_context_new_recv(int fd, uint8_t payload, const pa_sample_spec *ss, bool ena… 40 int pa_rtp_recv(pa_rtp_context *c, pa_memchunk *chunk, pa_mempool *pool, uint32_t *rtp_tstamp, stru… 42 void pa_rtp_context_free(pa_rtp_context *c); 44 size_t pa_rtp_context_get_frame_size(pa_rtp_context *c); 45 pa_rtpoll_item* pa_rtp_context_get_rtpoll_item(pa_rtp_context *c, pa_rtpoll *rtpoll);
|
D | rtp-gstreamer.c | 56 struct pa_rtp_context { struct 84 static bool init_send_pipeline(pa_rtp_context *c, int fd, uint8_t payload, size_t mtu, const pa_sam… in init_send_pipeline() argument 205 pa_rtp_context* pa_rtp_context_new_send(int fd, uint8_t payload, size_t mtu, const pa_sample_spec *… in pa_rtp_context_new_send() 206 pa_rtp_context *c = NULL; in pa_rtp_context_new_send() 216 c = pa_xnew0(pa_rtp_context, 1); in pa_rtp_context_new_send() 239 static bool process_bus_messages(pa_rtp_context *c) { in process_bus_messages() 267 int pa_rtp_send(pa_rtp_context *c, pa_memblockq *q) { in pa_rtp_send() 376 pa_rtp_context *c = (pa_rtp_context *) userdata; in on_pad_added() 409 pa_rtp_context *c = (pa_rtp_context *) userdata; in udpsrc_buffer_probe() 422 static bool init_receive_pipeline(pa_rtp_context *c, int fd, const pa_sample_spec *ss, bool enable_… in init_receive_pipeline() [all …]
|
D | rtp-native.c | 47 typedef struct pa_rtp_context { struct 59 } pa_rtp_context; argument 61 pa_rtp_context* pa_rtp_context_new_send(int fd, uint8_t payload, size_t mtu, const pa_sample_spec *… in pa_rtp_context_new_send() 62 pa_rtp_context *c; in pa_rtp_context_new_send() 68 c = pa_xnew0(pa_rtp_context, 1); in pa_rtp_context_new_send() 87 int pa_rtp_send(pa_rtp_context *c, pa_memblockq *q) { in pa_rtp_send() 174 pa_rtp_context* pa_rtp_context_new_recv(int fd, uint8_t payload, const pa_sample_spec *ss, bool ena… in pa_rtp_context_new_recv() 175 pa_rtp_context *c; in pa_rtp_context_new_recv() 179 c = pa_xnew0(pa_rtp_context, 1); in pa_rtp_context_new_recv() 192 int pa_rtp_recv(pa_rtp_context *c, pa_memchunk *chunk, pa_mempool *pool, uint32_t *rtp_tstamp, stru… in pa_rtp_recv() [all …]
|
D | module-rtp-send.c | 112 pa_rtp_context *rtp_context;
|
D | module-rtp-recv.c | 97 pa_rtp_context *rtp_context;
|