Home
last modified time | relevance | path

Searched refs:videotestsrc (Results 1 – 25 of 67) sorted by relevance

123

/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c112 GST_ELEMENT_REGISTER_DEFINE (videotestsrc, "videotestsrc",
115 static void gst_video_test_src_set_pattern (GstVideoTestSrc * videotestsrc,
525 gst_video_test_src_set_pattern (GstVideoTestSrc * videotestsrc, in gst_video_test_src_set_pattern() argument
528 videotestsrc->pattern_type = pattern_type; in gst_video_test_src_set_pattern()
530 GST_DEBUG_OBJECT (videotestsrc, "setting pattern to %d", pattern_type); in gst_video_test_src_set_pattern()
534 videotestsrc->make_image = gst_video_test_src_smpte; in gst_video_test_src_set_pattern()
537 videotestsrc->make_image = gst_video_test_src_snow; in gst_video_test_src_set_pattern()
540 videotestsrc->make_image = gst_video_test_src_black; in gst_video_test_src_set_pattern()
543 videotestsrc->make_image = gst_video_test_src_white; in gst_video_test_src_set_pattern()
546 videotestsrc->make_image = gst_video_test_src_red; in gst_video_test_src_set_pattern()
[all …]
Dmeson.build24 'gstvideotestsrc.c', 'videotestsrc.c', orc_c, orc_h,
Dgstvideotestsrc.h211 GST_ELEMENT_REGISTER_DECLARE (videotestsrc);
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideotestsrc.c57 GstElement *videotestsrc; in setup_videotestsrc() local
60 videotestsrc = gst_check_setup_element ("videotestsrc"); in setup_videotestsrc()
61 mysinkpad = gst_check_setup_sink_pad (videotestsrc, &sinktemplate); in setup_videotestsrc()
64 return videotestsrc; in setup_videotestsrc()
68 cleanup_videotestsrc (GstElement * videotestsrc) in cleanup_videotestsrc() argument
75 gst_check_teardown_sink_pad (videotestsrc); in cleanup_videotestsrc()
76 gst_check_teardown_element (videotestsrc); in cleanup_videotestsrc()
81 GstElement *videotestsrc; in GST_START_TEST() local
87 videotestsrc = setup_videotestsrc (); in GST_START_TEST()
88 oclass = G_OBJECT_GET_CLASS (videotestsrc); in GST_START_TEST()
[all …]
Dencodebin.c735 GstElement *ebin, *pipeline, *audiotestsrc, *videotestsrc, *fakesink; in GST_START_TEST() local
745 videotestsrc = gst_element_factory_make ("videotestsrc", NULL); in GST_START_TEST()
746 g_object_set (videotestsrc, "num-buffers", 5, NULL); in GST_START_TEST()
752 gst_bin_add_many ((GstBin *) pipeline, audiotestsrc, videotestsrc, ebin, in GST_START_TEST()
755 fail_unless (gst_element_link (videotestsrc, ebin)); in GST_START_TEST()
794 GstElement *ebin, *pipeline, *audiotestsrc, *videotestsrc, *fakesink; in GST_START_TEST() local
805 videotestsrc = gst_element_factory_make ("videotestsrc", NULL); in GST_START_TEST()
806 g_object_set (videotestsrc, "num-buffers", 5, NULL); in GST_START_TEST()
812 gst_bin_add_many ((GstBin *) pipeline, audiotestsrc, videotestsrc, ebin, in GST_START_TEST()
825 srcpad = gst_element_get_static_pad (videotestsrc, "src"); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/examples/stepping/
Dframestep1.c93 GstElement *bin, *videotestsrc, *appsink; in main() local
103 videotestsrc = gst_element_factory_make ("videotestsrc", "videotestsrc"); in main()
104 g_assert (videotestsrc); in main()
105 g_object_set (videotestsrc, "num-buffers", 10, NULL); in main()
115 gst_bin_add (GST_BIN (bin), videotestsrc); in main()
119 gst_element_link_many (videotestsrc, appsink, NULL); in main()
/third_party/gstreamer/gstplugins_base/gst/videoscale/
DREADME2 gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-ra…
3 gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-ra…
4 gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-ra…
5 gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-ra…
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dassrender.c181 GstElement *appsrc, *videotestsrc, *capsfilter, *assrender, *fakesink; \
225 videotestsrc = gst_element_factory_make ("videotestsrc", NULL); \
226 fail_unless (videotestsrc != NULL); \
227 g_object_set (videotestsrc, "num-buffers", 5, "pattern", 4, NULL); \
238 gst_bin_add_many (GST_BIN (pipeline), appsrc, videotestsrc, capsfilter, \
242 fail_unless (gst_element_link_pads (videotestsrc, "src", capsfilter, "sink")); \
/third_party/gstreamer/gstplugins_base/tests/validate/compositor/
Drenogotiate_failing_unsupported_src_format.validatetest3 …"videotestsrc num-buffers=20 ! capsfilter caps=\"video/x-raw,format=I420\" ! capssetter name=cs ! …
4 videotestsrc num-buffers=20 ! capsfilter caps=\"video/x-raw,format=I420\" ! c.",
/third_party/gstreamer/gstreamer/docs/random/ds/
Dcaps8 videotestsrc ! xvimagesink
10 videotestsrc ! identity ! xvimagesink
12 videotestsrc ! videoscale ! xvimagesink
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
DREADME16 there is no command line arguments provided, then videotestsrc element
20 videotestsrc ! video/x-raw, width=640, height=480, framerate=(fraction)30/1 ! glupload ! fakesink s…
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dimagefreeze.c65 GstElement *videotestsrc, *capsfilter1, *imagefreeze, *capsfilter2, *fakesink; in setup_imagefreeze() local
70 videotestsrc = gst_element_factory_make ("videotestsrc", "src"); in setup_imagefreeze()
71 fail_unless (videotestsrc != NULL); in setup_imagefreeze()
72 g_object_set (videotestsrc, "num-buffers", 1, NULL); in setup_imagefreeze()
92 gst_bin_add_many (GST_BIN (pipeline), videotestsrc, capsfilter1, imagefreeze, in setup_imagefreeze()
95 fail_unless (gst_element_link_pads (videotestsrc, "src", capsfilter1, in setup_imagefreeze()
/third_party/gstreamer/gstplugins_base/gst/
Dmeson.build4 'videotestsrc', 'volume']
/third_party/gstreamer/gstplugins_bad/tests/validate/opencv/
Dcvtracker.validatetest3 …"videotestsrc pattern=ball animation-mode=frames num-buffers=90 ! video/x-raw,framerate=30/1,width…
/third_party/gstreamer/gstplugins_bad/gst/rawparse/
DREADME12 gst-launch-1.0 videotestsrc num_buffers=300 ! \
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/
Dserver-VTS-H263p-ATS-PCMA.sh9 videotestsrc ! $VCAPS ! avenc_h263p ! rtph263ppay ! rtpbin.send_rtp_sink_0 \
Dserver-VTS-VP8-ATS-OPUS.sh11 videotestsrc ! $VCAPS ! vp8enc ! rtpvp8pay ! rtpbin.send_rtp_sink_0 \
/third_party/gstreamer/gstplugins_base/tests/validate/videorate/
Dvideorate-test.meta12 …"videotestsrc pattern=ball animation-mode=frames ! video/x-raw,format=I420,framerate=$(in_framerat…
Dcheck-rate-prop.meta11 …"videotestsrc pattern=ball animation-mode=frames ! video/x-raw,format=I420,framerate=30/1,width=32…
Dreverse.variable_to_10fps.validatetest7 …"videotestsrc pattern=ball animation-mode=frames ! video/x-raw,format=I420,framerate=30/1 ! capsse…
Dchange_rate_while_playing.validatetest4 …"videotestsrc ! video/x-raw,format=I420,framerate=10/1,width=320,height=240 ! videorate name=video…
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/
DREADME5 The source is the videotestsrc rgb.
/third_party/gstreamer/gstplugins_base/tests/examples/gl/cocoa/
Dcocoa-videooverlay.m186 videosrc = gst_element_factory_make ("videotestsrc", "videotestsrc");
/third_party/gstreamer/gstreamer/docs/random/
Dstreamheader82 videotestsrc ! theoraenc
85 videotestsrc ! theoraenc ! identity
/third_party/gstreamer/gstplugins_bad/po/
Dsr.po237 #~ "possible choices are v4lsrc, v4l2src and videotestsrc. The video source "
241 #~ "Неки могући избори су „v4lsrc“, „v4l2src“ и “videotestsrc“. Извор видеа "

123