Searched refs:instance_init (Results 1 – 16 of 16) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2decoder.h | 104 GInstanceInitFunc instance_init,
|
D | gstv4l2decoder.c | 839 GInstanceInitFunc instance_init, const gchar * element_name_tmpl, in gst_v4l2_decoder_register() argument 853 type_info.instance_init = instance_init; in gst_v4l2_decoder_register()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavp8dec.c | 551 .instance_init = gst_va_vp8_dec_init, in gst_va_vp8_dec_register()
|
D | gstvavp9dec.c | 711 .instance_init = gst_va_vp9_dec_init, in gst_va_vp9_dec_register()
|
D | gstvampeg2dec.c | 682 .instance_init = gst_va_mpeg2_dec_init, in gst_va_mpeg2_dec_register()
|
D | gstvadeinterlace.c | 820 .instance_init = gst_va_deinterlace_init, in gst_va_deinterlace_register()
|
D | gstvah264dec.c | 971 .instance_init = gst_va_h264_dec_init, in gst_va_h264_dec_register()
|
D | gstvaav1dec.c | 963 .instance_init = gst_va_av1_dec_init, in gst_va_av1_dec_register()
|
D | gstvah265dec.c | 1342 .instance_init = gst_va_h265_dec_init, in gst_va_h265_dec_register()
|
D | gstvavpp.c | 2111 .instance_init = gst_va_vpp_init, in gst_va_vpp_register()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2transform.c | 1226 type_info.instance_init = gst_v4l2_transform_subinstance_init; in gst_v4l2_transform_register()
|
D | gstv4l2videodec.c | 1272 type_info.instance_init = gst_v4l2_video_dec_subinstance_init; in gst_v4l2_video_dec_register()
|
D | gstv4l2videoenc.c | 1241 type_info.instance_init = gst_v4l2_video_enc_subinstance_init; in gst_v4l2_video_enc_register()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 16860 gst: Don't ref_sink() GstObject subclasses in instance_init/constructor 100475 …gst/: Remove empty instance_init() functions to save relocs and lessen the noise. Remove some of t… 100483 Remove empty instance_init() functions to save relocs and lessen the 126101 …gst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instance_init as having two arguments instead of … 126104 * gst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instance_init
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 6519 audio/videodecoder: Initialize max_errors in instance_init() 97049 the instance_init function and there's no way to get the 97050 class struct of the current type in instance_init().
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 154790 The element would create normal pads in its instance_init function, 154792 the pads created in the instance_init function, and add new ghost
|