Home
last modified time | relevance | path

Searched refs:SrcFuncs (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgltestsrc.h70 struct SrcFuncs struct
79 const struct SrcFuncs * gst_gl_test_src_get_src_funcs_for_pattern (GstGLTestSrcPattern pattern); argument
Dgltestsrc.c571 static const struct SrcFuncs src_smpte = {
636 static const struct SrcFuncs G_PASTE (src_,name) = { \
674 static const struct SrcFuncs src_blink = {
804 static const struct SrcFuncs G_PASTE(src_checkers,spacing) = { \
905 static const struct SrcFuncs src_snow = {
1050 static const struct SrcFuncs src_mandelbrot = {
1162 static const struct SrcFuncs src_circular = {
1170 static const struct SrcFuncs *src_impls[] = {
1187 const struct SrcFuncs *
Dgstgltestsrc.h62 const struct SrcFuncs *src_funcs;
Dgstgltestsrc.c253 const struct SrcFuncs *funcs; in gst_gl_test_src_callback()