Home
last modified time | relevance | path

Searched refs:GstMetaInfo (Results 1 – 25 of 74) sorted by relevance

123

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiometa.c102 const GstMetaInfo *info = GST_AUDIO_DOWNMIX_META_INFO; in gst_buffer_get_audio_downmix_meta_for_channels()
191 const GstMetaInfo *
194 static const GstMetaInfo *audio_downmix_meta_info = NULL; in gst_audio_downmix_meta_get_info()
196 if (g_once_init_enter ((GstMetaInfo **) & audio_downmix_meta_info)) { in gst_audio_downmix_meta_get_info()
197 const GstMetaInfo *meta = in gst_audio_downmix_meta_get_info()
202 g_once_init_leave ((GstMetaInfo **) & audio_downmix_meta_info, in gst_audio_downmix_meta_get_info()
203 (GstMetaInfo *) meta); in gst_audio_downmix_meta_get_info()
294 const GstMetaInfo *
297 static const GstMetaInfo *audio_clipping_meta_info = NULL; in gst_audio_clipping_meta_get_info()
299 if (g_once_init_enter ((GstMetaInfo **) & audio_clipping_meta_info)) { in gst_audio_clipping_meta_get_info()
[all …]
Dgstaudiometa.h63 const GstMetaInfo * gst_audio_downmix_meta_get_info (void);
118 const GstMetaInfo * gst_audio_clipping_meta_get_info (void);
191 const GstMetaInfo * gst_audio_meta_get_info (void);
241 const GstMetaInfo * gst_audio_level_meta_get_info (void);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideometa.c138 const GstMetaInfo *
141 static const GstMetaInfo *video_meta_info = NULL; in gst_video_meta_get_info()
143 if (g_once_init_enter ((GstMetaInfo **) & video_meta_info)) { in gst_video_meta_get_info()
144 const GstMetaInfo *meta = in gst_video_meta_get_info()
148 g_once_init_leave ((GstMetaInfo **) & video_meta_info, in gst_video_meta_get_info()
149 (GstMetaInfo *) meta); in gst_video_meta_get_info()
172 const GstMetaInfo *info = GST_VIDEO_META_INFO; in gst_buffer_get_video_meta()
204 const GstMetaInfo *info = GST_VIDEO_META_INFO; in gst_buffer_get_video_meta_id()
602 const GstMetaInfo *
605 static const GstMetaInfo *video_crop_meta_info = NULL; in gst_video_crop_meta_get_info()
[all …]
Dgstvideocodecalphameta.c110 const GstMetaInfo *
113 static const GstMetaInfo *info = NULL; in gst_video_codec_alpha_meta_get_info()
115 if (g_once_init_enter ((GstMetaInfo **) & info)) { in gst_video_codec_alpha_meta_get_info()
116 const GstMetaInfo *meta = in gst_video_codec_alpha_meta_get_info()
123 g_once_init_leave ((GstMetaInfo **) & info, (GstMetaInfo *) meta); in gst_video_codec_alpha_meta_get_info()
Dgstvideoaffinetransformationmeta.c92 const GstMetaInfo *
95 static const GstMetaInfo *info = NULL; in gst_video_affine_transformation_meta_get_info()
97 if (g_once_init_enter ((GstMetaInfo **) & info)) { in gst_video_affine_transformation_meta_get_info()
98 const GstMetaInfo *meta = in gst_video_affine_transformation_meta_get_info()
105 g_once_init_leave ((GstMetaInfo **) & info, (GstMetaInfo *) meta); in gst_video_affine_transformation_meta_get_info()
Dvideo-anc.c976 const GstMetaInfo *
979 static const GstMetaInfo *meta_info = NULL; in gst_video_caption_meta_get_info()
981 if (g_once_init_enter ((GstMetaInfo **) & meta_info)) { in gst_video_caption_meta_get_info()
982 const GstMetaInfo *mi = gst_meta_register (GST_VIDEO_CAPTION_META_API_TYPE, in gst_video_caption_meta_get_info()
988 g_once_init_leave ((GstMetaInfo **) & meta_info, (GstMetaInfo *) mi); in gst_video_caption_meta_get_info()
1201 const GstMetaInfo *
1204 static const GstMetaInfo *meta_info = NULL; in gst_video_afd_meta_get_info()
1206 if (g_once_init_enter ((GstMetaInfo **) & meta_info)) { in gst_video_afd_meta_get_info()
1207 const GstMetaInfo *mi = gst_meta_register (GST_VIDEO_AFD_META_API_TYPE, in gst_video_afd_meta_get_info()
1213 g_once_init_leave ((GstMetaInfo **) & meta_info, (GstMetaInfo *) mi); in gst_video_afd_meta_get_info()
[all …]
Dgstvideometa.h104 const GstMetaInfo * gst_video_meta_get_info (void);
161 const GstMetaInfo * gst_video_crop_meta_get_info (void);
284 const GstMetaInfo * gst_video_gl_texture_upload_meta_get_info (void);
338 const GstMetaInfo *gst_video_region_of_interest_meta_get_info (void);
393 const GstMetaInfo *gst_video_time_code_meta_get_info (void);
Dvideo-anc.h245 GST_VIDEO_API const GstMetaInfo *gst_video_afd_meta_get_info (void);
309 GST_VIDEO_API const GstMetaInfo *gst_video_bar_meta_get_info (void);
399 const GstMetaInfo *gst_video_caption_meta_get_info (void);
Dvideo-multiview.c439 const GstMetaInfo *
442 static const GstMetaInfo *video_meta_info = NULL;
445 const GstMetaInfo *meta =
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetcontrolmessagemeta.c89 const GstMetaInfo *
92 static const GstMetaInfo *meta_info = NULL; in gst_net_control_message_meta_get_info()
94 if (g_once_init_enter ((GstMetaInfo **) & meta_info)) { in gst_net_control_message_meta_get_info()
95 const GstMetaInfo *mi = in gst_net_control_message_meta_get_info()
102 g_once_init_leave ((GstMetaInfo **) & meta_info, (GstMetaInfo *) mi); in gst_net_control_message_meta_get_info()
Dgstnetaddressmeta.c85 const GstMetaInfo *
88 static const GstMetaInfo *meta_info = NULL; in gst_net_address_meta_get_info()
90 if (g_once_init_enter ((GstMetaInfo **) & meta_info)) { in gst_net_address_meta_get_info()
91 const GstMetaInfo *mi = gst_meta_register (GST_NET_ADDRESS_META_API_TYPE, in gst_net_address_meta_get_info()
96 g_once_init_leave ((GstMetaInfo **) & meta_info, (GstMetaInfo *) mi); in gst_net_address_meta_get_info()
/third_party/gstreamer/gstreamer/gst/
Dgstmeta.c70 GstMetaInfo info;
94 notify_custom (gchar * key, GstMetaInfo * info, gpointer unused) in notify_custom()
262 const GstMetaInfo *
270 GstMetaInfo *ret = NULL; in gst_meta_register_custom()
292 ret = (GstMetaInfo *) info; in gst_meta_register_custom()
306 gst_meta_info_is_custom (const GstMetaInfo * info) in gst_meta_info_is_custom()
371 const GstMetaInfo *
376 GstMetaInfo *info; in gst_meta_register()
394 info = (GstMetaInfo *) g_slice_new (GstMetaInfoImpl); in gst_meta_register()
425 const GstMetaInfo *
[all …]
Dgstmeta.h31 typedef struct _GstMetaInfo GstMetaInfo; typedef
105 const GstMetaInfo *info;
249 const GstMetaInfo * gst_meta_register (GType api, const gchar *impl,
256 const GstMetaInfo * gst_meta_register_custom (const gchar *name, const gchar **tags,
261 gboolean gst_meta_info_is_custom (const GstMetaInfo *info);
270 const GstMetaInfo * gst_meta_get_info (const gchar * impl);
Dgstprotection.c110 const GstMetaInfo *
113 static const GstMetaInfo *protection_meta_info = NULL; in gst_protection_meta_get_info()
115 if (g_once_init_enter ((GstMetaInfo **) & protection_meta_info)) { in gst_protection_meta_get_info()
116 const GstMetaInfo *meta = in gst_protection_meta_get_info()
121 g_once_init_leave ((GstMetaInfo **) & protection_meta_info, in gst_protection_meta_get_info()
122 (GstMetaInfo *) meta); in gst_protection_meta_get_info()
Dgstbuffer.c674 const GstMetaInfo *info = meta->info; in gst_buffer_copy_into()
785 const GstMetaInfo *info = meta->info; in _gst_buffer_free()
2292 gst_buffer_add_meta (GstBuffer * buffer, const GstMetaInfo * info, in gst_buffer_add_meta()
2371 const GstMetaInfo *info = meta->info; in gst_buffer_remove_meta()
2512 const GstMetaInfo *info = m->info; in gst_buffer_foreach_meta()
2694 const GstMetaInfo *
2697 static const GstMetaInfo *meta_info = NULL; in gst_parent_buffer_meta_get_info()
2699 if (g_once_init_enter ((GstMetaInfo **) & meta_info)) { in gst_parent_buffer_meta_get_info()
2700 const GstMetaInfo *meta = in gst_parent_buffer_meta_get_info()
2707 g_once_init_leave ((GstMetaInfo **) & meta_info, (GstMetaInfo *) meta); in gst_parent_buffer_meta_get_info()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstmpegvideometa.c112 const GstMetaInfo *
115 static const GstMetaInfo *mpeg_video_meta_info = NULL; in gst_mpeg_video_meta_get_info()
117 if (g_once_init_enter ((GstMetaInfo **) & mpeg_video_meta_info)) { in gst_mpeg_video_meta_get_info()
118 const GstMetaInfo *meta = gst_meta_register (GST_MPEG_VIDEO_META_API_TYPE, in gst_mpeg_video_meta_get_info()
123 g_once_init_leave ((GstMetaInfo **) & mpeg_video_meta_info, in gst_mpeg_video_meta_get_info()
124 (GstMetaInfo *) meta); in gst_mpeg_video_meta_get_info()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmeta.c43 static const GstMetaInfo *gst_meta_test_get_info (void);
57 static const GstMetaInfo *gst_meta_foo_get_info (void);
162 static const GstMetaInfo *
165 static const GstMetaInfo *meta_test_info = NULL; in gst_meta_test_get_info()
167 if (g_once_init_enter ((GstMetaInfo **) & meta_test_info)) { in gst_meta_test_get_info()
168 const GstMetaInfo *mi = gst_meta_register (GST_META_TEST_API_TYPE, in gst_meta_test_get_info()
172 g_once_init_leave ((GstMetaInfo **) & meta_test_info, (GstMetaInfo *) mi); in gst_meta_test_get_info()
206 static const GstMetaInfo *
209 static const GstMetaInfo *meta_foo_info = NULL; in gst_meta_foo_get_info()
211 if (g_once_init_enter ((GstMetaInfo **) & meta_foo_info)) { in gst_meta_foo_get_info()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dsubtitlemeta.c63 const GstMetaInfo *
66 static const GstMetaInfo *subtitle_meta_info = NULL; in gst_subtitle_meta_get_info()
69 const GstMetaInfo *meta = in gst_subtitle_meta_get_info()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/sctp/
Dsctpreceivemeta.c48 const GstMetaInfo *
51 static const GstMetaInfo *gst_sctp_receive_meta_info = NULL; in gst_sctp_receive_meta_get_info()
54 const GstMetaInfo *meta = gst_meta_register (GST_SCTP_RECEIVE_META_API_TYPE, in gst_sctp_receive_meta_get_info()
Dsctpsendmeta.c48 const GstMetaInfo *
51 static const GstMetaInfo *gst_sctp_send_meta_info = NULL; in gst_sctp_send_meta_get_info()
54 const GstMetaInfo *meta = gst_meta_register (GST_SCTP_SEND_META_API_TYPE, in gst_sctp_send_meta_get_info()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcoremediabuffer.c26 static const GstMetaInfo *gst_core_media_meta_get_info (void);
106 static const GstMetaInfo *
109 static const GstMetaInfo *core_media_meta_info = NULL; in gst_core_media_meta_get_info()
112 const GstMetaInfo *meta = gst_meta_register (GST_CORE_MEDIA_META_API_TYPE, in gst_core_media_meta_get_info()
Dcorevideobuffer.c36 static const GstMetaInfo *gst_core_video_meta_get_info (void);
93 static const GstMetaInfo *
96 static const GstMetaInfo *core_video_meta_info = NULL; in gst_core_video_meta_get_info()
99 const GstMetaInfo *meta = gst_meta_register (GST_CORE_VIDEO_META_API_TYPE, in gst_core_video_meta_get_info()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpmeta.c214 const GstMetaInfo *
217 static const GstMetaInfo *rtp_source_meta_info = NULL; in gst_rtp_source_meta_get_info()
220 const GstMetaInfo *meta = gst_meta_register (GST_RTP_SOURCE_META_API_TYPE, in gst_rtp_source_meta_get_info()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dprotocol.txt52 length of the GstMetaInfo::api name: 4 bytes, little endian
53 GstMetaInfo::api name: string, NUL terminated
54 GstMetaInfo::size: 8 bytes, little endian
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsyncmeta.c373 const GstMetaInfo *
376 static const GstMetaInfo *meta_info = NULL; in gst_gl_sync_meta_get_info()
379 const GstMetaInfo *meta = in gst_gl_sync_meta_get_info()

123