Home
last modified time | relevance | path

Searched refs:autodetect (Results 1 – 25 of 2420) sorted by relevance

12345678910>>...97

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dautodetect.c318 rdp->autodetect); in autodetect_send_bandwidth_measure_results()
373 rdp->autodetect->netCharBandwidth, rdp->autodetect->netCharAverageRTT); in autodetect_send_netchar_sync()
403 rdp->autodetect->netCharAverageRTT = GetTickCount64() - rdp->autodetect->rttMeasureStartTime; in autodetect_recv_rtt_measure_response()
405 if (rdp->autodetect->netCharBaseRTT == 0 || in autodetect_recv_rtt_measure_response()
406 rdp->autodetect->netCharBaseRTT > rdp->autodetect->netCharAverageRTT) in autodetect_recv_rtt_measure_response()
407 rdp->autodetect->netCharBaseRTT = rdp->autodetect->netCharAverageRTT; in autodetect_recv_rtt_measure_response()
424 rdp->autodetect->bandwidthMeasureByteCount = 0; in autodetect_recv_bandwidth_measure_start()
517 rdp->autodetect->netCharBandwidth = rdp->autodetect->bandwidthMeasureByteCount * 8 / in autodetect_recv_bandwidth_measure_results()
520 rdp->autodetect->netCharBandwidth = 0; in autodetect_recv_bandwidth_measure_results()
569 rdp->autodetect->netCharBaseRTT, rdp->autodetect->netCharBandwidth, in autodetect_recv_netchar_result()
[all …]
/dports/devel/allegro/allegro-4.4.3.1/src/unix/
H A Dudrvlist.c77 void _unix_register_gfx_driver(int id, GFX_DRIVER *driver, int autodetect, int priority) in _unix_register_gfx_driver() argument
80 _driver_list_prepend_driver(&_unix_gfx_driver_list, id, driver, autodetect); in _unix_register_gfx_driver()
82 _driver_list_append_driver(&_unix_gfx_driver_list, id, driver, autodetect); in _unix_register_gfx_driver()
90 void _unix_register_digi_driver(int id, DIGI_DRIVER *driver, int autodetect, int priority) in _unix_register_digi_driver() argument
93 _driver_list_prepend_driver(&_unix_digi_driver_list, id, driver, autodetect); in _unix_register_digi_driver()
95 _driver_list_append_driver(&_unix_digi_driver_list, id, driver, autodetect); in _unix_register_digi_driver()
103 void _unix_register_midi_driver(int id, MIDI_DRIVER *driver, int autodetect, int priority) in _unix_register_midi_driver() argument
106 _driver_list_prepend_driver(&_unix_midi_driver_list, id, driver, autodetect); in _unix_register_midi_driver()
108 _driver_list_append_driver(&_unix_midi_driver_list, id, driver, autodetect); in _unix_register_midi_driver()
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Ddrvlist.c50 drv->autodetect = FALSE; in _create_driver_list()
71 void _driver_list_append_driver(_DRIVER_INFO **drvlist, int id, void *driver, int autodetect) in _driver_list_append_driver() argument
86 drv[c].autodetect = autodetect; in _driver_list_append_driver()
89 drv[c+1].autodetect = FALSE; in _driver_list_append_driver()
99 void _driver_list_prepend_driver(_DRIVER_INFO **drvlist, int id, void *driver, int autodetect) in _driver_list_prepend_driver() argument
116 drv[0].autodetect = autodetect; in _driver_list_prepend_driver()
132 _driver_list_append_driver(drvlist, srclist->id, srclist->driver, srclist->autodetect); in _driver_list_append_list()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-compression/
H A Dtest-compression.c69 bool autodetect) in test_compression_handler_short() argument
120 bool autodetect) in test_compression_handler_empty() argument
156 bool autodetect) in test_compression_handler_seek() argument
220 bool autodetect) in test_compression_handler_reset() argument
281 bool autodetect) in test_compression_handler() argument
384 bool autodetect) in test_compression_handler_partial_parent_write() argument
448 bool autodetect) in test_compression_handler_random_io() argument
592 bool autodetect) in test_compression_handler_large_random_io() argument
653 bool autodetect) in test_compression_handler_errors() argument
735 (!autodetect || in test_compression_int()
[all …]
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/autodetect/
H A Dgstautovideosink.c57 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init() local
96 autodetect->media_klass = "Video"; in gst_auto_video_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_video_sink_init()
103 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure() argument
105 GstAutoVideoSink *self = GST_AUTO_VIDEO_SINK (autodetect); in gst_auto_video_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property() local
120 if (autodetect->kid) in gst_auto_video_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_video_sink_set_property()
H A Dgstautoaudiosink.c57 static void gst_auto_audio_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_audio_sink_init() local
96 autodetect->media_klass = "Audio"; in gst_auto_audio_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_audio_sink_init()
103 gst_auto_audio_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_audio_sink_configure() argument
105 GstAutoAudioSink *self = GST_AUTO_AUDIO_SINK (autodetect); in gst_auto_audio_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_audio_sink_set_property() local
120 if (autodetect->kid) in gst_auto_audio_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_audio_sink_set_property()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/autodetect/
H A Dgstautovideosink.c57 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init() local
96 autodetect->media_klass = "Video"; in gst_auto_video_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_video_sink_init()
103 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure() argument
105 GstAutoVideoSink *self = GST_AUTO_VIDEO_SINK (autodetect); in gst_auto_video_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property() local
120 if (autodetect->kid) in gst_auto_video_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_video_sink_set_property()
H A Dgstautoaudiosink.c57 static void gst_auto_audio_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_audio_sink_init() local
96 autodetect->media_klass = "Audio"; in gst_auto_audio_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_audio_sink_init()
103 gst_auto_audio_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_audio_sink_configure() argument
105 GstAutoAudioSink *self = GST_AUTO_AUDIO_SINK (autodetect); in gst_auto_audio_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_audio_sink_set_property() local
120 if (autodetect->kid) in gst_auto_audio_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_audio_sink_set_property()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/autodetect/
H A Dgstautoaudiosink.c57 static void gst_auto_audio_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_audio_sink_init() local
96 autodetect->media_klass = "Audio"; in gst_auto_audio_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_audio_sink_init()
103 gst_auto_audio_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_audio_sink_configure() argument
105 GstAutoAudioSink *self = GST_AUTO_AUDIO_SINK (autodetect); in gst_auto_audio_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_audio_sink_set_property() local
120 if (autodetect->kid) in gst_auto_audio_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_audio_sink_set_property()
H A Dgstautovideosink.c57 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init() local
96 autodetect->media_klass = "Video"; in gst_auto_video_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_video_sink_init()
103 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure() argument
105 GstAutoVideoSink *self = GST_AUTO_VIDEO_SINK (autodetect); in gst_auto_video_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property() local
120 if (autodetect->kid) in gst_auto_video_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_video_sink_set_property()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/autodetect/
H A Dgstautoaudiosink.c57 static void gst_auto_audio_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_audio_sink_init() local
96 autodetect->media_klass = "Audio"; in gst_auto_audio_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_audio_sink_init()
103 gst_auto_audio_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_audio_sink_configure() argument
105 GstAutoAudioSink *self = GST_AUTO_AUDIO_SINK (autodetect); in gst_auto_audio_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_audio_sink_set_property() local
120 if (autodetect->kid) in gst_auto_audio_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_audio_sink_set_property()
H A Dgstautovideosink.c57 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init() local
96 autodetect->media_klass = "Video"; in gst_auto_video_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_video_sink_init()
103 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure() argument
105 GstAutoVideoSink *self = GST_AUTO_VIDEO_SINK (autodetect); in gst_auto_video_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property() local
120 if (autodetect->kid) in gst_auto_video_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_video_sink_set_property()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/autodetect/
H A Dgstautovideosink.c57 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init() local
96 autodetect->media_klass = "Video"; in gst_auto_video_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_video_sink_init()
103 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure() argument
105 GstAutoVideoSink *self = GST_AUTO_VIDEO_SINK (autodetect); in gst_auto_video_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property() local
120 if (autodetect->kid) in gst_auto_video_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_video_sink_set_property()
H A Dgstautoaudiosink.c57 static void gst_auto_audio_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_audio_sink_init() local
96 autodetect->media_klass = "Audio"; in gst_auto_audio_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_audio_sink_init()
103 gst_auto_audio_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_audio_sink_configure() argument
105 GstAutoAudioSink *self = GST_AUTO_AUDIO_SINK (autodetect); in gst_auto_audio_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_audio_sink_set_property() local
120 if (autodetect->kid) in gst_auto_audio_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_audio_sink_set_property()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/autodetect/
H A Dgstautoaudiosink.c57 static void gst_auto_audio_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_audio_sink_init() local
96 autodetect->media_klass = "Audio"; in gst_auto_audio_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_audio_sink_init()
103 gst_auto_audio_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_audio_sink_configure() argument
105 GstAutoAudioSink *self = GST_AUTO_AUDIO_SINK (autodetect); in gst_auto_audio_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_audio_sink_set_property() local
120 if (autodetect->kid) in gst_auto_audio_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_audio_sink_set_property()
H A Dgstautovideosink.c57 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init() local
96 autodetect->media_klass = "Video"; in gst_auto_video_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_video_sink_init()
103 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure() argument
105 GstAutoVideoSink *self = GST_AUTO_VIDEO_SINK (autodetect); in gst_auto_video_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property() local
120 if (autodetect->kid) in gst_auto_video_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_video_sink_set_property()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/autodetect/
H A Dgstautoaudiosink.c57 static void gst_auto_audio_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_audio_sink_init() local
96 autodetect->media_klass = "Audio"; in gst_auto_audio_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_audio_sink_init()
103 gst_auto_audio_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_audio_sink_configure() argument
105 GstAutoAudioSink *self = GST_AUTO_AUDIO_SINK (autodetect); in gst_auto_audio_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_audio_sink_set_property() local
120 if (autodetect->kid) in gst_auto_audio_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_audio_sink_set_property()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/autodetect/
H A Dgstautovideosink.c57 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init() local
96 autodetect->media_klass = "Video"; in gst_auto_video_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_video_sink_init()
103 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure() argument
105 GstAutoVideoSink *self = GST_AUTO_VIDEO_SINK (autodetect); in gst_auto_video_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property() local
120 if (autodetect->kid) in gst_auto_video_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_video_sink_set_property()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/autodetect/
H A Dgstautoaudiosink.c57 static void gst_auto_audio_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_audio_sink_init() local
96 autodetect->media_klass = "Audio"; in gst_auto_audio_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_audio_sink_init()
103 gst_auto_audio_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_audio_sink_configure() argument
105 GstAutoAudioSink *self = GST_AUTO_AUDIO_SINK (autodetect); in gst_auto_audio_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_audio_sink_set_property() local
120 if (autodetect->kid) in gst_auto_audio_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_audio_sink_set_property()
H A Dgstautovideosink.c57 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init() local
96 autodetect->media_klass = "Video"; in gst_auto_video_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_video_sink_init()
103 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure() argument
105 GstAutoVideoSink *self = GST_AUTO_VIDEO_SINK (autodetect); in gst_auto_video_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property() local
120 if (autodetect->kid) in gst_auto_video_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_video_sink_set_property()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/autodetect/
H A Dgstautovideosink.c57 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init() local
96 autodetect->media_klass = "Video"; in gst_auto_video_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_video_sink_init()
103 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure() argument
105 GstAutoVideoSink *self = GST_AUTO_VIDEO_SINK (autodetect); in gst_auto_video_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property() local
120 if (autodetect->kid) in gst_auto_video_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_video_sink_set_property()
H A Dgstautoaudiosink.c57 static void gst_auto_audio_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_audio_sink_init() local
96 autodetect->media_klass = "Audio"; in gst_auto_audio_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_audio_sink_init()
103 gst_auto_audio_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_audio_sink_configure() argument
105 GstAutoAudioSink *self = GST_AUTO_AUDIO_SINK (autodetect); in gst_auto_audio_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_audio_sink_set_property() local
120 if (autodetect->kid) in gst_auto_audio_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_audio_sink_set_property()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/autodetect/
H A Dgstautoaudiosink.c57 static void gst_auto_audio_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_audio_sink_init() local
96 autodetect->media_klass = "Audio"; in gst_auto_audio_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_audio_sink_init()
103 gst_auto_audio_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_audio_sink_configure() argument
105 GstAutoAudioSink *self = GST_AUTO_AUDIO_SINK (autodetect); in gst_auto_audio_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_audio_sink_set_property() local
120 if (autodetect->kid) in gst_auto_audio_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_audio_sink_set_property()
H A Dgstautovideosink.c57 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init() local
96 autodetect->media_klass = "Video"; in gst_auto_video_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_video_sink_init()
103 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure() argument
105 GstAutoVideoSink *self = GST_AUTO_VIDEO_SINK (autodetect); in gst_auto_video_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property() local
120 if (autodetect->kid) in gst_auto_video_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_video_sink_set_property()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/autodetect/
H A Dgstautovideosink.c57 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init() local
96 autodetect->media_klass = "Video"; in gst_auto_video_sink_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_video_sink_init()
103 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure() argument
105 GstAutoVideoSink *self = GST_AUTO_VIDEO_SINK (autodetect); in gst_auto_video_sink_configure()
115 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property() local
120 if (autodetect->kid) in gst_auto_video_sink_set_property()
121 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_video_sink_set_property()

12345678910>>...97