/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | basesink | 46 base_sink_class->get_times = GST_DEBUG_FUNCPTR (gst_replace_get_times); 111 GST_DEBUG_OBJECT (replace, "get_times");
|
D | basesrc | 48 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/ |
D | gstintersubsink.c | 108 base_sink_class->get_times = GST_DEBUG_FUNCPTR (gst_inter_sub_sink_get_times); in gst_inter_sub_sink_class_init()
|
D | gstintervideosink.c | 111 base_sink_class->get_times = in gst_inter_video_sink_class_init()
|
D | gstintersubsrc.c | 112 base_src_class->get_times = GST_DEBUG_FUNCPTR (gst_inter_sub_src_get_times); in gst_inter_sub_src_class_init()
|
D | gstinteraudiosink.c | 116 base_sink_class->get_times = in gst_inter_audio_sink_class_init()
|
D | gstinteraudiosrc.c | 127 base_src_class->get_times = GST_DEBUG_FUNCPTR (gst_inter_audio_src_get_times); in gst_inter_audio_src_class_init()
|
D | gstintervideosrc.c | 122 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/ |
D | gstbasesrc.h | 206 void (*get_times) (GstBaseSrc *src, GstBuffer *buffer, member
|
D | gstbasesink.h | 184 void (*get_times) (GstBaseSink *sink, GstBuffer *buffer, member
|
D | gstbasesink.c | 627 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/ |
D | gstcacasink.c | 157 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/ |
D | gstvideosink.c | 213 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/ |
D | gstavtpsink.c | 139 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/ |
D | gstfbdevsink.c | 429 basesink_class->get_times = GST_DEBUG_FUNCPTR (gst_fbdevsink_get_times); in gst_fbdevsink_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfsink.c | 128 basesink_class->get_times = NULL; in gst_sf_sink_class_init()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqtsink.cc | 189 gstbasesink_class->get_times = gst_qt_sink_get_times; in gst_qt_sink_class_init()
|
/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | gstgtkbasesink.c | 147 gstbasesink_class->get_times = gst_gtk_base_sink_get_times; in gst_gtk_base_sink_class_init()
|
/third_party/gstreamer/gstplugins_good/ext/aalib/ |
D | gstaasink.c | 224 gstbasesink_class->get_times = GST_DEBUG_FUNCPTR (gst_aasink_get_times); in gst_aasink_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspasource.c | 543 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/ |
D | vksink.c | 162 gstbasesink_class->get_times = gst_vulkan_sink_get_times; in gst_vulkan_sink_class_init()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfakesrc.c | 352 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/ |
D | gstlv2source.c | 667 src_class->get_times = gst_lv2_source_get_times; in gst_lv2_source_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasesrc.c | 132 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/ |
D | gstdecklinkaudiosink.cpp | 133 basesink_class->get_times = in gst_decklink_audio_sink_class_init()
|