Home
last modified time | relevance | path

Searched refs:unlock_stop (Results 1 – 25 of 64) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/ext/wpe/wpe-extension/
Dgstwpeaudiosink.c194 unlock_stop (GstBaseSink * sink) in unlock_stop() function
308 gstbasesink_class->unlock_stop = GST_DEBUG_FUNCPTR (unlock_stop); in gst_wpe_audio_sink_class_init()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfsourceobject.c250 if (klass->unlock_stop) in gst_mf_source_object_set_flushing()
251 klass->unlock_stop (object); in gst_mf_source_object_set_flushing()
Dgstmfsourceobject.h77 gboolean (*unlock_stop) (GstMFSourceObject * object); member
Dgstmfvideosrc.c181 basesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_mf_video_src_unlock_stop); in gst_mf_video_src_class_init()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbasesink51 base_sink_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_replace_unlock_stop);
167 GST_DEBUG_OBJECT (replace, "unlock_stop");
Dbasesrc54 base_src_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_replace_unlock_stop);
213 GST_DEBUG_OBJECT (replace, "unlock_stop");
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window.h150 gboolean (*unlock_stop) (GstD3D11Window * window); member
Dgstd3d11window.cpp1105 if (klass->unlock_stop) in gst_d3d11_window_unlock_stop()
1106 ret = klass->unlock_stop (window); in gst_d3d11_window_unlock_stop()
Dgstd3d11window_corewindow.cpp259 window_class->unlock_stop = in gst_d3d11_window_core_window_class_init()
Dgstd3d11window_swapchainpanel.cpp225 window_class->unlock_stop = in gst_d3d11_window_swap_chain_panel_class_init()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.h234 gboolean (*unlock_stop) (GstBaseSrc *src); member
Dgstbasesink.h200 gboolean (*unlock_stop) (GstBaseSink *sink); member
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiobasesink.c68 gstbasesink_class->unlock_stop = in gst_gio_base_sink_class_init()
Dgstgiobasesrc.c74 gstbasesrc_class->unlock_stop = in gst_gio_base_src_class_init()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgsttcpclientsink.c133 gstbasesink_class->unlock_stop = gst_tcp_client_sink_unlock_stop; in gst_tcp_client_sink_class_init()
Dgstsocketsrc.c169 gstbasesrc_class->unlock_stop = gst_socket_src_unlock_stop; in gst_socket_src_class_init()
Dgsttcpclientsrc.c170 gstbasesrc_class->unlock_stop = gst_tcp_client_src_unlock_stop; in gst_tcp_client_src_class_init()
Dgsttcpserversrc.c165 gstbasesrc_class->unlock_stop = gst_tcp_server_src_unlock_stop; in gst_tcp_server_src_class_init()
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtsink.c383 gstbasesink_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_srt_sink_unlock_stop); in gst_srt_sink_class_init()
Dgstsrtsrc.c438 gstbasesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_srt_src_unlock_stop); in gst_srt_src_class_init()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsrc.c119 gstbasesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_shm_src_unlock_stop); in gst_shm_src_class_init()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtpsrc.c102 basesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_avdtp_src_unlock_stop); in gst_avdtp_src_class_init()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsink.c163 gstbasesink_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_fd_sink_unlock_stop); in gst_fd_sink_class_init()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2sink.c193 basesink_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_v4l2sink_unlock_stop); in gst_v4l2sink_class_init()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstdynudpsink.c147 gstbasesink_class->unlock_stop = gst_dynudpsink_unlock_stop; in gst_dynudpsink_class_init()

123