Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstchildproxy.c149 if (iface->get_child_by_index != NULL) in gst_child_proxy_get_child_by_index()
150 return iface->get_child_by_index (parent, index); in gst_child_proxy_get_child_by_index()
Dgstchildproxy.h76 GObject * (*get_child_by_index) (GstChildProxy * parent, guint index); member
Dgstbin.c319 iface->get_child_by_index = gst_bin_child_proxy_get_child_by_index; in gst_bin_child_proxy_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmosaic.c490 iface->get_child_by_index = gst_gl_mosaic_child_proxy_get_child_by_index; in gst_gl_mosaic_child_proxy_init()
Dgstglmixerbin.c648 iface->get_child_by_index = gst_gl_mixer_bin_child_proxy_get_child_by_index; in gst_gl_mixer_bin_child_proxy_init()
Dgstglstereomix.c798 iface->get_child_by_index = gst_gl_stereo_mix_child_proxy_get_child_by_index; in gst_gl_stereo_mix_child_proxy_init()
Dgstglvideomixer.c1696 iface->get_child_by_index = gst_gl_video_mixer_child_proxy_get_child_by_index; in gst_gl_video_mixer_child_proxy_init()
/third_party/gstreamer/gstplugins_bad/ext/iqa/
Diqa.c137 iface->get_child_by_index = gst_iqa_child_proxy_get_child_by_index; in gst_iqa_child_proxy_init()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiomixer.c457 iface->get_child_by_index = gst_audiomixer_child_proxy_get_child_by_index; in gst_audiomixer_child_proxy_init()
Dgstaudiointerleave.c901 iface->get_child_by_index = in gst_audio_interleave_child_proxy_init()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositorbin.cpp1007 iface->get_child_by_index = in gst_d3d11_compositor_bin_child_proxy_init()
Dgstd3d11compositor.cpp1633 iface->get_child_by_index = in gst_d3d11_compositor_child_proxy_init()
/third_party/gstreamer/gstplugins_bad/gst/switchbin/
Dgstswitchbin.c170 child_proxy_iface->get_child_by_index = in gst_switch_bin_child_proxy_iface_init()
/third_party/gstreamer/gstplugins_good/gst/equalizer/
Dgstiirequalizer.c352 iface->get_child_by_index = gst_iir_equalizer_child_proxy_get_child_by_index; in gst_iir_equalizer_child_proxy_interface_init()
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c1587 iface->get_child_by_index = gst_adder_child_proxy_get_child_by_index; in gst_adder_child_proxy_init()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c1707 iface->get_child_by_index = gst_compositor_child_proxy_get_child_by_index; in gst_compositor_child_proxy_init()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c2188 iface->get_child_by_index = gst_videomixer2_child_proxy_get_child_by_index; in gst_videomixer2_child_proxy_init()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c674 iface->get_child_by_index = gst_deinterlace_child_proxy_get_child_by_index;