Home
last modified time | relevance | path

Searched refs:GstIpcPipelineComm (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.h87 } GstIpcPipelineComm; typedef
91 void gst_ipc_pipeline_comm_init (GstIpcPipelineComm *comm, GstElement *e);
92 void gst_ipc_pipeline_comm_clear (GstIpcPipelineComm *comm);
93 void gst_ipc_pipeline_comm_cancel (GstIpcPipelineComm * comm,
96 void gst_ipc_pipeline_comm_write_flow_ack_to_fd (GstIpcPipelineComm * comm,
98 void gst_ipc_pipeline_comm_write_boolean_ack_to_fd (GstIpcPipelineComm * comm,
101 GstIpcPipelineComm * comm, guint32 id, GstStateChangeReturn ret);
103 void gst_ipc_pipeline_comm_write_query_result_to_fd (GstIpcPipelineComm * comm,
107 GstIpcPipelineComm * comm, GstBuffer * buffer);
108 gboolean gst_ipc_pipeline_comm_write_event_to_fd (GstIpcPipelineComm * comm,
[all …]
Dgstipcpipelinecomm.c97 comm_request_wait (GstIpcPipelineComm * comm, CommRequest * req, in comm_request_wait()
202 gst_ipc_pipeline_comm_sync_fd (GstIpcPipelineComm * comm, guint32 id, in gst_ipc_pipeline_comm_sync_fd()
223 write_to_fd_raw (GstIpcPipelineComm * comm, const void *data, size_t size) in write_to_fd_raw()
266 write_byte_writer_to_fd (GstIpcPipelineComm * comm, GstByteWriter * bw) in write_byte_writer_to_fd()
282 gst_ipc_pipeline_comm_write_ack_to_fd (GstIpcPipelineComm * comm, guint32 id, in gst_ipc_pipeline_comm_write_ack_to_fd()
319 gst_ipc_pipeline_comm_write_flow_ack_to_fd (GstIpcPipelineComm * comm, in gst_ipc_pipeline_comm_write_flow_ack_to_fd()
327 gst_ipc_pipeline_comm_write_boolean_ack_to_fd (GstIpcPipelineComm * comm, in gst_ipc_pipeline_comm_write_boolean_ack_to_fd()
335 gst_ipc_pipeline_comm_write_state_change_ack_to_fd (GstIpcPipelineComm * comm, in gst_ipc_pipeline_comm_write_state_change_ack_to_fd()
343 gst_ipc_pipeline_comm_write_query_result_to_fd (GstIpcPipelineComm * comm, in gst_ipc_pipeline_comm_write_query_result_to_fd()
405 gst_ipc_pipeline_comm_read_query_result (GstIpcPipelineComm * comm, in gst_ipc_pipeline_comm_read_query_result()
[all …]
Dgstipcpipelinesink.h51 GstIpcPipelineComm comm;
Dgstipcpipelinesrc.h55 GstIpcPipelineComm comm;