Searched refs:GstIpcPipelineComm (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/ |
D | gstipcpipelinecomm.h | 87 } 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 …]
|
D | gstipcpipelinecomm.c | 97 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 …]
|
D | gstipcpipelinesink.h | 51 GstIpcPipelineComm comm;
|
D | gstipcpipelinesrc.h | 55 GstIpcPipelineComm comm;
|