Searched refs:on_buffer (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/ |
D | gstipcpipelinecomm.h | 79 void (*on_buffer) (guint32, GstBuffer *, gpointer); member 119 void (*on_buffer) (guint32, GstBuffer *, gpointer),
|
D | gstipcpipelinesink.c | 414 on_buffer (guint32 id, GstBuffer * buffer, gpointer user_data) in on_buffer() function 560 if (!gst_ipc_pipeline_comm_start_reader_thread (&sink->comm, on_buffer, in gst_ipc_pipeline_sink_start_reader_thread()
|
D | gstipcpipelinecomm.c | 1936 if (comm->on_buffer) in read_many() 1937 (*comm->on_buffer) (comm->id, buf, comm->user_data); in read_many() 2201 void (*on_buffer) (guint32, GstBuffer *, gpointer), in gst_ipc_pipeline_comm_start_reader_thread() 2212 comm->on_buffer = on_buffer; in gst_ipc_pipeline_comm_start_reader_thread()
|
D | gstipcpipelinesrc.c | 621 on_buffer (guint32 id, GstBuffer * buffer, gpointer user_data) in on_buffer() function 904 if (!gst_ipc_pipeline_comm_start_reader_thread (&src->comm, on_buffer, in gst_ipc_pipeline_src_start_reader_thread()
|