Home
last modified time | relevance | path

Searched refs:video_caps (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.cpp647 GstCaps *video_caps = NULL; in gst_dshow_new_video_caps() local
656 video_caps = gst_caps_from_string (GST_VIDEO_CAPS_MAKE ("BGR")); in gst_dshow_new_video_caps()
659 video_caps = gst_caps_from_string (GST_VIDEO_CAPS_MAKE ("I420")); in gst_dshow_new_video_caps()
662 video_caps = gst_caps_from_string (GST_VIDEO_CAPS_MAKE ("YUY2")); in gst_dshow_new_video_caps()
665 video_caps = gst_caps_from_string (GST_VIDEO_CAPS_MAKE ("UYVY")); in gst_dshow_new_video_caps()
668 video_caps = gst_caps_from_string (GST_VIDEO_CAPS_MAKE ("BGRx")); in gst_dshow_new_video_caps()
671 video_caps = gst_caps_from_string (GST_VIDEO_CAPS_MAKE ("BGR16")); in gst_dshow_new_video_caps()
674 video_caps = gst_caps_from_string (GST_VIDEO_CAPS_MAKE ("BGR15")); in gst_dshow_new_video_caps()
677 video_caps = gst_caps_from_string (GST_VIDEO_CAPS_MAKE ("GRAY8")); in gst_dshow_new_video_caps()
684 if (!video_caps) { in gst_dshow_new_video_caps()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dccextractor.c37 static GstStaticCaps video_caps = GST_STATIC_CAPS (VIDEO_CAPS_STR); variable
65 gst_static_caps_get (&video_caps))); in GST_START_TEST()
136 gst_static_caps_get (&video_caps))); in GST_START_TEST()
181 gst_static_caps_get (&video_caps))); in GST_START_TEST()
234 gst_static_caps_get (&video_caps))); in GST_START_TEST()
247 gst_static_caps_get (&video_caps))); in GST_START_TEST()
270 gst_static_caps_get (&video_caps))); in GST_START_TEST()
321 gst_static_caps_get (&video_caps))); in GST_START_TEST()
351 gst_static_caps_get (&video_caps))); in GST_START_TEST()
Dassrender.c183 GstCaps *video_caps; \
201 video_caps = gst_video_info_to_caps (&info); \
202 g_object_set (capsfilter, "caps", video_caps, NULL); \
203 gst_caps_unref (video_caps); \
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstsubtitleoverlay.c775 GstCaps *video_caps; in _setup_parser() local
778 video_caps = gst_pad_get_current_caps (video_peer); in _setup_parser()
779 if (!video_caps) { in _setup_parser()
780 video_caps = gst_pad_query_caps (video_peer, NULL); in _setup_parser()
781 if (!gst_caps_is_fixed (video_caps)) { in _setup_parser()
782 gst_caps_unref (video_caps); in _setup_parser()
783 video_caps = NULL; in _setup_parser()
787 if (video_caps) { in _setup_parser()
788 GstStructure *st = gst_caps_get_structure (video_caps, 0); in _setup_parser()
796 if (video_caps) in _setup_parser()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfassetsrc.h87 GstCaps *video_caps; variable
Davfassetsrc.m1080 video_caps = gst_caps_ref (caps);
1095 if (video_caps != NULL) {
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dflvmux.c382 GstCaps *audio_caps, *video_caps; in GST_START_TEST() local
406 video_caps = gst_caps_new_simple ("video/x-h264", in GST_START_TEST()
408 gst_harness_set_src_caps (video_q, video_caps); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp1362 GstCaps * video_caps, guint max_channels, gboolean video, gboolean capture, in gst_decklink_device_new() argument
1381 caps = gst_caps_ref (video_caps); in gst_decklink_device_new()