Home
last modified time | relevance | path

Searched refs:rawcaps (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvacaps.c383 GstCaps *codedcaps, *rawcaps; in gst_va_caps_from_profiles() local
395 rawcaps = gst_caps_new_empty (); in gst_va_caps_from_profiles()
435 rawcaps = gst_caps_merge (rawcaps, profile_rawcaps); in gst_va_caps_from_profiles()
460 if (gst_caps_is_empty (rawcaps)) in gst_va_caps_from_profiles()
461 gst_caps_replace (&rawcaps, NULL); in gst_va_caps_from_profiles()
465 if ((ret = codedcaps && rawcaps)) { in gst_va_caps_from_profiles()
466 rawcaps = _regroup_raw_caps (rawcaps); in gst_va_caps_from_profiles()
470 *rawcaps_ptr = gst_caps_ref (rawcaps); in gst_va_caps_from_profiles()
477 if (rawcaps) in gst_va_caps_from_profiles()
478 gst_caps_unref (rawcaps); in gst_va_caps_from_profiles()
Dgstvacaps.h32 GstCaps ** rawcaps);
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin.c1697 has_all_raw_caps (GstPad * pad, GstCaps * rawcaps, gboolean * all_raw) in has_all_raw_caps() argument
1714 intersection = gst_caps_intersect (caps, rawcaps); in has_all_raw_caps()
1768 GstCaps *rawcaps; in analyse_source() local
1776 g_object_get (decoder, "caps", &rawcaps, NULL); in analyse_source()
1777 if (!rawcaps) in analyse_source()
1778 rawcaps = DEFAULT_CAPS; in analyse_source()
1802 if (!has_all_raw_caps (pad, rawcaps, is_raw)) { in analyse_source()
1844 gst_caps_unref (rawcaps); in analyse_source()
1876 gst_caps_unref (rawcaps); in analyse_source()
2434 GstCaps *rawcaps; in source_new_pad() local
[all …]
Dgsturisourcebin.c1593 is_all_raw_caps (GstCaps * caps, GstCaps * rawcaps, gboolean * all_raw) in is_all_raw_caps() argument
1607 intersection = gst_caps_intersect (caps, rawcaps); in is_all_raw_caps()
1629 has_all_raw_caps (GstPad * pad, GstCaps * rawcaps, gboolean * all_raw) in has_all_raw_caps() argument
1638 res = is_all_raw_caps (caps, rawcaps, all_raw); in has_all_raw_caps()
1689 GstCaps *rawcaps = DEFAULT_CAPS; in analyse_source() local
1717 if (!has_all_raw_caps (pad, rawcaps, is_raw)) { in analyse_source()
1759 gst_caps_unref (rawcaps); in analyse_source()
1784 gst_caps_unref (rawcaps); in analyse_source()
/third_party/python/Lib/
Dpoplib.py386 rawcaps = resp[1]
387 for capline in rawcaps: