Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkviewconvert.c1034 GstStructure *new_struct = gst_structure_copy (structure); in _expand_structure() local
1035 gst_structure_set_value (new_struct, "multiview-mode", in _expand_structure()
1039 gst_structure_set (new_struct, "multiview-flags", in _expand_structure()
1044 gst_caps_append_structure_full (mono_caps, new_struct, in _expand_structure()
1049 GstStructure *new_struct = gst_structure_copy (structure); in _expand_structure() local
1051 gst_structure_set_value (new_struct, "multiview-mode", in _expand_structure()
1056 gst_structure_set (new_struct, "multiview-flags", in _expand_structure()
1061 gst_caps_append_structure_full (mono_caps, new_struct, in _expand_structure()
1068 GstStructure *new_struct = _halve_structure_field (structure, "height"); in _expand_structure() local
1069 gst_structure_set_value (new_struct, "multiview-mode", in _expand_structure()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglviewconvert.c844 GstStructure *new_struct = gst_structure_copy (structure); in _expand_structure() local
845 gst_structure_set_value (new_struct, "multiview-mode", in _expand_structure()
849 gst_structure_set (new_struct, "multiview-flags", in _expand_structure()
854 gst_caps_append_structure_full (mono_caps, new_struct, in _expand_structure()
859 GstStructure *new_struct = gst_structure_copy (structure); in _expand_structure() local
861 gst_structure_set_value (new_struct, "multiview-mode", in _expand_structure()
866 gst_structure_set (new_struct, "multiview-flags", in _expand_structure()
871 gst_caps_append_structure_full (mono_caps, new_struct, in _expand_structure()
878 GstStructure *new_struct = _halve_structure_field (structure, "height"); in _expand_structure() local
879 gst_structure_set_value (new_struct, "multiview-mode", in _expand_structure()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/drmdec/
Dgstdrmdec.c92 static gboolean gst_drm_decrypt_append_if_not_duplicate (GstCaps *dest, GstStructure *new_struct);
228 gst_drm_decrypt_append_if_not_duplicate (GstCaps *dest, GstStructure *new_struct) in gst_drm_decrypt_append_if_not_duplicate() argument
235 if (gst_structure_is_equal (s, new_struct)) { in gst_drm_decrypt_append_if_not_duplicate()
240 gst_caps_append_structure (dest, new_struct); in gst_drm_decrypt_append_if_not_duplicate()
242 gst_structure_free (new_struct); in gst_drm_decrypt_append_if_not_duplicate()
/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling.cc826 auto* new_struct = ctx.dst->Structure(ctx.dst->Sym(), new_members); in ProcessStructParameter() local
830 ctx.dst->Param(ctx.dst->Sym(), ctx.dst->ty.Of(new_struct)); in ProcessStructParameter()
/third_party/node/deps/v8/src/torque/
Dtypes.cc917 IdentifierExpression* new_struct = MakeIdentifierExpression( in GenerateSliceAccessor() local
922 new_struct, {parameter, offset_expression, length_expression}); in GenerateSliceAccessor()
/third_party/python/Doc/whatsnew/
D2.6.rst2828 new_struct = plistlib.readPlistFromString(plist_str)
2830 print new_struct
2834 new_struct = plistlib.readPlist('/tmp/customizations.plist')