Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvacaps.c398 GstCaps *profile_codedcaps; in gst_va_caps_from_profiles() local
401 profile_codedcaps = gst_va_create_coded_caps (display, profile, entrypoint, in gst_va_caps_from_profiles()
403 if (!profile_codedcaps) in gst_va_caps_from_profiles()
442 guint num_structures = gst_caps_get_size (profile_codedcaps); in gst_va_caps_from_profiles()
445 GstStructure *st = gst_caps_get_structure (profile_codedcaps, k); in gst_va_caps_from_profiles()
457 codedcaps = gst_caps_merge (codedcaps, profile_codedcaps); in gst_va_caps_from_profiles()