Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.h65 GThread *reader_thread; member
Dgstipcpipelinecomm.c2171 reader_thread (gpointer data) in reader_thread() function
2208 if (comm->reader_thread) in gst_ipc_pipeline_comm_start_reader_thread()
2220 comm->reader_thread = in gst_ipc_pipeline_comm_start_reader_thread()
2221 g_thread_new ("reader", (GThreadFunc) reader_thread, comm); in gst_ipc_pipeline_comm_start_reader_thread()
2228 if (!comm->reader_thread) in gst_ipc_pipeline_comm_stop_reader_thread()
2232 g_thread_join (comm->reader_thread); in gst_ipc_pipeline_comm_stop_reader_thread()
2233 comm->reader_thread = NULL; in gst_ipc_pipeline_comm_stop_reader_thread()
Dgstipcpipelinesink.c611 if (!sink->comm.reader_thread) { in gst_ipc_pipeline_sink_change_state()
Dgstipcpipelinesrc.c945 if (!src->comm.reader_thread) { in gst_ipc_pipeline_src_change_state()