Home
last modified time | relevance | path

Searched refs:get_times (Results 1 – 25 of 40) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbasesink46 base_sink_class->get_times = GST_DEBUG_FUNCPTR (gst_replace_get_times);
111 GST_DEBUG_OBJECT (replace, "get_times");
Dbasesrc48 base_src_class->get_times = GST_DEBUG_FUNCPTR (gst_replace_get_times);
145 GST_DEBUG_OBJECT (replace, "get_times");
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintersubsink.c108 base_sink_class->get_times = GST_DEBUG_FUNCPTR (gst_inter_sub_sink_get_times); in gst_inter_sub_sink_class_init()
Dgstintervideosink.c111 base_sink_class->get_times = in gst_inter_video_sink_class_init()
Dgstintersubsrc.c112 base_src_class->get_times = GST_DEBUG_FUNCPTR (gst_inter_sub_src_get_times); in gst_inter_sub_src_class_init()
Dgstinteraudiosink.c116 base_sink_class->get_times = in gst_inter_audio_sink_class_init()
Dgstinteraudiosrc.c127 base_src_class->get_times = GST_DEBUG_FUNCPTR (gst_inter_audio_src_get_times); in gst_inter_audio_src_class_init()
Dgstintervideosrc.c122 base_src_class->get_times = GST_DEBUG_FUNCPTR (gst_inter_video_src_get_times); in gst_inter_video_src_class_init()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.h206 void (*get_times) (GstBaseSrc *src, GstBuffer *buffer, member
Dgstbasesink.h184 void (*get_times) (GstBaseSink *sink, GstBuffer *buffer, member
Dgstbasesink.c627 klass->get_times = GST_DEBUG_FUNCPTR (gst_base_sink_default_get_times); in gst_base_sink_class_init()
2198 if (bclass->get_times) in gst_base_sink_get_sync_times()
2199 bclass->get_times (basesink, buffer, &start, &stop); in gst_base_sink_get_sync_times()
3958 if (bclass->get_times) in gst_base_sink_chain_unlocked()
3959 bclass->get_times (basesink, sync_buf, &start, &end); in gst_base_sink_chain_unlocked()
/third_party/gstreamer/gstplugins_good/ext/libcaca/
Dgstcacasink.c157 gstbasesink_class->get_times = GST_DEBUG_FUNCPTR (gst_cacasink_get_times); in gst_cacasink_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideosink.c213 basesink_class->get_times = GST_DEBUG_FUNCPTR (gst_video_sink_get_times); in gst_video_sink_class_init()
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpsink.c139 basesink_class->get_times = GST_DEBUG_FUNCPTR (gst_avtp_sink_get_times); in gst_avtp_sink_class_init()
/third_party/gstreamer/gstplugins_bad/sys/fbdev/
Dgstfbdevsink.c429 basesink_class->get_times = GST_DEBUG_FUNCPTR (gst_fbdevsink_get_times); in gst_fbdevsink_class_init()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfsink.c128 basesink_class->get_times = NULL; in gst_sf_sink_class_init()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsink.cc189 gstbasesink_class->get_times = gst_qt_sink_get_times; in gst_qt_sink_class_init()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgstgtkbasesink.c147 gstbasesink_class->get_times = gst_gtk_base_sink_get_times; in gst_gtk_base_sink_class_init()
/third_party/gstreamer/gstplugins_good/ext/aalib/
Dgstaasink.c224 gstbasesink_class->get_times = GST_DEBUG_FUNCPTR (gst_aasink_get_times); in gst_aasink_class_init()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspasource.c543 base_class->get_times = GST_DEBUG_FUNCPTR (gst_ladspa_source_type_get_times); in gst_ladspa_source_type_class_init()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvksink.c162 gstbasesink_class->get_times = gst_vulkan_sink_get_times; in gst_vulkan_sink_class_init()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfakesrc.c352 gstbase_src_class->get_times = GST_DEBUG_FUNCPTR (gst_fake_src_get_times); in gst_fake_src_class_init()
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2source.c667 src_class->get_times = gst_lv2_source_get_times; in gst_lv2_source_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasesrc.c132 gstbasesrc_class->get_times = GST_DEBUG_FUNCPTR (gst_gl_base_src_get_times); in gst_gl_base_src_class_init()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkaudiosink.cpp133 basesink_class->get_times = in gst_decklink_audio_sink_class_init()

12