/third_party/gstreamer/gstreamer/gst/ |
D | gstmeta.h | 30 typedef struct _GstMeta GstMeta; typedef 33 #define GST_META_CAST(meta) ((GstMeta *)(meta)) 116 GstMeta meta; 129 typedef gboolean (*GstMetaInitFunction) (GstMeta *meta, gpointer params, GstBuffer *buffer); 138 typedef void (*GstMetaFreeFunction) (GstMeta *meta, GstBuffer *buffer); 189 GstMeta *meta, GstBuffer *buffer, 276 guint64 gst_meta_get_seqnum (const GstMeta * meta); 279 gint gst_meta_compare_seqnum (const GstMeta * meta1, 280 const GstMeta * meta2);
|
D | gstmeta.c | 152 custom_init_func (GstMeta * meta, gpointer params, GstBuffer * buffer) in custom_init_func() 165 custom_free_func (GstMeta * meta, GstBuffer * buffer) in custom_free_func() 174 custom_transform_func (GstBuffer * transbuf, GstMeta * meta, in custom_transform_func() 212 g_return_val_if_fail (gst_meta_info_is_custom (((GstMeta *) meta)->info), in gst_custom_meta_get_structure() 230 g_return_val_if_fail (gst_meta_info_is_custom (((GstMeta *) meta)->info), in gst_custom_meta_has_name() 448 gst_meta_get_seqnum (const GstMeta * meta) in gst_meta_get_seqnum() 476 gst_meta_compare_seqnum (const GstMeta * meta1, const GstMeta * meta2) in gst_meta_compare_seqnum()
|
D | gstprotection.c | 48 static gboolean gst_protection_meta_init (GstMeta * meta, gpointer params, 51 static void gst_protection_meta_free (GstMeta * meta, GstBuffer * buffer); 70 gst_protection_meta_init (GstMeta * meta, gpointer params, GstBuffer * buffer) in gst_protection_meta_init() 80 gst_protection_meta_free (GstMeta * meta, GstBuffer * buffer) in gst_protection_meta_free() 89 gst_protection_meta_transform (GstBuffer * transbuf, GstMeta * meta, in gst_protection_meta_transform()
|
D | gstbuffer.h | 620 typedef gboolean (*GstBufferForeachMetaFunc) (GstBuffer *buffer, GstMeta **meta, 624 GstMeta * gst_buffer_get_meta (GstBuffer *buffer, GType api); 630 GstMeta * gst_buffer_add_meta (GstBuffer *buffer, const GstMetaInfo *info, 633 gboolean gst_buffer_remove_meta (GstBuffer *buffer, GstMeta *meta); 636 GstMeta * gst_buffer_iterate_meta (GstBuffer *buffer, gpointer *state); 639 GstMeta * gst_buffer_iterate_meta_filtered (GstBuffer * buffer, 703 GstMeta parent; 760 GstMeta parent;
|
D | gstbuffer.c | 143 #define ITEM_SIZE(info) ((info)->size + sizeof (GstMetaItem) - sizeof (GstMeta)) 673 GstMeta *meta = &walk->meta; in gst_buffer_copy_into() 784 GstMeta *meta = &walk->meta; in _gst_buffer_free() 2239 GstMeta * 2243 GstMeta *result = NULL; in gst_buffer_get_meta() 2250 GstMeta *meta = &item->meta; in gst_buffer_get_meta() 2272 GstMeta *meta; in gst_buffer_get_n_meta() 2291 GstMeta * 2296 GstMeta *result = NULL; in gst_buffer_add_meta() 2356 gst_buffer_remove_meta (GstBuffer * buffer, GstMeta * meta) in gst_buffer_remove_meta() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstmeta.c | 32 GstMeta meta; 51 GstMeta meta; 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() 284 foreach_meta (GstBuffer * buffer, GstMeta ** meta, gpointer user_data) in foreach_meta() 304 ASSERT_CRITICAL (gst_buffer_remove_meta (buffer, (GstMeta *) meta)); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiometa.c | 38 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() 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() 313 gst_audio_meta_init (GstMeta * meta, gpointer params, GstBuffer * buffer) in gst_audio_meta_init() 325 gst_audio_meta_free (GstMeta * meta, GstBuffer * buffer) in gst_audio_meta_free() 334 gst_audio_meta_transform (GstBuffer * dest, GstMeta * meta, in gst_audio_meta_transform() 432 gst_buffer_remove_meta (buffer, (GstMeta *) meta); in gst_buffer_add_audio_meta() [all …]
|
D | gstaudiometa.h | 51 GstMeta meta; 107 GstMeta meta; 176 GstMeta meta; 231 GstMeta meta;
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/sctp/ |
D | sctpreceivemeta.c | 31 static gboolean gst_sctp_receive_meta_init (GstMeta * meta, gpointer params, 34 GstMeta * meta, GstBuffer * buffer, GQuark type, gpointer data); 66 gst_sctp_receive_meta_init (GstMeta * meta, gpointer params, GstBuffer * buffer) in gst_sctp_receive_meta_init() 74 gst_sctp_receive_meta_transform (GstBuffer * transbuf, GstMeta * meta, in gst_sctp_receive_meta_transform()
|
D | sctpsendmeta.c | 31 static gboolean gst_sctp_send_meta_init (GstMeta * meta, gpointer params, 34 GstMeta * meta, GstBuffer * buffer, GQuark type, gpointer data); 66 gst_sctp_send_meta_init (GstMeta * meta, gpointer params, GstBuffer * buffer) in gst_sctp_send_meta_init() 77 gst_sctp_send_meta_transform (GstBuffer * transbuf, GstMeta * meta, in gst_sctp_send_meta_transform()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | subtitlemeta.h | 41 GstMeta meta; 54 gboolean gst_subtitle_meta_init (GstMeta * meta, gpointer params, 57 void gst_subtitle_meta_free (GstMeta * meta, GstBuffer * buffer);
|
D | subtitlemeta.c | 46 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()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideometa.c | 56 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() 171 GstMeta *meta; in gst_buffer_get_video_meta() 203 GstMeta *meta; in gst_buffer_get_video_meta_id() 531 gst_video_crop_meta_transform (GstBuffer * dest, GstMeta * meta, in gst_video_crop_meta_transform() 594 gst_video_crop_meta_init (GstMeta * meta, gpointer params, GstBuffer * buffer) in gst_video_crop_meta_init() 654 gst_video_gl_texture_upload_meta_init (GstMeta * meta, gpointer params, in gst_video_gl_texture_upload_meta_init() 673 gst_video_gl_texture_upload_meta_free (GstMeta * meta, GstBuffer * buffer) in gst_video_gl_texture_upload_meta_free() 682 gst_video_gl_texture_upload_meta_transform (GstBuffer * dest, GstMeta * meta, in gst_video_gl_texture_upload_meta_transform() 826 gst_video_region_of_interest_meta_transform (GstBuffer * dest, GstMeta * meta, in gst_video_region_of_interest_meta_transform() [all …]
|
D | gstvideocodecalphameta.c | 65 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()
|
D | gstvideometa.h | 79 GstMeta meta; 149 GstMeta meta; 265 GstMeta meta; 320 GstMeta meta; 383 GstMeta meta;
|
D | video-anc.h | 235 GstMeta meta; 298 GstMeta meta; 387 GstMeta meta;
|
D | gstvideoaffinetransformationmeta.c | 55 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()
|
D | video-overlay-composition.h | 284 GstMeta meta; 302 gst_buffer_remove_meta((b),((GstMeta *) m))
|
D | gstvideocodecalphameta.h | 58 GstMeta meta;
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnetcontrolmessagemeta.c | 40 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()
|
D | gstnetaddressmeta.c | 38 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()
|
D | gstnetaddressmeta.h | 39 GstMeta meta;
|
D | gstnetcontrolmessagemeta.h | 40 GstMeta meta;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpmeta.c | 97 gst_rtp_source_meta_transform (GstBuffer * dst, GstMeta * meta, in gst_rtp_source_meta_transform() 204 gst_rtp_source_meta_init (GstMeta * meta, gpointer params, GstBuffer * buffer) in gst_rtp_source_meta_init()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtputils.c | 33 foreach_metadata_copy (GstBuffer * inbuf, GstMeta ** meta, gpointer user_data) in foreach_metadata_copy() 89 foreach_metadata_drop (GstBuffer * inbuf, GstMeta ** meta, gpointer user_data) in foreach_metadata_drop()
|