Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstchildproxy.c172 if (iface->get_children_count != NULL) in gst_child_proxy_get_children_count()
173 return iface->get_children_count (parent); in gst_child_proxy_get_children_count()
Dgstchildproxy.h86 guint (*get_children_count) (GstChildProxy * parent); member
Dgstbin.c318 iface->get_children_count = gst_bin_child_proxy_get_children_count; in gst_bin_child_proxy_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmosaic.c491 iface->get_children_count = gst_gl_mosaic_child_proxy_get_children_count; in gst_gl_mosaic_child_proxy_init()
Dgstglmixerbin.c647 iface->get_children_count = gst_gl_mixer_bin_child_proxy_get_children_count; in gst_gl_mixer_bin_child_proxy_init()
Dgstglstereomix.c799 iface->get_children_count = gst_gl_stereo_mix_child_proxy_get_children_count; in gst_gl_stereo_mix_child_proxy_init()
Dgstglvideomixer.c1697 iface->get_children_count = gst_gl_video_mixer_child_proxy_get_children_count; in gst_gl_video_mixer_child_proxy_init()
/third_party/gstreamer/gstplugins_bad/ext/iqa/
Diqa.c138 iface->get_children_count = gst_iqa_child_proxy_get_children_count; in gst_iqa_child_proxy_init()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiomixer.c458 iface->get_children_count = gst_audiomixer_child_proxy_get_children_count; in gst_audiomixer_child_proxy_init()
Dgstaudiointerleave.c903 iface->get_children_count = in gst_audio_interleave_child_proxy_init()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositorbin.cpp1009 iface->get_children_count = in gst_d3d11_compositor_bin_child_proxy_init()
Dgstd3d11compositor.cpp1635 iface->get_children_count = in gst_d3d11_compositor_child_proxy_init()
/third_party/gstreamer/gstplugins_bad/gst/switchbin/
Dgstswitchbin.c172 child_proxy_iface->get_children_count = in gst_switch_bin_child_proxy_iface_init()
/third_party/gstreamer/gstplugins_good/gst/equalizer/
Dgstiirequalizer.c353 iface->get_children_count = gst_iir_equalizer_child_proxy_get_children_count; in gst_iir_equalizer_child_proxy_interface_init()
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c1588 iface->get_children_count = gst_adder_child_proxy_get_children_count; in gst_adder_child_proxy_init()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c1708 iface->get_children_count = gst_compositor_child_proxy_get_children_count; in gst_compositor_child_proxy_init()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c2189 iface->get_children_count = gst_videomixer2_child_proxy_get_children_count; in gst_videomixer2_child_proxy_init()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c675 iface->get_children_count = gst_deinterlace_child_proxy_get_children_count;