Searched refs:GST_STRUCTURE_LEN (Results 1 – 1 of 1) sorted by relevance
178 #define GST_STRUCTURE_LEN(s) (((GstStructureImpl*)(s))->fields_len) macro499 len = GST_STRUCTURE_LEN (structure); in gst_structure_copy()533 len = GST_STRUCTURE_LEN (structure); in gst_structure_free()1015 len = GST_STRUCTURE_LEN (structure); in gst_structure_set_field()1087 len = GST_STRUCTURE_LEN (structure); in gst_structure_id_get_field()1182 len = GST_STRUCTURE_LEN (structure); in gst_structure_remove_field()1260 for (i = GST_STRUCTURE_LEN (structure) - 1; i >= 0; i--) { in gst_structure_remove_all_fields()1310 return GST_STRUCTURE_LEN (structure); in gst_structure_n_fields()1328 g_return_val_if_fail (index < GST_STRUCTURE_LEN (structure), NULL); in gst_structure_nth_field_name()1359 len = GST_STRUCTURE_LEN (structure); in gst_structure_foreach()[all …]