Searched refs:fields_alloc (Results 1 – 1 of 1) sorted by relevance
168 guint fields_alloc; /* Allocated items in fields */ member200 if (G_UNLIKELY (impl->fields_len == impl->fields_alloc)) { in _structure_append_val()203 if (G_UNLIKELY (impl->fields_alloc > (G_MAXUINT / 2))) in _structure_append_val()207 MAX (GST_ROUND_UP_8 (impl->fields_len + 1), impl->fields_alloc * 2); in _structure_append_val()216 impl->fields_alloc = want_alloc; in _structure_append_val()289 structure->fields_alloc = n_alloc; in gst_structure_new_id_empty_with_size()