Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetcontrolmessagemeta.c92 static const GstMetaInfo *meta_info = NULL; in gst_net_control_message_meta_get_info() local
94 if (g_once_init_enter ((GstMetaInfo **) & meta_info)) { 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()
104 return meta_info; in gst_net_control_message_meta_get_info()
Dgstnetaddressmeta.c88 static const GstMetaInfo *meta_info = NULL; in gst_net_address_meta_get_info() local
90 if (g_once_init_enter ((GstMetaInfo **) & meta_info)) { in gst_net_address_meta_get_info()
96 g_once_init_leave ((GstMetaInfo **) & meta_info, (GstMetaInfo *) mi); in gst_net_address_meta_get_info()
98 return meta_info; in gst_net_address_meta_get_info()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsyncmeta.c376 static const GstMetaInfo *meta_info = NULL; in gst_gl_sync_meta_get_info() local
378 if (g_once_init_enter (&meta_info)) { in gst_gl_sync_meta_get_info()
384 g_once_init_leave (&meta_info, meta); in gst_gl_sync_meta_get_info()
387 return meta_info; in gst_gl_sync_meta_get_info()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstprotection.c219 GstStructure *meta_info; in GST_START_TEST() local
235 meta_info = gst_structure_new ("application/x-cenc", in GST_START_TEST()
244 meta = gst_buffer_add_protection_meta (buf, meta_info); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideometa.c767 static const GstMetaInfo *meta_info = NULL; in gst_video_region_of_interest_meta_get_info() local
769 if (g_once_init_enter ((GstMetaInfo **) & meta_info)) { in gst_video_region_of_interest_meta_get_info()
777 g_once_init_leave ((GstMetaInfo **) & meta_info, (GstMetaInfo *) mi); in gst_video_region_of_interest_meta_get_info()
779 return meta_info; in gst_video_region_of_interest_meta_get_info()
990 static const GstMetaInfo *meta_info = NULL; in gst_video_time_code_meta_get_info() local
992 if (g_once_init_enter ((GstMetaInfo **) & meta_info)) { in gst_video_time_code_meta_get_info()
1000 g_once_init_leave ((GstMetaInfo **) & meta_info, (GstMetaInfo *) mi); in gst_video_time_code_meta_get_info()
1002 return meta_info; in gst_video_time_code_meta_get_info()
Dvideo-anc.c990 static const GstMetaInfo *meta_info = NULL; in gst_video_caption_meta_get_info() local
992 if (g_once_init_enter ((GstMetaInfo **) & meta_info)) { in gst_video_caption_meta_get_info()
999 g_once_init_leave ((GstMetaInfo **) & meta_info, (GstMetaInfo *) mi); in gst_video_caption_meta_get_info()
1001 return meta_info; in gst_video_caption_meta_get_info()
/third_party/gstreamer/gstreamer/gst/
Dgstbuffer.c2657 static const GstMetaInfo *meta_info = NULL; in gst_parent_buffer_meta_get_info() local
2659 if (g_once_init_enter ((GstMetaInfo **) & meta_info)) { in gst_parent_buffer_meta_get_info()
2667 g_once_init_leave ((GstMetaInfo **) & meta_info, (GstMetaInfo *) meta); in gst_parent_buffer_meta_get_info()
2670 return meta_info; in gst_parent_buffer_meta_get_info()
2826 static const GstMetaInfo *meta_info = NULL; in gst_reference_timestamp_meta_get_info() local
2828 if (g_once_init_enter ((GstMetaInfo **) & meta_info)) { in gst_reference_timestamp_meta_get_info()
2836 g_once_init_leave ((GstMetaInfo **) & meta_info, (GstMetaInfo *) meta); in gst_reference_timestamp_meta_get_info()
2839 return meta_info; in gst_reference_timestamp_meta_get_info()
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpenc.c541 const GstMetaInfo *meta_info = GST_SCTP_SEND_META_INFO; in gst_sctp_enc_sink_chain() local
550 if (meta->info->api == meta_info->api) { in gst_sctp_enc_sink_chain()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.c174 static const GstMetaInfo *meta_info = NULL; in gst_meta_dfbsurface_get_info() local
176 if (g_once_init_enter (&meta_info)) { in gst_meta_dfbsurface_get_info()
183 g_once_init_leave (&meta_info, meta); in gst_meta_dfbsurface_get_info()
185 return meta_info; in gst_meta_dfbsurface_get_info()