Home
last modified time | relevance | path

Searched defs:meta (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/third_party/rust/crates/syn/tests/
Dtest_attribute.rs9 let meta = test("#[foo]"); in test_meta_item_word() localVariable
25 let meta = test("#[foo = 5]"); in test_meta_item_name_value() localVariable
44 let meta = test("#[foo = true]"); in test_meta_item_bool_value() localVariable
62 let meta = test("#[foo = false]"); in test_meta_item_bool_value() localVariable
83 let meta = test("#[foo(5)]"); in test_meta_item_list_lit() localVariable
104 let meta = test("#[foo(bar)]"); in test_meta_item_list_word() localVariable
132 let meta = test("#[foo(bar = 5)]"); in test_meta_item_list_name_value() localVariable
163 let meta = test("#[foo(bar = true)]"); in test_meta_item_list_bool_value() localVariable
196 let meta = test("#[foo(word, name = 5, list(name2 = 6), word2)]"); in test_meta_item_multiple() localVariable
266 let meta = test("#[foo(true)]"); in test_bool_lit() localVariable
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiometa.c38 gst_audio_downmix_meta_init (GstMeta * meta, gpointer params, in gst_audio_downmix_meta_init()
51 gst_audio_downmix_meta_free (GstMeta * meta, GstBuffer * buffer) in gst_audio_downmix_meta_free()
63 gst_audio_downmix_meta_transform (GstBuffer * dest, GstMeta * meta, in gst_audio_downmix_meta_transform()
101 GstMeta *meta; in gst_buffer_get_audio_downmix_meta_for_channels() local
142 GstAudioDownmixMeta *meta; in gst_buffer_add_audio_downmix_meta() local
197 const GstMetaInfo *meta = in gst_audio_downmix_meta_get_info() local
209 gst_audio_clipping_meta_init (GstMeta * meta, gpointer params, in gst_audio_clipping_meta_init()
221 gst_audio_clipping_meta_transform (GstBuffer * dest, GstMeta * meta, in gst_audio_clipping_meta_transform()
265 GstAudioClippingMeta *meta; in gst_buffer_add_audio_clipping_meta() local
300 const GstMetaInfo *meta = in gst_audio_clipping_meta_get_info() local
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideometa.c56 gst_video_meta_init (GstMeta * meta, gpointer params, GstBuffer * buffer) in gst_video_meta_init()
75 gst_video_meta_transform (GstBuffer * dest, GstMeta * meta, in gst_video_meta_transform()
144 const GstMetaInfo *meta = in gst_video_meta_get_info() local
171 GstMeta *meta; in gst_buffer_get_video_meta() local
203 GstMeta *meta; in gst_buffer_get_video_meta_id() local
217 default_map (GstVideoMeta * meta, guint plane, GstMapInfo * info, in default_map()
253 default_unmap (GstVideoMeta * meta, guint plane, GstMapInfo * info) in default_unmap()
282 GstVideoMeta *meta; in gst_buffer_add_video_meta() local
316 GstVideoMeta *meta; in gst_buffer_add_video_meta_full() local
360 gst_video_meta_map (GstVideoMeta * meta, guint plane, GstMapInfo * info, in gst_video_meta_map()
[all …]
Dgstvideocodecalphameta.c65 GstMeta * meta, GstBuffer * buffer, GQuark type, gpointer data) in gst_video_codec_alpha_meta_transform()
85 gst_video_codec_alpha_meta_init (GstMeta * meta, gpointer params, in gst_video_codec_alpha_meta_init()
97 gst_video_codec_alpha_meta_free (GstMeta * meta, GstBuffer * buffer) in gst_video_codec_alpha_meta_free()
116 const GstMetaInfo *meta = in gst_video_codec_alpha_meta_get_info() local
145 GstVideoCodecAlphaMeta *meta; in gst_buffer_add_video_codec_alpha_meta() local
Dgstvideoaffinetransformationmeta.c55 GstMeta * meta, GstBuffer * buffer, GQuark type, gpointer data) in gst_video_affine_transformation_meta_transform()
75 gst_video_affine_transformation_meta_init (GstMeta * meta, gpointer params, in gst_video_affine_transformation_meta_init()
98 const GstMetaInfo *meta = in gst_video_affine_transformation_meta_get_info() local
124 GstVideoAffineTransformationMeta *meta; in gst_buffer_add_video_affine_transformation_meta() local
149 (GstVideoAffineTransformationMeta * meta, const gfloat matrix[16]) in gst_video_affine_transformation_meta_apply_matrix()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-meta-table.hh68 struct meta struct
70 static constexpr hb_tag_t tableTag = HB_OT_TAG_meta;
72 struct accelerator_t
100 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
109 HBUINT32 version; /* Version number of the metadata table — set to 1. */
110 HBUINT32 flags; /* Flags — currently unused; set to 0. */
111 HBUINT32 dataOffset;
117 dataMaps;/* Array of data map records. */
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpmessage.c164 gst_rtmp_meta_init (GstMeta * meta, gpointer params, GstBuffer * buffer) in gst_rtmp_meta_init()
178 gst_rtmp_meta_transform (GstBuffer * dest, GstMeta * meta, GstBuffer * buffer, in gst_rtmp_meta_transform()
209 const GstMetaInfo *meta = gst_meta_register (GST_RTMP_META_API_TYPE, in gst_rtmp_meta_get_info() local
220 GstRtmpMeta *meta; in gst_buffer_add_rtmp_meta() local
234 GstRtmpMeta *meta = gst_buffer_add_rtmp_meta (buffer); in gst_rtmp_message_new() local
258 GstRtmpMeta *meta; in gst_rtmp_buffer_dump() local
299 GstRtmpMeta *meta = gst_buffer_get_rtmp_meta (buffer); in gst_rtmp_message_get_type() local
307 GstRtmpMeta *meta = gst_buffer_get_rtmp_meta (buffer); in gst_rtmp_message_is_protocol_control() local
331 GstRtmpMeta *meta = gst_buffer_get_rtmp_meta (buffer); in gst_rtmp_message_is_user_control() local
362 GstRtmpMeta *meta = gst_buffer_get_rtmp_meta (buffer); in gst_rtmp_message_parse_protocol_control() local
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpmeta.c52 GstRTPSourceMeta *meta; in gst_buffer_add_rtp_source_meta() local
97 gst_rtp_source_meta_transform (GstBuffer * dst, GstMeta * meta, in gst_rtp_source_meta_transform()
128 gst_rtp_source_meta_get_source_count (const GstRTPSourceMeta * meta) in gst_rtp_source_meta_get_source_count()
149 gst_rtp_source_meta_set_ssrc (GstRTPSourceMeta * meta, guint32 * ssrc) in gst_rtp_source_meta_set_ssrc()
174 gst_rtp_source_meta_append_csrc (GstRTPSourceMeta * meta, const guint32 * csrc, in gst_rtp_source_meta_append_csrc()
204 gst_rtp_source_meta_init (GstMeta * meta, gpointer params, GstBuffer * buffer) in gst_rtp_source_meta_init()
220 const GstMetaInfo *meta = gst_meta_register (GST_RTP_SOURCE_META_API_TYPE, in gst_rtp_source_meta_get_info() local
/third_party/node/doc/api/
Dglobals.json10 "meta": { object
29 "meta": { object
65 "meta": { object
79 "meta": { object
92 "meta": { object
130 "meta": { object
155 "meta": { object
181 "meta": { object
197 "meta": { object
210 "meta": { object
[all …]
Dwebcrypto.json8 "meta": { object
151 "meta": { object
162 "meta": { object
175 "meta": { object
186 "meta": { object
198 "meta": { object
212 "meta": { object
223 "meta": { object
235 "meta": { object
247 "meta": { object
[all …]
Dcli.json39 "meta": { object
53 "meta": { object
66 "meta": { object
79 "meta": { object
92 "meta": { object
107 "meta": { object
120 "meta": { object
136 "meta": { object
151 "meta": { object
166 "meta": { object
[all …]
Dn-api.json108 "meta": { object
125 "meta": { object
151 "meta": { object
167 "meta": { object
197 "meta": { object
213 "meta": { object
229 "meta": { object
256 "meta": { object
272 "meta": { object
288 "meta": { object
[all …]
Dperf_hooks.json16 "meta": { object
28 "meta": { object
51 "meta": { object
74 "meta": { object
97 "meta": { object
150 "meta": { object
172 "meta": { object
205 "meta": { object
233 "meta": { object
281 "meta": { object
[all …]
Dmodules.json55 "meta": { object
123 "meta": { object
135 "meta": { object
147 "meta": { object
159 "meta": { object
172 "meta": { object
184 "meta": { object
196 "meta": { object
213 "meta": { object
227 "meta": { object
[all …]
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dsubtitlemeta.c46 gst_subtitle_meta_init (GstMeta * meta, gpointer params, GstBuffer * buffer) in gst_subtitle_meta_init()
55 gst_subtitle_meta_free (GstMeta * meta, GstBuffer * buffer) in gst_subtitle_meta_free()
69 const GstMetaInfo *meta = in gst_subtitle_meta_get_info() local
92 GstSubtitleMeta *meta; in gst_buffer_add_subtitle_meta() local
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmeta.c32 GstMeta meta; member
51 GstMeta meta; member
78 test_init_func (GstMeta * meta, gpointer params, GstBuffer * buffer) in test_init_func()
88 test_free_func (GstMeta * meta, GstBuffer * buffer) in test_free_func()
95 test_transform_func (GstBuffer * transbuf, GstMeta * meta, in test_transform_func()
149 foo_init_func (GstMeta * meta, gpointer params, GstBuffer * buffer) in foo_init_func()
156 foo_free_func (GstMeta * meta, GstBuffer * buffer) in foo_free_func()
178 foo_transform_func (GstBuffer * transbuf, GstMeta * meta, in foo_transform_func()
224 GstMetaTest *meta; in GST_START_TEST() local
284 foreach_meta (GstBuffer * buffer, GstMeta ** meta, gpointer user_data) in foreach_meta()
[all …]
/third_party/musl/porting/linux/user/src/malloc/mallocng/
Dmeta.h18 struct meta *meta; member
24 struct meta { struct
25 struct meta *prev, *next; argument
38 struct meta slots[]; argument
155 const struct meta *meta = encode_ptr(base->meta, ctx.secret); in get_meta() local
/third_party/musl/src/malloc/mallocng/
Dmeta.h18 struct meta *meta; member
24 struct meta { struct
25 struct meta *prev, *next; argument
38 struct meta slots[]; argument
140 const struct meta *meta = base->meta; in get_meta() local
/third_party/gstreamer/gstreamer/gst/
Dgstmeta.h33 #define GST_META_CAST(meta) ((GstMeta *)(meta)) argument
60 #define GST_META_FLAGS(meta) (GST_META_CAST (meta)->flags) argument
68 #define GST_META_FLAG_IS_SET(meta,flag) !!(GST_META_FLAGS (meta) & (flag)) argument
76 #define GST_META_FLAG_SET(meta,flag) (GST_META_FLAGS (meta) |= (flag)) argument
84 #define GST_META_FLAG_UNSET(meta,flag) (GST_META_FLAGS (meta) &= ~(flag)) argument
116 GstMeta meta; member
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetcontrolmessagemeta.c40 net_control_message_meta_init (GstMeta * meta, gpointer params, in net_control_message_meta_init()
51 net_control_message_meta_transform (GstBuffer * transbuf, GstMeta * meta, in net_control_message_meta_transform()
66 net_control_message_meta_free (GstMeta * meta, GstBuffer * buffer) in net_control_message_meta_free()
120 GstNetControlMessageMeta *meta; in gst_buffer_add_net_control_message_meta() local
Dgstnetaddressmeta.c38 net_address_meta_init (GstMeta * meta, gpointer params, GstBuffer * buffer) in net_address_meta_init()
48 net_address_meta_transform (GstBuffer * transbuf, GstMeta * meta, in net_address_meta_transform()
63 net_address_meta_free (GstMeta * meta, GstBuffer * buffer) in net_address_meta_free()
113 GstNetAddressMeta *meta; in gst_buffer_add_net_address_meta() local
/third_party/gstreamer/gstplugins_good/sys/ximage/
Dximageutil.c40 gst_meta_ximage_init (GstMeta * meta, gpointer params, GstBuffer * buffer) in gst_meta_ximage_init()
63 const GstMetaInfo *meta = in gst_meta_ximage_get_info() local
338 GstMetaXImage *meta; in gst_ximagesrc_buffer_dispose() local
359 GstMetaXImage *meta; in gst_ximage_buffer_free() local
375 GstMetaXImage *meta; in gst_ximageutil_ximage_new() local
463 GstMetaXImage *meta; in gst_ximageutil_ximage_destroy() local
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcorevideobuffer.c41 GstCoreVideoMeta *meta; in gst_core_video_meta_add() local
50 gst_core_video_meta_init (GstCoreVideoMeta * meta, gpointer params, in gst_core_video_meta_init()
60 gst_core_video_meta_free (GstCoreVideoMeta * meta, GstBuffer * buf) in gst_core_video_meta_free()
66 gst_core_video_meta_transform (GstBuffer * transbuf, GstCoreVideoMeta * meta, in gst_core_video_meta_transform()
99 const GstMetaInfo *meta = gst_meta_register (GST_CORE_VIDEO_META_API_TYPE, in gst_core_video_meta_get_info() local
266 GstCoreVideoMeta *meta; in gst_core_video_buffer_new() local
Dcoremediabuffer.c32 GstCoreMediaMeta *meta; in gst_core_media_meta_add() local
52 gst_core_media_meta_init (GstCoreMediaMeta * meta, gpointer params, in gst_core_media_meta_init()
64 gst_core_media_meta_free (GstCoreMediaMeta * meta, GstBuffer * buf) in gst_core_media_meta_free()
78 gst_core_media_meta_transform (GstBuffer * transbuf, GstCoreMediaMeta * meta, in gst_core_media_meta_transform()
112 const GstMetaInfo *meta = gst_meta_register (GST_CORE_MEDIA_META_API_TYPE, in gst_core_media_meta_get_info() local
301 GstCoreMediaMeta *meta = (GstCoreMediaMeta *) gst_buffer_get_meta (buf, in gst_core_media_buffer_get_pixel_buffer() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_meta.c103 struct dzn_meta_indirect_draw *meta = &device->indirect_draws[type]; in dzn_meta_indirect_draw_finish() local
116 struct dzn_meta_indirect_draw *meta = &device->indirect_draws[type]; in dzn_meta_indirect_draw_init() local
250 struct dzn_meta_triangle_fan_rewrite_index *meta = in dzn_meta_triangle_fan_rewrite_index_finish() local
265 struct dzn_meta_triangle_fan_rewrite_index *meta = in dzn_meta_triangle_fan_rewrite_index_init() local
434 struct dzn_meta_blits *meta = &device->blits; in dzn_meta_blits_get_vs() local
474 struct dzn_meta_blits *meta = &device->blits; in dzn_meta_blits_get_fs() local
720 struct dzn_meta_blits *meta = &device->blits; in dzn_meta_blits_finish() local
745 struct dzn_meta_blits *meta = &device->blits; in dzn_meta_blits_init() local

12345678910>>...15