Searched refs:GST_STRUCTURE_FIELD (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gststructure.c | 183 #define GST_STRUCTURE_FIELD(structure, index) \ macro 505 field = GST_STRUCTURE_FIELD (structure, i); in gst_structure_copy() 535 field = GST_STRUCTURE_FIELD (structure, i); in gst_structure_free() 1067 f = GST_STRUCTURE_FIELD (structure, i); in gst_structure_set_field() 1090 field = GST_STRUCTURE_FIELD (structure, i); in gst_structure_id_get_field() 1185 field = GST_STRUCTURE_FIELD (structure, i); in gst_structure_remove_field() 1261 field = GST_STRUCTURE_FIELD (structure, i); in gst_structure_remove_all_fields() 1330 field = GST_STRUCTURE_FIELD (structure, index); in gst_structure_nth_field_name() 1362 field = GST_STRUCTURE_FIELD (structure, i); in gst_structure_foreach() 1399 field = GST_STRUCTURE_FIELD (structure, i); in gst_structure_map_in_place() [all …]
|