Home
last modified time | relevance | path

Searched refs:basesrc_class (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideosrc.c125 GstBaseSrcClass *basesrc_class = GST_BASE_SRC_CLASS (klass); in gst_mf_video_src_class_init() local
175 basesrc_class->start = GST_DEBUG_FUNCPTR (gst_mf_video_src_start); in gst_mf_video_src_class_init()
176 basesrc_class->stop = GST_DEBUG_FUNCPTR (gst_mf_video_src_stop); in gst_mf_video_src_class_init()
177 basesrc_class->set_caps = GST_DEBUG_FUNCPTR (gst_mf_video_src_set_caps); in gst_mf_video_src_class_init()
178 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_mf_video_src_get_caps); in gst_mf_video_src_class_init()
179 basesrc_class->fixate = GST_DEBUG_FUNCPTR (gst_mf_video_src_fixate); in gst_mf_video_src_class_init()
180 basesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_mf_video_src_unlock); in gst_mf_video_src_class_init()
181 basesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_mf_video_src_unlock_stop); in gst_mf_video_src_class_init()
182 basesrc_class->query = GST_DEBUG_FUNCPTR (gst_mf_video_src_query); in gst_mf_video_src_class_init()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtpsrc.c90 GstBaseSrcClass *basesrc_class = GST_BASE_SRC_CLASS (klass); in gst_avdtp_src_class_init() local
98 basesrc_class->start = GST_DEBUG_FUNCPTR (gst_avdtp_src_start); in gst_avdtp_src_class_init()
99 basesrc_class->stop = GST_DEBUG_FUNCPTR (gst_avdtp_src_stop); in gst_avdtp_src_class_init()
100 basesrc_class->create = GST_DEBUG_FUNCPTR (gst_avdtp_src_create); in gst_avdtp_src_class_init()
101 basesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_avdtp_src_unlock); in gst_avdtp_src_class_init()
102 basesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_avdtp_src_unlock_stop); in gst_avdtp_src_class_init()
103 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_avdtp_src_getcaps); in gst_avdtp_src_class_init()
104 basesrc_class->query = GST_DEBUG_FUNCPTR (gst_avdtp_src_query); in gst_avdtp_src_class_init()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstdataurisrc.c94 GstBaseSrcClass *basesrc_class = (GstBaseSrcClass *) klass; in gst_data_uri_src_class_init() local
115 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_data_uri_src_get_caps); in gst_data_uri_src_class_init()
116 basesrc_class->get_size = GST_DEBUG_FUNCPTR (gst_data_uri_src_get_size); in gst_data_uri_src_class_init()
117 basesrc_class->is_seekable = GST_DEBUG_FUNCPTR (gst_data_uri_src_is_seekable); in gst_data_uri_src_class_init()
118 basesrc_class->create = GST_DEBUG_FUNCPTR (gst_data_uri_src_create); in gst_data_uri_src_class_init()
119 basesrc_class->start = GST_DEBUG_FUNCPTR (gst_data_uri_src_start); in gst_data_uri_src_class_init()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapturesrc.cpp140 GstBaseSrcClass *basesrc_class = GST_BASE_SRC_CLASS (klass); in gst_d3d11_screen_capture_src_class_init() local
182 basesrc_class->get_caps = in gst_d3d11_screen_capture_src_class_init()
184 basesrc_class->fixate = in gst_d3d11_screen_capture_src_class_init()
186 basesrc_class->set_caps = in gst_d3d11_screen_capture_src_class_init()
188 basesrc_class->decide_allocation = in gst_d3d11_screen_capture_src_class_init()
190 basesrc_class->start = GST_DEBUG_FUNCPTR (gst_d3d11_screen_capture_src_start); in gst_d3d11_screen_capture_src_class_init()
191 basesrc_class->stop = GST_DEBUG_FUNCPTR (gst_d3d11_screen_capture_src_stop); in gst_d3d11_screen_capture_src_class_init()
192 basesrc_class->unlock = in gst_d3d11_screen_capture_src_class_init()
194 basesrc_class->unlock_stop = in gst_d3d11_screen_capture_src_class_init()
196 basesrc_class->query = in gst_d3d11_screen_capture_src_class_init()
[all …]
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2src.c143 GstBaseSrcClass *basesrc_class; in gst_v4l2src_class_init() local
148 basesrc_class = GST_BASE_SRC_CLASS (klass); in gst_v4l2src_class_init()
188 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_v4l2src_get_caps); in gst_v4l2src_class_init()
189 basesrc_class->start = GST_DEBUG_FUNCPTR (gst_v4l2src_start); in gst_v4l2src_class_init()
190 basesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_v4l2src_unlock); in gst_v4l2src_class_init()
191 basesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_v4l2src_unlock_stop); in gst_v4l2src_class_init()
192 basesrc_class->stop = GST_DEBUG_FUNCPTR (gst_v4l2src_stop); in gst_v4l2src_class_init()
193 basesrc_class->query = GST_DEBUG_FUNCPTR (gst_v4l2src_query); in gst_v4l2src_class_init()
194 basesrc_class->negotiate = GST_DEBUG_FUNCPTR (gst_v4l2src_negotiate); in gst_v4l2src_class_init()
195 basesrc_class->decide_allocation = in gst_v4l2src_class_init()
/third_party/gstreamer/gstplugins_bad/ext/openni2/
Dgstopenni2src.cpp122 GstBaseSrcClass *basesrc_class; in gst_openni2_src_class_init() local
126 basesrc_class = (GstBaseSrcClass *) klass; in gst_openni2_src_class_init()
148 basesrc_class->start = GST_DEBUG_FUNCPTR (gst_openni2_src_start); in gst_openni2_src_class_init()
149 basesrc_class->stop = GST_DEBUG_FUNCPTR (gst_openni2_src_stop); in gst_openni2_src_class_init()
150 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_openni2_src_get_caps); in gst_openni2_src_class_init()
151 basesrc_class->set_caps = GST_DEBUG_FUNCPTR (gst_openni2_src_set_caps); in gst_openni2_src_class_init()
152 basesrc_class->decide_allocation = in gst_openni2_src_class_init()
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpsrc.c97 GstBaseSrcClass *basesrc_class = GST_BASE_SRC_CLASS (klass); in gst_avtp_src_class_init() local
122 basesrc_class->start = GST_DEBUG_FUNCPTR (gst_avtp_src_start); in gst_avtp_src_class_init()
123 basesrc_class->stop = GST_DEBUG_FUNCPTR (gst_avtp_src_stop); in gst_avtp_src_class_init()
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
Dgstrpicamsrc.c311 GstBaseSrcClass *basesrc_class; in gst_rpi_cam_src_class_init() local
315 basesrc_class = (GstBaseSrcClass *) klass; in gst_rpi_cam_src_class_init()
527 basesrc_class->start = GST_DEBUG_FUNCPTR (gst_rpi_cam_src_start); in gst_rpi_cam_src_class_init()
528 basesrc_class->stop = GST_DEBUG_FUNCPTR (gst_rpi_cam_src_stop); in gst_rpi_cam_src_class_init()
529 basesrc_class->decide_allocation = in gst_rpi_cam_src_class_init()
531 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_rpi_cam_src_get_caps); in gst_rpi_cam_src_class_init()
532 basesrc_class->set_caps = GST_DEBUG_FUNCPTR (gst_rpi_cam_src_set_caps); in gst_rpi_cam_src_class_init()
533 basesrc_class->fixate = GST_DEBUG_FUNCPTR (gst_rpi_cam_src_fixate); in gst_rpi_cam_src_class_init()
534 basesrc_class->event = GST_DEBUG_FUNCPTR (gst_rpi_cam_src_event); in gst_rpi_cam_src_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c322 GstBaseSrcClass *basesrc_class = (GstBaseSrcClass *) klass; in gst_app_src_class_init() local
729 basesrc_class->negotiate = gst_app_src_negotiate; in gst_app_src_class_init()
730 basesrc_class->get_caps = gst_app_src_internal_get_caps; in gst_app_src_class_init()
731 basesrc_class->create = gst_app_src_create; in gst_app_src_class_init()
732 basesrc_class->start = gst_app_src_start; in gst_app_src_class_init()
733 basesrc_class->stop = gst_app_src_stop; in gst_app_src_class_init()
734 basesrc_class->unlock = gst_app_src_unlock; in gst_app_src_class_init()
735 basesrc_class->unlock_stop = gst_app_src_unlock_stop; in gst_app_src_class_init()
736 basesrc_class->do_seek = gst_app_src_do_seek; in gst_app_src_class_init()
737 basesrc_class->is_seekable = gst_app_src_is_seekable; in gst_app_src_class_init()
[all …]
Dgstappsrc.h121 GstBaseSrcClass basesrc_class; member
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkaudiosrc.cpp151 GstBaseSrcClass *basesrc_class = GST_BASE_SRC_CLASS (klass); in gst_decklink_audio_src_class_init() local
161 basesrc_class->query = GST_DEBUG_FUNCPTR (gst_decklink_audio_src_query); in gst_decklink_audio_src_class_init()
162 basesrc_class->negotiate = NULL; in gst_decklink_audio_src_class_init()
163 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_decklink_audio_src_get_caps); in gst_decklink_audio_src_class_init()
164 basesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_decklink_audio_src_unlock); in gst_decklink_audio_src_class_init()
165 basesrc_class->unlock_stop = in gst_decklink_audio_src_class_init()
Dgstdecklinkvideosrc.cpp253 GstBaseSrcClass *basesrc_class = GST_BASE_SRC_CLASS (klass); in gst_decklink_video_src_class_init() local
264 basesrc_class->query = GST_DEBUG_FUNCPTR (gst_decklink_video_src_query); in gst_decklink_video_src_class_init()
265 basesrc_class->negotiate = NULL; in gst_decklink_video_src_class_init()
266 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_decklink_video_src_get_caps); in gst_decklink_video_src_class_init()
267 basesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_decklink_video_src_unlock); in gst_decklink_video_src_class_init()
268 basesrc_class->unlock_stop = in gst_decklink_video_src_class_init()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdewarp.cpp179 GstBaseTransformClass *basesrc_class = GST_BASE_TRANSFORM_CLASS (klass); in gst_dewarp_class_init() local
189 basesrc_class->transform_caps = GST_DEBUG_FUNCPTR (gst_dewarp_transform_caps); in gst_dewarp_class_init()
190 basesrc_class->transform_ip_on_passthrough = FALSE; in gst_dewarp_class_init()
191 basesrc_class->passthrough_on_same_caps = TRUE; in gst_dewarp_class_init()
/third_party/gstreamer/gstplugins_bad/ext/dc1394/
Dgstdc1394src.c139 GstBaseSrcClass *basesrc_class; in gst_dc1394_src_class_init() local
144 basesrc_class = GST_BASE_SRC_CLASS (klass); in gst_dc1394_src_class_init()
183 basesrc_class->start = GST_DEBUG_FUNCPTR (gst_dc1394_src_start); in gst_dc1394_src_class_init()
184 basesrc_class->stop = GST_DEBUG_FUNCPTR (gst_dc1394_src_stop); in gst_dc1394_src_class_init()
185 basesrc_class->set_caps = GST_DEBUG_FUNCPTR (gst_dc1394_src_set_caps); in gst_dc1394_src_class_init()
186 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_dc1394_src_get_caps); in gst_dc1394_src_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiocdsrc.c209 GstBaseSrcClass *basesrc_class; in gst_audio_cd_src_class_init() local
214 basesrc_class = (GstBaseSrcClass *) klass; in gst_audio_cd_src_class_init()
274 basesrc_class->start = GST_DEBUG_FUNCPTR (gst_audio_cd_src_start); in gst_audio_cd_src_class_init()
275 basesrc_class->stop = GST_DEBUG_FUNCPTR (gst_audio_cd_src_stop); in gst_audio_cd_src_class_init()
276 basesrc_class->query = GST_DEBUG_FUNCPTR (gst_audio_cd_src_query); in gst_audio_cd_src_class_init()
277 basesrc_class->event = GST_DEBUG_FUNCPTR (gst_audio_cd_src_handle_event); in gst_audio_cd_src_class_init()
278 basesrc_class->do_seek = GST_DEBUG_FUNCPTR (gst_audio_cd_src_do_seek); in gst_audio_cd_src_class_init()
279 basesrc_class->is_seekable = GST_DEBUG_FUNCPTR (gst_audio_cd_src_is_seekable); in gst_audio_cd_src_class_init()
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasiosrc.cpp84 GstBaseSrcClass *basesrc_class = GST_BASE_SRC_CLASS (klass); in gst_asio_src_class_init() local
127 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_asio_src_get_caps); in gst_asio_src_class_init()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dplaybin.c697 GstBaseSrcClass *basesrc_class = GST_BASE_SRC_CLASS (klass); in gst_red_video_src_class_init() local
709 basesrc_class->get_caps = gst_red_video_src_get_caps; in gst_red_video_src_class_init()
798 GstBaseSrcClass *basesrc_class = GST_BASE_SRC_CLASS (klass); in gst_codec_src_class_init() local
810 basesrc_class->get_caps = gst_codec_src_get_caps; in gst_codec_src_class_init()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2src.c116 GstBaseSrcClass *basesrc_class = GST_BASE_SRC_CLASS (klass); in gst_wasapi2_src_class_init() local
187 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_wasapi2_src_get_caps); in gst_wasapi2_src_class_init()