Home
last modified time | relevance | path

Searched refs:GstStaticCaps (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmuxmap.h69 GstStaticCaps src_caps;
70 GstStaticCaps video_sink_caps;
71 GstStaticCaps audio_sink_caps;
72 GstStaticCaps subtitle_sink_caps;
73 GstStaticCaps caption_sink_caps;
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c128 static GstStaticCaps utf8_caps = GST_STATIC_CAPS ("text/plain");
333 static GstStaticCaps utf16_caps = GST_STATIC_CAPS ("text/utf-16");
348 static GstStaticCaps utf32_caps = GST_STATIC_CAPS ("text/utf-32");
365 static GstStaticCaps uri_caps = GST_STATIC_CAPS ("text/uri-list");
428 static GstStaticCaps itc_caps = GST_STATIC_CAPS ("application/itc");
499 static GstStaticCaps hls_caps = GST_STATIC_CAPS ("application/x-hls");
659 static GstStaticCaps generic_xml_caps = GST_STATIC_CAPS ("application/xml");
672 static GstStaticCaps dash_caps = GST_STATIC_CAPS ("application/dash+xml");
687 static GstStaticCaps xges_caps = GST_STATIC_CAPS ("application/xges");
701 static GstStaticCaps fcpxml_caps =
[all …]
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparseelement.c262 static GstStaticCaps mpl2_caps =
266 static GstStaticCaps tmp_caps =
270 static GstStaticCaps sub_caps = GST_STATIC_CAPS ("application/x-subtitle");
273 static GstStaticCaps smi_caps = GST_STATIC_CAPS ("application/x-subtitle-sami");
276 static GstStaticCaps dks_caps = GST_STATIC_CAPS ("application/x-subtitle-dks");
279 static GstStaticCaps vtt_caps = GST_STATIC_CAPS ("application/x-subtitle-vtt");
282 static GstStaticCaps qttext_caps =
286 static GstStaticCaps lrc_caps = GST_STATIC_CAPS ("application/x-subtitle-lrc");
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdownload.h43 GstStaticCaps *in_template;
44 GstStaticCaps *out_template;
Dvkupload.h43 GstStaticCaps *in_template;
44 GstStaticCaps *out_template;
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybackutils.c29 static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS ("audio/x-raw(ANY)");
30 static GstStaticCaps raw_video_caps = GST_STATIC_CAPS ("video/x-raw(ANY)");
/third_party/gstreamer/gstreamer/gst/
Dgstcaps.h138 typedef struct _GstStaticCaps GstStaticCaps; typedef
389 GstCaps * gst_static_caps_get (GstStaticCaps *static_caps);
392 void gst_static_caps_cleanup (GstStaticCaps *static_caps);
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Datdec.c85 static GstStaticCaps aac_caps = GST_STATIC_CAPS ("audio/mpeg, mpegversion=4");
86 static GstStaticCaps mp3_caps =
88 static GstStaticCaps raw_caps = GST_STATIC_CAPS ("audio/x-raw");
201 can_intersect_static_caps (GstCaps * caps, GstStaticCaps * caps1) in can_intersect_static_caps()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcccombiner.c31 static GstStaticCaps foo_bar_caps = GST_STATIC_CAPS ("foo/bar");
32 static GstStaticCaps cea708_cc_data_caps =
Dccextractor.c37 static GstStaticCaps video_caps = GST_STATIC_CAPS (VIDEO_CAPS_STR);
38 static GstStaticCaps cea708_cc_data_caps =
41 static GstStaticCaps cea708_cdp_caps =
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsounddevice.c96 static GstStaticCaps caps = GST_STATIC_CAPS (GST_DIRECTSOUND_SRC_CAPS); in gst_directsound_enum_callback()
98 static GstStaticCaps caps = GST_STATIC_CAPS (GST_DIRECTSOUND_SINK_CAPS); in gst_directsound_enum_callback()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsounddevice.c96 static GstStaticCaps caps = GST_STATIC_CAPS (GST_DIRECTSOUND_SRC_CAPS); in gst_directsound_enum_callback()
98 static GstStaticCaps caps = GST_STATIC_CAPS (GST_DIRECTSOUND_SINK_CAPS); in gst_directsound_enum_callback()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dstruct_ppc64.h52 {"GstStaticCaps", sizeof (GstStaticCaps), 48},
Dstruct_i386.h52 {"GstStaticCaps", sizeof (GstStaticCaps), 24},
Dstruct_x86_64.h52 {"GstStaticCaps", sizeof (GstStaticCaps), 48},
Dstruct_i386w.h52 {"GstStaticCaps", sizeof (GstStaticCaps), 24},
Dstruct_arm.h53 {"GstStaticCaps", sizeof (GstStaticCaps), 24},
Dstruct_x86_64w.h52 {"GstStaticCaps", sizeof (GstStaticCaps), 48},
Dstruct_hppa.h52 {"GstStaticCaps", sizeof (GstStaticCaps), 48},
Dstruct_sparc.h52 {"GstStaticCaps", sizeof (GstStaticCaps), 48},
Dstruct_ppc32.h52 {"GstStaticCaps", sizeof (GstStaticCaps), 24},
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2h263enc.c42 static GstStaticCaps src_template_caps =
Dgstv4l2h265enc.c42 static GstStaticCaps src_template_caps =
Dgstv4l2vp8enc.c42 static GstStaticCaps src_template_caps =
Dgstv4l2jpegenc.c43 static GstStaticCaps src_template_caps = GST_STATIC_CAPS ("image/jpeg");

1234