/third_party/gstreamer/gstreamer/gst/ |
D | gsttracer.c | 50 PROP_LAST enumerator 53 static GParamSpec *properties[PROP_LAST]; 88 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_tracer_class_init()
|
D | gstcontrolbinding.c | 85 PROP_LAST enumerator 88 static GParamSpec *properties[PROP_LAST]; 111 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_control_binding_class_init()
|
D | gststreams.c | 80 PROP_LAST enumerator 83 static GParamSpec *gst_stream_pspecs[PROP_LAST] = { 0 };
|
D | gststreamcollection.c | 62 PROP_LAST enumerator
|
D | gstobject.c | 105 PROP_LAST enumerator 134 static GParamSpec *properties[PROP_LAST]; 173 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_object_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gst-cpu-throttling-clock.c | 46 PROP_LAST enumerator 49 static GParamSpec *param_specs[PROP_LAST] = { NULL, }; 193 g_object_class_install_properties (oclass, PROP_LAST, param_specs); in gst_cpu_throttling_clock_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstfakeaudiosink.c | 51 PROP_LAST enumerator 72 gst_fake_sink_proxy_properties (GST_ELEMENT_CAST (self), child, PROP_LAST); in gst_fake_audio_sink_proxy_properties()
|
D | gstfakevideosink.c | 77 PROP_LAST enumerator 137 gst_fake_sink_proxy_properties (GST_ELEMENT_CAST (self), child, PROP_LAST); in gst_fake_video_sink_proxy_properties()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/ |
D | gsttranscoder-signal-adapter.c | 51 PROP_LAST enumerator 54 static GParamSpec *param_specs[PROP_LAST] = { NULL, }; 326 g_object_class_install_properties (gobject_class, PROP_LAST, param_specs); in gst_transcoder_signal_adapter_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/bs2b/ |
D | gstbs2b.c | 73 PROP_LAST, enumerator 76 static GParamSpec *properties[PROP_LAST]; 223 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_bs2b_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay-signal-adapter.c | 55 PROP_LAST enumerator 58 static GParamSpec *param_specs[PROP_LAST] = { NULL, }; 458 g_object_class_install_properties (gobject_class, PROP_LAST, param_specs); in gst_play_signal_adapter_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpmp1sdepay.c | 41 PROP_LAST enumerator
|
/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | gstargbcontrolbinding.c | 81 PROP_LAST enumerator 84 static GParamSpec *properties[PROP_LAST]; 132 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_argb_control_binding_class_init()
|
D | gstdirectcontrolbinding.c | 82 PROP_LAST enumerator 85 static GParamSpec *properties[PROP_LAST]; 212 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_direct_control_binding_class_init()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstclocksync.c | 67 PROP_LAST enumerator 70 static GParamSpec *properties[PROP_LAST]; 159 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_clock_sync_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecvp8dec.c | 42 PROP_LAST = PROP_0 enumerator 813 gst_v4l2_decoder_set_property (dec, prop_id - PROP_LAST, value, pspec); in gst_v4l2_codec_vp8_dec_set_property() 827 gst_v4l2_decoder_get_property (dec, prop_id - PROP_LAST, value, pspec); in gst_v4l2_codec_vp8_dec_get_property() 909 gst_v4l2_decoder_install_properties (gobject_class, PROP_LAST, device); in gst_v4l2_codec_vp8_dec_subclass_init()
|
D | gstv4l2codecmpeg2dec.c | 46 PROP_LAST = PROP_0 enumerator 951 gst_v4l2_decoder_set_property (dec, prop_id - PROP_LAST, value, pspec); in gst_v4l2_codec_mpeg2_dec_set_property() 965 gst_v4l2_decoder_get_property (dec, prop_id - PROP_LAST, value, pspec); in gst_v4l2_codec_mpeg2_dec_get_property() 1047 gst_v4l2_decoder_install_properties (gobject_class, PROP_LAST, device); in gst_v4l2_codec_mpeg2_dec_subclass_init()
|
D | gstv4l2codecvp9dec.c | 42 PROP_LAST = PROP_0 enumerator 1021 gst_v4l2_decoder_set_property (dec, prop_id - PROP_LAST, value, pspec); in gst_v4l2_codec_vp9_dec_set_property() 1035 gst_v4l2_decoder_get_property (dec, prop_id - PROP_LAST, value, pspec); in gst_v4l2_codec_vp9_dec_get_property() 1121 gst_v4l2_decoder_install_properties (gobject_class, PROP_LAST, device); in gst_v4l2_codec_vp9_dec_subclass_init()
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gstclockoverlay.c | 64 PROP_LAST enumerator
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11screencapturesrc.cpp | 60 PROP_LAST, enumerator 63 static GParamSpec *properties[PROP_LAST]; 167 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_d3d11_screen_capture_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/opensles/ |
D | openslessink.c | 50 PROP_LAST enumerator
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer.c | 130 PROP_LAST enumerator 171 static GParamSpec *param_specs[PROP_LAST] = { NULL, }; 301 g_object_class_install_properties (gobject_class, PROP_LAST, param_specs); in gst_player_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstahssrc.c | 87 PROP_LAST enumerator 90 static GParamSpec *properties[PROP_LAST];
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/ |
D | gstfragment.c | 42 PROP_LAST enumerator
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsadeviceprovider.c | 173 PROP_LAST enumerator
|