/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | gstvideotestsrc.c | 112 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 …]
|
D | meson.build | 24 'gstvideotestsrc.c', 'videotestsrc.c', orc_c, orc_h,
|
D | gstvideotestsrc.h | 211 GST_ELEMENT_REGISTER_DECLARE (videotestsrc);
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | videotestsrc.c | 57 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 …]
|
D | encodebin.c | 735 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/ |
D | framestep1.c | 93 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/ |
D | README | 2 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/ |
D | assrender.c | 181 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/ |
D | renogotiate_failing_unsupported_src_format.validatetest | 3 …"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/ |
D | caps | 8 videotestsrc ! xvimagesink 10 videotestsrc ! identity ! xvimagesink 12 videotestsrc ! videoscale ! xvimagesink
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
D | README | 16 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/ |
D | imagefreeze.c | 65 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/ |
D | meson.build | 4 'videotestsrc', 'volume']
|
/third_party/gstreamer/gstplugins_bad/tests/validate/opencv/ |
D | cvtracker.validatetest | 3 …"videotestsrc pattern=ball animation-mode=frames num-buffers=90 ! video/x-raw,framerate=30/1,width…
|
/third_party/gstreamer/gstplugins_bad/gst/rawparse/ |
D | README | 12 gst-launch-1.0 videotestsrc num_buffers=300 ! \
|
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/ |
D | server-VTS-H263p-ATS-PCMA.sh | 9 videotestsrc ! $VCAPS ! avenc_h263p ! rtph263ppay ! rtpbin.send_rtp_sink_0 \
|
D | server-VTS-VP8-ATS-OPUS.sh | 11 videotestsrc ! $VCAPS ! vp8enc ! rtpvp8pay ! rtpbin.send_rtp_sink_0 \
|
/third_party/gstreamer/gstplugins_base/tests/validate/videorate/ |
D | videorate-test.meta | 12 …"videotestsrc pattern=ball animation-mode=frames ! video/x-raw,format=I420,framerate=$(in_framerat…
|
D | check-rate-prop.meta | 11 …"videotestsrc pattern=ball animation-mode=frames ! video/x-raw,format=I420,framerate=30/1,width=32…
|
D | reverse.variable_to_10fps.validatetest | 7 …"videotestsrc pattern=ball animation-mode=frames ! video/x-raw,format=I420,framerate=30/1 ! capsse…
|
D | change_rate_while_playing.validatetest | 4 …"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/ |
D | README | 5 The source is the videotestsrc rgb.
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/cocoa/ |
D | cocoa-videooverlay.m | 186 videosrc = gst_element_factory_make ("videotestsrc", "videotestsrc");
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | streamheader | 82 videotestsrc ! theoraenc 85 videotestsrc ! theoraenc ! identity
|
/third_party/gstreamer/gstplugins_bad/po/ |
D | sr.po | 237 #~ "possible choices are v4lsrc, v4l2src and videotestsrc. The video source " 241 #~ "Неки могући избори су „v4lsrc“, „v4l2src“ и “videotestsrc“. Извор видеа "
|