Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstmeta.h117 } GstCustomMeta; typedef
213 GstCustomMeta *meta, GstBuffer *buffer,
264 GstStructure * gst_custom_meta_get_structure (GstCustomMeta *meta);
267 gboolean gst_custom_meta_has_name (GstCustomMeta *meta, const gchar * name);
Dgstmeta.c63 GstCustomMeta meta;
181 return info->custom_transform_func (transbuf, (GstCustomMeta *) meta, in custom_transform_func()
209 gst_custom_meta_get_structure (GstCustomMeta * meta) in gst_custom_meta_get_structure()
227 gst_custom_meta_has_name (GstCustomMeta * meta, const gchar * name) in gst_custom_meta_has_name()
Dgstbuffer.h648 GstCustomMeta * gst_buffer_add_custom_meta (GstBuffer *buffer,
652 GstCustomMeta * gst_buffer_get_custom_meta (GstBuffer *buffer,
Dgstbuffer.c2897 GstCustomMeta *
2900 GstCustomMeta *meta; in gst_buffer_add_custom_meta()
2911 meta = (GstCustomMeta *) gst_buffer_add_meta (buffer, info, NULL); in gst_buffer_add_custom_meta()
2927 GstCustomMeta *
2943 return (GstCustomMeta *) gst_buffer_get_meta (buffer, info->api); in gst_buffer_get_custom_meta()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmeta.c695 GstCustomMeta *meta; in GST_START_TEST()
712 fail_unless (gst_custom_meta_has_name ((GstCustomMeta *) meta, in GST_START_TEST()
731 fail_unless ((GstCustomMeta *) it == meta); in GST_START_TEST()
747 GstCustomMeta *custom; in transform_custom()
749 custom = (GstCustomMeta *) gst_buffer_add_meta (transbuf, meta->info, NULL); in transform_custom()
763 GstCustomMeta *meta; in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp8pay.c469 gboolean start, gboolean mark, GstBuffer * in, GstCustomMeta * meta) in gst_rtp_vp8_create_header_buffer()
567 gst_custom_meta_has_name ((GstCustomMeta *) * meta, "GstVP8Meta")) { in foreach_metadata_drop()
584 GstCustomMeta * meta) in gst_rtp_vp8_payload_next()
636 GstCustomMeta *meta; in gst_rtp_vp8_pay_handle_buffer()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvp8enc.c220 GstCustomMeta *meta = gst_buffer_get_custom_meta (buffer, \
386 GstCustomMeta *meta; in GST_START_TEST()
Drtpvp8.c107 GstCustomMeta *meta; in add_vp8_meta()
270 GstCustomMeta *meta; in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvp8enc.c404 GstCustomMeta *meta = gst_buffer_add_custom_meta (buffer, "GstVP8Meta"); in gst_vp8_enc_preflight_buffer()
Dgstvpxenc.c2354 && gst_custom_meta_has_name ((GstCustomMeta *) meta, "GstVP8Meta")) in gst_vpx_enc_transform_meta()