Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgststructure.c175 } GstStructureImpl; typedef
177 #define GST_STRUCTURE_REFCOUNT(s) (((GstStructureImpl*)(s))->parent_refcount)
178 #define GST_STRUCTURE_LEN(s) (((GstStructureImpl*)(s))->fields_len)
181 (((GstStructureImpl*)(s))->fields != &((GstStructureImpl*)(s))->arr[0])
184 (&((GstStructureImpl*)(structure))->fields[(index)])
197 GstStructureImpl *impl = (GstStructureImpl *) s; in _structure_append_val()
227 GstStructureImpl *impl = (GstStructureImpl *) s; in _structure_remove_index()
274 GstStructureImpl *structure; in gst_structure_new_id_empty_with_size()
281 g_malloc0 (sizeof (GstStructureImpl) + (n_alloc - in gst_structure_new_id_empty_with_size()
542 g_free (((GstStructureImpl *) structure)->fields); in gst_structure_free()