Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdms1.c270 g_free (self->location_sets); in mxf_dms1_framework_finalize()
271 self->location_sets = NULL; in mxf_dms1_framework_finalize()
302 if (self->location_sets) in mxf_dms1_framework_resolve()
303 memset (self->location_sets, 0, sizeof (gpointer) * self->n_location_sets); in mxf_dms1_framework_resolve()
305 self->location_sets = g_new0 (MXFDMS1Location *, self->n_location_sets); in mxf_dms1_framework_resolve()
337 self->location_sets[i] = MXF_DMS1_LOCATION (current); in mxf_dms1_framework_resolve()
5373 g_free (self->location_sets); in mxf_dms1_contacts_list_finalize()
5374 self->location_sets = NULL; in mxf_dms1_contacts_list_finalize()
5398 if (self->location_sets) in mxf_dms1_contacts_list_resolve()
5399 memset (self->location_sets, 0, sizeof (gpointer) * self->n_location_sets); in mxf_dms1_contacts_list_resolve()
[all …]
Dmxfdms1.h455 MXFDMS1Location **location_sets; member
921 MXFDMS1Location **location_sets; member