Searched refs:compatible_brands (Results 1 – 3 of 3) sorted by relevance
262 ftyp->compatible_brands = g_new (guint32, ftyp->compatible_brands_size); in atom_ftyp_init()264 ftyp->compatible_brands[0] = major; in atom_ftyp_init()267 ftyp->compatible_brands[index++] = GPOINTER_TO_UINT (it->data); in atom_ftyp_init()285 g_free (ftyp->compatible_brands); in atom_ftyp_free()286 ftyp->compatible_brands = NULL; in atom_ftyp_free()1748 prop_copy_fourcc_array (ftyp->compatible_brands, ftyp->compatible_brands_size, in atom_ftyp_copy_data()
175 guint32 *compatible_brands; member
2171 …AVDictionaryEntry *compatible_brands = av_dict_get(c->fc->metadata, "compatible_brands", NULL, AV_… in mov_parse_stsd_audio() local2189 (compatible_brands && strstr(compatible_brands->value, "qt ")) || in mov_parse_stsd_audio()