/third_party/glib/gio/ |
D | gdummytlsbackend.c | 172 GObjectClass *gobject_class = G_OBJECT_CLASS (certificate_class); in g_dummy_tls_certificate_class_init() local 174 gobject_class->get_property = g_dummy_tls_certificate_get_property; in g_dummy_tls_certificate_class_init() 175 gobject_class->set_property = g_dummy_tls_certificate_set_property; in g_dummy_tls_certificate_class_init() 177 g_object_class_override_property (gobject_class, PROP_CERT_CERTIFICATE, "certificate"); in g_dummy_tls_certificate_class_init() 178 g_object_class_override_property (gobject_class, PROP_CERT_CERTIFICATE_PEM, "certificate-pem"); in g_dummy_tls_certificate_class_init() 179 g_object_class_override_property (gobject_class, PROP_CERT_PRIVATE_KEY, "private-key"); in g_dummy_tls_certificate_class_init() 180 g_object_class_override_property (gobject_class, PROP_CERT_PRIVATE_KEY_PEM, "private-key-pem"); in g_dummy_tls_certificate_class_init() 181 g_object_class_override_property (gobject_class, PROP_CERT_ISSUER, "issuer"); in g_dummy_tls_certificate_class_init() 279 GObjectClass *gobject_class = G_OBJECT_CLASS (connection_class); in g_dummy_tls_connection_class_init() local 282 gobject_class->get_property = g_dummy_tls_connection_get_property; in g_dummy_tls_connection_class_init() [all …]
|
D | gtlsconnection.c | 101 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in g_tls_connection_class_init() local 103 gobject_class->get_property = g_tls_connection_get_property; in g_tls_connection_class_init() 104 gobject_class->set_property = g_tls_connection_set_property; in g_tls_connection_class_init() 105 gobject_class->finalize = g_tls_connection_finalize; in g_tls_connection_class_init() 118 g_object_class_install_property (gobject_class, PROP_BASE_IO_STREAM, in g_tls_connection_class_init() 135 g_object_class_install_property (gobject_class, PROP_USE_SYSTEM_CERTDB, in g_tls_connection_class_init() 153 g_object_class_install_property (gobject_class, PROP_DATABASE, in g_tls_connection_class_init() 169 g_object_class_install_property (gobject_class, PROP_INTERACTION, in g_tls_connection_class_init() 184 g_object_class_install_property (gobject_class, PROP_REQUIRE_CLOSE_NOTIFY, in g_tls_connection_class_init() 202 g_object_class_install_property (gobject_class, PROP_REHANDSHAKE_MODE, in g_tls_connection_class_init() [all …]
|
D | gproxyaddress.c | 189 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in g_proxy_address_class_init() local 191 gobject_class->finalize = g_proxy_address_finalize; in g_proxy_address_class_init() 192 gobject_class->set_property = g_proxy_address_set_property; in g_proxy_address_class_init() 193 gobject_class->get_property = g_proxy_address_get_property; in g_proxy_address_class_init() 195 g_object_class_install_property (gobject_class, in g_proxy_address_class_init() 205 g_object_class_install_property (gobject_class, in g_proxy_address_class_init() 215 g_object_class_install_property (gobject_class, in g_proxy_address_class_init() 233 g_object_class_install_property (gobject_class, in g_proxy_address_class_init() 243 g_object_class_install_property (gobject_class, in g_proxy_address_class_init() 253 g_object_class_install_property (gobject_class, in g_proxy_address_class_init() [all …]
|
/third_party/glib/gio/tests/ |
D | gtesttlsbackend.c | 217 GObjectClass *gobject_class = G_OBJECT_CLASS (test_class); in g_test_tls_certificate_class_init() local 220 gobject_class->get_property = g_test_tls_certificate_get_property; in g_test_tls_certificate_class_init() 221 gobject_class->set_property = g_test_tls_certificate_set_property; in g_test_tls_certificate_class_init() 222 gobject_class->finalize = g_test_tls_certificate_finalize; in g_test_tls_certificate_class_init() 226 g_object_class_override_property (gobject_class, PROP_CERT_CERTIFICATE, "certificate"); in g_test_tls_certificate_class_init() 227 g_object_class_override_property (gobject_class, PROP_CERT_CERTIFICATE_PEM, "certificate-pem"); in g_test_tls_certificate_class_init() 228 g_object_class_override_property (gobject_class, PROP_CERT_PRIVATE_KEY, "private-key"); in g_test_tls_certificate_class_init() 229 g_object_class_override_property (gobject_class, PROP_CERT_PRIVATE_KEY_PEM, "private-key-pem"); in g_test_tls_certificate_class_init() 230 g_object_class_override_property (gobject_class, PROP_CERT_ISSUER, "issuer"); in g_test_tls_certificate_class_init() 231 g_object_class_override_property (gobject_class, PROP_CERT_PKCS11_URI, "pkcs11-uri"); in g_test_tls_certificate_class_init() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/ |
D | rtptransceiver.c | 187 GObjectClass *gobject_class = (GObjectClass *) klass; in gst_webrtc_rtp_transceiver_class_init() local 189 gobject_class->get_property = gst_webrtc_rtp_transceiver_get_property; in gst_webrtc_rtp_transceiver_class_init() 190 gobject_class->set_property = gst_webrtc_rtp_transceiver_set_property; in gst_webrtc_rtp_transceiver_class_init() 191 gobject_class->constructed = gst_webrtc_rtp_transceiver_constructed; in gst_webrtc_rtp_transceiver_class_init() 192 gobject_class->dispose = gst_webrtc_rtp_transceiver_dispose; in gst_webrtc_rtp_transceiver_class_init() 193 gobject_class->finalize = gst_webrtc_rtp_transceiver_finalize; in gst_webrtc_rtp_transceiver_class_init() 195 g_object_class_install_property (gobject_class, in gst_webrtc_rtp_transceiver_class_init() 202 g_object_class_install_property (gobject_class, in gst_webrtc_rtp_transceiver_class_init() 209 g_object_class_install_property (gobject_class, in gst_webrtc_rtp_transceiver_class_init() 223 g_object_class_install_property (gobject_class, in gst_webrtc_rtp_transceiver_class_init() [all …]
|
D | sctptransport.c | 41 GObjectClass *gobject_class = (GObjectClass *) klass; in gst_webrtc_sctp_transport_class_init() local 44 gobject_class->get_property = gst_webrtc_sctp_transport_get_property; in gst_webrtc_sctp_transport_class_init() 46 g_object_class_install_property (gobject_class, in gst_webrtc_sctp_transport_class_init() 54 g_object_class_install_property (gobject_class, in gst_webrtc_sctp_transport_class_init() 62 g_object_class_install_property (gobject_class, in gst_webrtc_sctp_transport_class_init() 69 g_object_class_install_property (gobject_class, in gst_webrtc_sctp_transport_class_init()
|
D | dtlstransport.c | 209 GObjectClass *gobject_class = (GObjectClass *) klass; in gst_webrtc_dtls_transport_class_init() local 211 gobject_class->constructed = gst_webrtc_dtls_transport_constructed; in gst_webrtc_dtls_transport_class_init() 212 gobject_class->get_property = gst_webrtc_dtls_transport_get_property; in gst_webrtc_dtls_transport_class_init() 213 gobject_class->set_property = gst_webrtc_dtls_transport_set_property; in gst_webrtc_dtls_transport_class_init() 214 gobject_class->finalize = gst_webrtc_dtls_transport_finalize; in gst_webrtc_dtls_transport_class_init() 216 g_object_class_install_property (gobject_class, in gst_webrtc_dtls_transport_class_init() 222 g_object_class_install_property (gobject_class, in gst_webrtc_dtls_transport_class_init() 229 g_object_class_install_property (gobject_class, in gst_webrtc_dtls_transport_class_init() 237 g_object_class_install_property (gobject_class, in gst_webrtc_dtls_transport_class_init() 243 g_object_class_install_property (gobject_class, in gst_webrtc_dtls_transport_class_init() [all …]
|
D | icetransport.c | 160 GObjectClass *gobject_class = (GObjectClass *) klass; in gst_webrtc_ice_transport_class_init() local 162 gobject_class->constructed = gst_webrtc_ice_transport_constructed; in gst_webrtc_ice_transport_class_init() 163 gobject_class->get_property = gst_webrtc_ice_transport_get_property; in gst_webrtc_ice_transport_class_init() 164 gobject_class->set_property = gst_webrtc_ice_transport_set_property; in gst_webrtc_ice_transport_class_init() 165 gobject_class->finalize = gst_webrtc_ice_transport_finalize; in gst_webrtc_ice_transport_class_init() 167 g_object_class_install_property (gobject_class, in gst_webrtc_ice_transport_class_init() 174 g_object_class_install_property (gobject_class, in gst_webrtc_ice_transport_class_init() 181 g_object_class_install_property (gobject_class, in gst_webrtc_ice_transport_class_init()
|
D | datachannel.c | 188 GObjectClass *gobject_class = (GObjectClass *) klass; in gst_webrtc_data_channel_class_init() local 190 gobject_class->get_property = gst_webrtc_data_channel_get_property; in gst_webrtc_data_channel_class_init() 191 gobject_class->set_property = gst_webrtc_data_channel_set_property; in gst_webrtc_data_channel_class_init() 192 gobject_class->finalize = gst_webrtc_data_channel_finalize; in gst_webrtc_data_channel_class_init() 194 g_object_class_install_property (gobject_class, in gst_webrtc_data_channel_class_init() 201 g_object_class_install_property (gobject_class, in gst_webrtc_data_channel_class_init() 208 g_object_class_install_property (gobject_class, in gst_webrtc_data_channel_class_init() 217 g_object_class_install_property (gobject_class, in gst_webrtc_data_channel_class_init() 225 g_object_class_install_property (gobject_class, in gst_webrtc_data_channel_class_init() 232 g_object_class_install_property (gobject_class, in gst_webrtc_data_channel_class_init() [all …]
|
D | rtpsender.c | 137 GObjectClass *gobject_class = (GObjectClass *) klass; in gst_webrtc_rtp_sender_class_init() local 139 gobject_class->get_property = gst_webrtc_rtp_sender_get_property; in gst_webrtc_rtp_sender_class_init() 140 gobject_class->set_property = gst_webrtc_rtp_sender_set_property; in gst_webrtc_rtp_sender_class_init() 141 gobject_class->finalize = gst_webrtc_rtp_sender_finalize; in gst_webrtc_rtp_sender_class_init() 150 g_object_class_install_property (gobject_class, in gst_webrtc_rtp_sender_class_init() 165 g_object_class_install_property (gobject_class, in gst_webrtc_rtp_sender_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/equalizer/ |
D | gstiirequalizer10bands.c | 77 GObjectClass *gobject_class = (GObjectClass *) klass; in gst_iir_equalizer_10bands_class_init() local 80 gobject_class->set_property = gst_iir_equalizer_10bands_set_property; in gst_iir_equalizer_10bands_class_init() 81 gobject_class->get_property = gst_iir_equalizer_10bands_get_property; in gst_iir_equalizer_10bands_class_init() 83 g_object_class_install_property (gobject_class, PROP_BAND0, in gst_iir_equalizer_10bands_class_init() 88 g_object_class_install_property (gobject_class, PROP_BAND1, in gst_iir_equalizer_10bands_class_init() 93 g_object_class_install_property (gobject_class, PROP_BAND2, in gst_iir_equalizer_10bands_class_init() 98 g_object_class_install_property (gobject_class, PROP_BAND3, in gst_iir_equalizer_10bands_class_init() 103 g_object_class_install_property (gobject_class, PROP_BAND4, in gst_iir_equalizer_10bands_class_init() 108 g_object_class_install_property (gobject_class, PROP_BAND5, in gst_iir_equalizer_10bands_class_init() 113 g_object_class_install_property (gobject_class, PROP_BAND6, in gst_iir_equalizer_10bands_class_init() [all …]
|
D | gstiirequalizer3bands.c | 68 GObjectClass *gobject_class = (GObjectClass *) klass; in gst_iir_equalizer_3bands_class_init() local 71 gobject_class->set_property = gst_iir_equalizer_3bands_set_property; in gst_iir_equalizer_3bands_class_init() 72 gobject_class->get_property = gst_iir_equalizer_3bands_get_property; in gst_iir_equalizer_3bands_class_init() 74 g_object_class_install_property (gobject_class, PROP_BAND0, in gst_iir_equalizer_3bands_class_init() 79 g_object_class_install_property (gobject_class, PROP_BAND1, in gst_iir_equalizer_3bands_class_init() 84 g_object_class_install_property (gobject_class, PROP_BAND2, in gst_iir_equalizer_3bands_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11compositorbin.cpp | 105 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in gst_d3d11_compositor_bin_pad_class_init() local 107 gobject_class->dispose = gst_d3d11_compositor_bin_pad_dispose; in gst_d3d11_compositor_bin_pad_class_init() 108 gobject_class->set_property = gst_d3d11_compositor_bin_pad_set_property; in gst_d3d11_compositor_bin_pad_class_init() 109 gobject_class->get_property = gst_d3d11_compositor_bin_pad_get_property; in gst_d3d11_compositor_bin_pad_class_init() 112 g_object_class_install_property (gobject_class, PROP_PAD_EMIT_SIGNALS, in gst_d3d11_compositor_bin_pad_class_init() 280 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in gst_d3d11_compositor_bin_input_class_init() local 284 gobject_class->set_property = gst_d3d11_compositor_bin_input_set_property; in gst_d3d11_compositor_bin_input_class_init() 285 gobject_class->get_property = gst_d3d11_compositor_bin_input_get_property; in gst_d3d11_compositor_bin_input_class_init() 288 g_object_class_install_property (gobject_class, PROP_INPUT_ZORDER, in gst_d3d11_compositor_bin_input_class_init() 294 g_object_class_install_property (gobject_class, PROP_INPUT_REPEAT_AFTER_EOS, in gst_d3d11_compositor_bin_input_class_init() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gsttextoverlay.cpp | 145 GObjectClass *gobject_class; in gst_opencv_text_overlay_class_init() local 149 gobject_class = (GObjectClass *) klass; in gst_opencv_text_overlay_class_init() 150 gobject_class->finalize = in gst_opencv_text_overlay_class_init() 157 gobject_class->set_property = gst_opencv_text_overlay_set_property; in gst_opencv_text_overlay_class_init() 158 gobject_class->get_property = gst_opencv_text_overlay_get_property; in gst_opencv_text_overlay_class_init() 160 g_object_class_install_property (gobject_class, PROP_TEXT, in gst_opencv_text_overlay_class_init() 165 g_object_class_install_property (gobject_class, PROP_XPOS, in gst_opencv_text_overlay_class_init() 171 g_object_class_install_property (gobject_class, PROP_YPOS, in gst_opencv_text_overlay_class_init() 177 g_object_class_install_property (gobject_class, PROP_THICKNESS, in gst_opencv_text_overlay_class_init() 183 g_object_class_install_property (gobject_class, PROP_COLOR_R, in gst_opencv_text_overlay_class_init() [all …]
|
D | gstcvsmooth.cpp | 157 GObjectClass *gobject_class; in gst_cv_smooth_class_init() local 163 gobject_class = (GObjectClass *) klass; in gst_cv_smooth_class_init() 166 gobject_class->set_property = gst_cv_smooth_set_property; in gst_cv_smooth_class_init() 167 gobject_class->get_property = gst_cv_smooth_get_property; in gst_cv_smooth_class_init() 171 g_object_class_install_property (gobject_class, PROP_SMOOTH_TYPE, in gst_cv_smooth_class_init() 179 g_object_class_install_property (gobject_class, PROP_KERNELWIDTH, in gst_cv_smooth_class_init() 187 g_object_class_install_property (gobject_class, PROP_KERNELHEIGHT, in gst_cv_smooth_class_init() 192 g_object_class_install_property (gobject_class, PROP_COLORSIGMA, in gst_cv_smooth_class_init() 200 g_object_class_install_property (gobject_class, PROP_SPATIALSIGMA, in gst_cv_smooth_class_init() 205 g_object_class_install_property (gobject_class, PROP_POSITION_X, in gst_cv_smooth_class_init() [all …]
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglsinkbin.c | 115 GObjectClass *gobject_class; in gst_gl_sink_bin_class_init() local 119 gobject_class = (GObjectClass *) klass; in gst_gl_sink_bin_class_init() 124 gobject_class->set_property = gst_gl_sink_bin_set_property; in gst_gl_sink_bin_class_init() 125 gobject_class->get_property = gst_gl_sink_bin_get_property; in gst_gl_sink_bin_class_init() 126 gobject_class->finalize = gst_gl_sink_bin_finalize; in gst_gl_sink_bin_class_init() 128 g_object_class_install_property (gobject_class, PROP_FORCE_ASPECT_RATIO, in gst_gl_sink_bin_class_init() 133 g_object_class_install_property (gobject_class, PROP_SINK, in gst_gl_sink_bin_class_init() 142 g_object_class_install_property (gobject_class, PROP_SYNC, in gst_gl_sink_bin_class_init() 145 g_object_class_install_property (gobject_class, PROP_MAX_LATENESS, in gst_gl_sink_bin_class_init() 150 g_object_class_install_property (gobject_class, PROP_QOS, in gst_gl_sink_bin_class_init() [all …]
|
D | gstglvideomixer.c | 221 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in gst_gl_video_mixer_input_class_init() local 223 gobject_class->set_property = gst_gl_video_mixer_input_set_property; in gst_gl_video_mixer_input_class_init() 224 gobject_class->get_property = gst_gl_video_mixer_input_get_property; in gst_gl_video_mixer_input_class_init() 226 g_object_class_install_property (gobject_class, PROP_INPUT_ZORDER, in gst_gl_video_mixer_input_class_init() 230 g_object_class_install_property (gobject_class, PROP_INPUT_REPEAT_AFTER_EOS, in gst_gl_video_mixer_input_class_init() 236 g_object_class_install_property (gobject_class, PROP_INPUT_XPOS, in gst_gl_video_mixer_input_class_init() 240 g_object_class_install_property (gobject_class, PROP_INPUT_YPOS, in gst_gl_video_mixer_input_class_init() 244 g_object_class_install_property (gobject_class, PROP_INPUT_WIDTH, in gst_gl_video_mixer_input_class_init() 248 g_object_class_install_property (gobject_class, PROP_INPUT_HEIGHT, in gst_gl_video_mixer_input_class_init() 252 g_object_class_install_property (gobject_class, PROP_INPUT_ALPHA, in gst_gl_video_mixer_input_class_init() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/spandsp/ |
D | gsttonegeneratesrc.c | 86 GObjectClass *gobject_class; in gst_tone_generate_src_class_init() local 91 gobject_class = (GObjectClass *) klass; in gst_tone_generate_src_class_init() 96 gobject_class->set_property = gst_tone_generate_src_set_property; in gst_tone_generate_src_class_init() 97 gobject_class->get_property = gst_tone_generate_src_get_property; in gst_tone_generate_src_class_init() 98 gobject_class->finalize = gst_tone_generate_src_finalize; in gst_tone_generate_src_class_init() 100 g_object_class_install_property (gobject_class, PROP_SAMPLES_PER_BUFFER, in gst_tone_generate_src_class_init() 106 g_object_class_install_property (gobject_class, PROP_FREQ, in gst_tone_generate_src_class_init() 110 g_object_class_install_property (gobject_class, PROP_VOLUME, in gst_tone_generate_src_class_init() 115 g_object_class_install_property (gobject_class, PROP_FREQ2, in gst_tone_generate_src_class_init() 120 g_object_class_install_property (gobject_class, PROP_VOLUME2, in gst_tone_generate_src_class_init() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/ |
D | gstfragment.c | 118 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in gst_fragment_class_init() local 120 gobject_class->set_property = gst_fragment_set_property; in gst_fragment_class_init() 121 gobject_class->get_property = gst_fragment_get_property; in gst_fragment_class_init() 122 gobject_class->dispose = gst_fragment_dispose; in gst_fragment_class_init() 123 gobject_class->finalize = gst_fragment_finalize; in gst_fragment_class_init() 125 g_object_class_install_property (gobject_class, PROP_INDEX, in gst_fragment_class_init() 129 g_object_class_install_property (gobject_class, PROP_NAME, in gst_fragment_class_init() 133 g_object_class_install_property (gobject_class, PROP_DISCONTINOUS, in gst_fragment_class_init() 138 g_object_class_install_property (gobject_class, PROP_DURATION, in gst_fragment_class_init() 142 g_object_class_install_property (gobject_class, PROP_BUFFER, in gst_fragment_class_init() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/rawparse/ |
D | gstvideoparse.c | 91 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in gst_video_parse_class_init() local 94 gobject_class->set_property = gst_video_parse_set_property; in gst_video_parse_class_init() 95 gobject_class->get_property = gst_video_parse_get_property; in gst_video_parse_class_init() 97 g_object_class_install_property (gobject_class, PROP_FORMAT, in gst_video_parse_class_init() 101 g_object_class_install_property (gobject_class, PROP_WIDTH, in gst_video_parse_class_init() 104 g_object_class_install_property (gobject_class, PROP_HEIGHT, in gst_video_parse_class_init() 107 g_object_class_install_property (gobject_class, PROP_FRAMERATE, in gst_video_parse_class_init() 111 g_object_class_install_property (gobject_class, PROP_PAR, in gst_video_parse_class_init() 115 g_object_class_install_property (gobject_class, PROP_INTERLACED, in gst_video_parse_class_init() 119 g_object_class_install_property (gobject_class, PROP_TOP_FIELD_FIRST, in gst_video_parse_class_init() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfh264enc.cpp | 244 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in gst_mf_h264_enc_class_init() local 254 gobject_class->finalize = gst_mf_h264_enc_finalize; in gst_mf_h264_enc_class_init() 255 gobject_class->get_property = gst_mf_h264_enc_get_property; in gst_mf_h264_enc_class_init() 256 gobject_class->set_property = gst_mf_h264_enc_set_property; in gst_mf_h264_enc_class_init() 258 g_object_class_install_property (gobject_class, PROP_BITRATE, in gst_mf_h264_enc_class_init() 264 g_object_class_install_property (gobject_class, PROP_RC_MODE, in gst_mf_h264_enc_class_init() 281 g_object_class_install_property (gobject_class, PROP_QUALITY, in gst_mf_h264_enc_class_init() 290 g_object_class_install_property (gobject_class, PROP_ADAPTIVE_MODE, in gst_mf_h264_enc_class_init() 305 g_object_class_install_property (gobject_class, PROP_BUFFER_SIZE, in gst_mf_h264_enc_class_init() 314 g_object_class_install_property (gobject_class, PROP_MAX_BITRATE, in gst_mf_h264_enc_class_init() [all …]
|
D | gstmfh265enc.cpp | 188 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in gst_mf_h265_enc_class_init() local 198 gobject_class->get_property = gst_mf_h265_enc_get_property; in gst_mf_h265_enc_class_init() 199 gobject_class->set_property = gst_mf_h265_enc_set_property; in gst_mf_h265_enc_class_init() 201 g_object_class_install_property (gobject_class, PROP_BITRATE, in gst_mf_h265_enc_class_init() 207 g_object_class_install_property (gobject_class, PROP_RC_MODE, in gst_mf_h265_enc_class_init() 222 g_object_class_install_property (gobject_class, PROP_BUFFER_SIZE, in gst_mf_h265_enc_class_init() 231 g_object_class_install_property (gobject_class, PROP_MAX_BITRATE, in gst_mf_h265_enc_class_init() 240 g_object_class_install_property (gobject_class, PROP_QUALITY_VS_SPEED, in gst_mf_h265_enc_class_init() 250 g_object_class_install_property (gobject_class, PROP_BFRAMES, in gst_mf_h265_enc_class_init() 259 g_object_class_install_property (gobject_class, PROP_GOP_SIZE, in gst_mf_h265_enc_class_init() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstahcsrc.c | 266 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in gst_ahc_src_class_init() local 271 gobject_class->set_property = gst_ahc_src_set_property; in gst_ahc_src_class_init() 272 gobject_class->get_property = gst_ahc_src_get_property; in gst_ahc_src_class_init() 273 gobject_class->finalize = gst_ahc_src_finalize; in gst_ahc_src_class_init() 299 g_object_class_install_property (gobject_class, PROP_DEVICE, in gst_ahc_src_class_init() 310 g_object_class_install_property (gobject_class, PROP_DEVICE_NAME, in gst_ahc_src_class_init() 324 g_object_class_install_property (gobject_class, PROP_DEVICE_ORIENTATION, in gst_ahc_src_class_init() 340 g_object_class_install_property (gobject_class, PROP_DEVICE_FACING, in gst_ahc_src_class_init() 351 g_object_class_install_property (gobject_class, PROP_FOCAL_LENGTH, in gst_ahc_src_class_init() 363 g_object_class_install_property (gobject_class, PROP_HORIZONTAL_VIEW_ANGLE, in gst_ahc_src_class_init() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtctransceiver.c | 169 GObjectClass *gobject_class = (GObjectClass *) klass; in webrtc_transceiver_class_init() local 171 gobject_class->get_property = webrtc_transceiver_get_property; in webrtc_transceiver_class_init() 172 gobject_class->set_property = webrtc_transceiver_set_property; in webrtc_transceiver_class_init() 173 gobject_class->finalize = webrtc_transceiver_finalize; in webrtc_transceiver_class_init() 177 g_object_class_install_property (gobject_class, in webrtc_transceiver_class_init() 184 g_object_class_install_property (gobject_class, in webrtc_transceiver_class_init() 192 g_object_class_install_property (gobject_class, in webrtc_transceiver_class_init() 199 g_object_class_install_property (gobject_class, in webrtc_transceiver_class_init()
|
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
D | gstrpicamsrc.c | 309 GObjectClass *gobject_class; in gst_rpi_cam_src_class_init() local 313 gobject_class = (GObjectClass *) klass; in gst_rpi_cam_src_class_init() 318 gobject_class->finalize = gst_rpi_cam_src_finalize; in gst_rpi_cam_src_class_init() 319 gobject_class->set_property = gst_rpi_cam_src_set_property; in gst_rpi_cam_src_class_init() 320 gobject_class->get_property = gst_rpi_cam_src_get_property; in gst_rpi_cam_src_class_init() 321 g_object_class_install_property (gobject_class, PROP_CAMERA_NUMBER, in gst_rpi_cam_src_class_init() 325 g_object_class_install_property (gobject_class, PROP_BITRATE, in gst_rpi_cam_src_class_init() 331 g_object_class_install_property (gobject_class, PROP_JPEG_QUALITY, in gst_rpi_cam_src_class_init() 336 g_object_class_install_property (gobject_class, PROP_KEYFRAME_INTERVAL, in gst_rpi_cam_src_class_init() 341 g_object_class_install_property (gobject_class, PROP_PREVIEW, in gst_rpi_cam_src_class_init() [all …]
|