Lines Matching refs:child_boxes

58 	count = gf_list_count(meta->child_boxes);  in gf_isom_has_meta_xml()
60 GF_Box *a = (GF_Box *)gf_list_get(meta->child_boxes, i); in gf_isom_has_meta_xml()
77 count = gf_list_count(meta->child_boxes); in gf_isom_extract_meta_xml()
79 GF_Box *a = (GF_Box *)gf_list_get(meta->child_boxes, i); in gf_isom_extract_meta_xml()
103 count = gf_list_count(meta->child_boxes); in gf_isom_get_meta_xml()
105 GF_Box *a = (GF_Box *)gf_list_get(meta->child_boxes, i); in gf_isom_get_meta_xml()
157 …GF_Box *a = (GF_Box *)gf_list_get(meta->file_locations->dref->child_boxes, iloc->data_reference_in… in gf_isom_get_meta_item_info()
244 count = gf_list_count(meta->child_boxes); in gf_isom_extract_meta_item_intern()
246 GF_Box *a = (GF_Box *)gf_list_get(meta->child_boxes, i); in gf_isom_extract_meta_item_intern()
264 …GF_Box *a = (GF_Box *)gf_list_get(meta->file_locations->dref->child_boxes, location_entry->data_re… in gf_isom_extract_meta_item_intern()
322 hvcc = gf_list_get(meta->item_props->property_container->child_boxes, idx - 1); in gf_isom_extract_meta_item_intern()
450 if (!file->moov->child_boxes) file->moov->child_boxes = gf_list_new(); in gf_isom_set_meta_type()
451 gf_list_add(file->moov->child_boxes, meta); in gf_isom_set_meta_type()
458 if (!tk->child_boxes) tk->child_boxes = gf_list_new(); in gf_isom_set_meta_type()
459 gf_list_add(tk->child_boxes, meta); in gf_isom_set_meta_type()
470 gf_isom_box_del_parent(&file->moov->child_boxes, (GF_Box *)file->moov->meta); in gf_isom_set_meta_type()
475 gf_isom_box_del_parent(&tk->child_boxes, (GF_Box *)tk->meta); in gf_isom_set_meta_type()
483 …meta->handler = (GF_HandlerBox *)gf_isom_box_new_parent(&meta->child_boxes, GF_ISOM_BOX_TYPE_HDLR); in gf_isom_set_meta_type()
502 while ((a = (GF_Box*)gf_list_enum(meta->child_boxes, &i))) { in gf_isom_remove_meta_xml()
506 gf_isom_box_del_parent(&meta->child_boxes, a); in gf_isom_remove_meta_xml()
531 xml = (GF_XMLBox *)gf_isom_box_new_parent(&meta->child_boxes, GF_ISOM_BOX_TYPE_XML); in gf_isom_set_meta_xml()
556 xml = (GF_XMLBox *)gf_isom_box_new_parent(&meta->child_boxes, GF_ISOM_BOX_TYPE_XML); in gf_isom_set_meta_xml_memory()
590 b = index ? (GF_Box *)gf_list_get(ipco->child_boxes, index - 1) : NULL; in gf_isom_get_meta_image_props()
646 count = gf_list_count(boxes->child_boxes); in meta_find_prop()
648 GF_Box *b = (GF_Box *)gf_list_get(boxes->child_boxes, i); in meta_find_prop()
740 …meta->item_props = (GF_ItemPropertiesBox *)gf_isom_box_new_parent(&meta->child_boxes, GF_ISOM_BOX_… in meta_process_image_properties()
742 …F_ItemPropertyContainerBox *)gf_isom_box_new_parent(&meta->item_props->child_boxes, GF_ISOM_BOX_TY… in meta_process_image_properties()
745 …ipma = (GF_ItemPropertyAssociationBox *)gf_isom_box_new_parent(&meta->item_props->child_boxes, GF_… in meta_process_image_properties()
752 if (!ipco->child_boxes) in meta_process_image_properties()
753 ipco->child_boxes = gf_list_new(); in meta_process_image_properties()
764 …onBox *colr = (GF_ColourInformationBox *)gf_isom_box_new_parent(&ipco->child_boxes, GF_ISOM_BOX_TY… in meta_process_image_properties()
771 prop_index = gf_list_count(ipco->child_boxes) - 1; in meta_process_image_properties()
781 …e = (GF_ImageSpatialExtentsPropertyBox *)gf_isom_box_new_parent(&ipco->child_boxes, GF_ISOM_BOX_TY… in meta_process_image_properties()
785 prop_index = gf_list_count(ipco->child_boxes) - 1; in meta_process_image_properties()
797 …rloc = (GF_RelativeLocationPropertyBox *)gf_isom_box_new_parent(&ipco->child_boxes, GF_ISOM_BOX_TY… in meta_process_image_properties()
801 prop_index = gf_list_count(ipco->child_boxes) - 1; in meta_process_image_properties()
813 …tioBox *pasp = (GF_PixelAspectRatioBox *)gf_isom_box_new_parent(&ipco->child_boxes, GF_ISOM_BOX_TY… in meta_process_image_properties()
817 prop_index = gf_list_count(ipco->child_boxes) - 1; in meta_process_image_properties()
828 …GF_ImageRotationBox *irot = (GF_ImageRotationBox *)gf_isom_box_new_parent(&ipco->child_boxes, GF_I… in meta_process_image_properties()
831 prop_index = gf_list_count(ipco->child_boxes) - 1; in meta_process_image_properties()
841 gf_list_add(ipco->child_boxes, gf_isom_clone_config_box(image_props->config)); in meta_process_image_properties()
842 prop_index = gf_list_count(ipco->child_boxes) - 1; in meta_process_image_properties()
852 …x *auxC = (GF_AuxiliaryTypePropertyBox *)gf_isom_box_new_parent(&ipco->child_boxes, GF_ISOM_BOX_TY… in meta_process_image_properties()
855 prop_index = gf_list_count(ipco->child_boxes) - 1; in meta_process_image_properties()
866 …pixi = (GF_PixelInformationPropertyBox *)gf_isom_box_new_parent(&ipco->child_boxes, GF_ISOM_BOX_TY… in meta_process_image_properties()
872 prop_index = gf_list_count(ipco->child_boxes) - 1; in meta_process_image_properties()
952 …meta->item_infos = (GF_ItemInfoBox *)gf_isom_box_new_parent(&meta->child_boxes, GF_ISOM_BOX_TYPE_I… in gf_isom_add_meta_item_extended()
957 …meta->item_locations = (GF_ItemLocationBox *)gf_isom_box_new_parent(&meta->child_boxes, GF_ISOM_BO… in gf_isom_add_meta_item_extended()
959 …infe = (GF_ItemInfoEntryBox *)gf_isom_box_new_parent(&meta->item_infos->child_boxes, GF_ISOM_BOX_T… in gf_isom_add_meta_item_extended()
987 gf_isom_box_del_parent(&meta->item_infos->child_boxes, (GF_Box *)infe); in gf_isom_add_meta_item_extended()
1029 …meta->file_locations = (GF_DataInformationBox *) gf_isom_box_new_parent(&meta->child_boxes, GF_ISO… in gf_isom_add_meta_item_extended()
1033 … (GF_DataReferenceBox *) gf_isom_box_new_parent(&meta->file_locations->child_boxes, GF_ISOM_BOX_TY… in gf_isom_add_meta_item_extended()
1166 gf_isom_box_del_parent(&meta->item_infos->child_boxes, (GF_Box *)iinf); in gf_isom_remove_meta_item()
1178 …if (meta->primary_resource) gf_isom_box_del_parent(&meta->child_boxes, (GF_Box*)meta->primary_reso… in gf_isom_set_meta_primary_item()
1179 …meta->primary_resource = (GF_PrimaryItemBox*) gf_isom_box_new_parent(&meta->child_boxes, GF_ISOM_B… in gf_isom_set_meta_primary_item()
1197 …meta->item_refs = (GF_ItemReferenceBox *)gf_isom_box_new_parent(&meta->child_boxes, GF_ISOM_BOX_TY… in gf_isom_meta_add_item_ref()
1209 …ref = (GF_ItemReferenceTypeBox *)gf_isom_box_new_parent(&meta->item_refs->child_boxes, GF_ISOM_BOX… in gf_isom_meta_add_item_ref()