Searched refs:sdtps (Results 1 – 2 of 2) sorted by relevance
4610 walker = traf->sdtps; in atom_traf_free()4615 g_list_free (traf->sdtps); in atom_traf_free()4616 traf->sdtps = NULL; in atom_traf_free()4786 walker = g_list_first (traf->sdtps); in atom_traf_copy_data()4891 traf->sdtps = g_list_append (traf->sdtps, sdtp); in atom_traf_add_sdtp()5077 if (traf->sdtps) in atom_traf_add_samples()5078 atom_sdtp_add_samples (traf->sdtps->data, 0x10 | ((flags & 0xff) >> 4)); in atom_traf_add_samples()
853 GList *sdtps; member