GF_ProtoFieldInterface  441 include/gpac/internal/scenegraph_dev.h GF_ProtoFieldInterface *gf_sg_proto_new_field_interface(u32 FieldType);
GF_ProtoFieldInterface  444 include/gpac/internal/scenegraph_dev.h GF_Err gf_bifs_proto_field_set_aq_info(GF_ProtoFieldInterface *field, u32 QP_Type, u32 hasMinMax, u32 QPSFType, void *qp_min_value, void *qp_max_value, u32 QP13_NumBits);
GF_ProtoFieldInterface  525 include/gpac/scenegraph_vrml.h typedef struct _protofield GF_ProtoFieldInterface;
GF_ProtoFieldInterface  560 include/gpac/scenegraph_vrml.h GF_ProtoFieldInterface *gf_sg_proto_field_find_by_name(GF_Proto *proto, char *fieldName);
GF_ProtoFieldInterface  562 include/gpac/scenegraph_vrml.h GF_ProtoFieldInterface *gf_sg_proto_field_find(GF_Proto *proto, u32 fieldIndex);
GF_ProtoFieldInterface  566 include/gpac/scenegraph_vrml.h GF_ProtoFieldInterface *gf_sg_proto_field_new(GF_Proto *proto, u32 fieldType, u32 eventType, char *fieldName);
GF_ProtoFieldInterface  573 include/gpac/scenegraph_vrml.h void gf_sg_proto_field_set_private(GF_ProtoFieldInterface *field, void *ptr, void (*OnDelete)(void *ptr) );
GF_ProtoFieldInterface  574 include/gpac/scenegraph_vrml.h void *gf_sg_proto_field_get_private(GF_ProtoFieldInterface *field);
GF_ProtoFieldInterface  576 include/gpac/scenegraph_vrml.h GF_Err gf_sg_proto_field_get_field(GF_ProtoFieldInterface *field, GF_FieldInfo *info);
GF_ProtoFieldInterface  999 src/bifs/com_dec.c 	GF_ProtoFieldInterface *proto_field;
GF_ProtoFieldInterface  530 src/bifs/com_enc.c 	GF_ProtoFieldInterface *proto_field;
GF_ProtoFieldInterface  566 src/bifs/com_enc.c 			proto_field = (GF_ProtoFieldInterface*)gf_list_get(proto->proto_fields, j);
GF_ProtoFieldInterface 1152 src/scene_manager/loader_bt.c 	GF_ProtoFieldInterface *pfield;
GF_ProtoFieldInterface 1698 src/scene_manager/loader_bt.c 	GF_ProtoFieldInterface *pfield;
GF_ProtoFieldInterface   96 src/scene_manager/loader_xmt.c 	GF_ProtoFieldInterface *proto_field;
GF_ProtoFieldInterface 1545 src/scene_manager/loader_xmt.c 			GF_ProtoFieldInterface *pf;
GF_ProtoFieldInterface 2465 src/scene_manager/scene_dump.c 			GF_ProtoFieldInterface *pf = (GF_ProtoFieldInterface *)gf_list_get(proto->proto_fields, j);
GF_ProtoFieldInterface 2157 src/scene_manager/swf_bifs.c 		GF_ProtoFieldInterface *pfield;
GF_ProtoFieldInterface  104 src/scenegraph/vrml_proto.c 	GF_ProtoFieldInterface *field;
GF_ProtoFieldInterface  124 src/scenegraph/vrml_proto.c 		field = (GF_ProtoFieldInterface*)gf_list_get(proto->proto_fields, 0);
GF_ProtoFieldInterface  194 src/scenegraph/vrml_proto.c GF_ProtoFieldInterface *gf_sg_proto_field_find_by_name(GF_Proto *proto, char *fieldName)
GF_ProtoFieldInterface  196 src/scenegraph/vrml_proto.c 	GF_ProtoFieldInterface *ptr;
GF_ProtoFieldInterface  198 src/scenegraph/vrml_proto.c 	while ((ptr = (GF_ProtoFieldInterface*)gf_list_enum(proto->proto_fields, &i))) {
GF_ProtoFieldInterface  204 src/scenegraph/vrml_proto.c GF_ProtoFieldInterface *gf_sg_proto_field_new(GF_Proto *proto, u32 fieldType, u32 eventType, char *fieldName)
GF_ProtoFieldInterface  206 src/scenegraph/vrml_proto.c 	GF_ProtoFieldInterface *tmp;
GF_ProtoFieldInterface  212 src/scenegraph/vrml_proto.c 	GF_SAFEALLOC(tmp, GF_ProtoFieldInterface)
GF_ProtoFieldInterface  258 src/scenegraph/vrml_proto.c void gf_sg_proto_field_set_private(GF_ProtoFieldInterface *field, void *ptr, void (*OnDelete)(void *ptr))
GF_ProtoFieldInterface  266 src/scenegraph/vrml_proto.c void *gf_sg_proto_field_get_private(GF_ProtoFieldInterface *field)
GF_ProtoFieldInterface  273 src/scenegraph/vrml_proto.c GF_Err gf_sg_proto_field_get_field(GF_ProtoFieldInterface *field, GF_FieldInfo *info)
GF_ProtoFieldInterface  288 src/scenegraph/vrml_proto.c 	GF_ProtoFieldInterface *proto_field;
GF_ProtoFieldInterface  295 src/scenegraph/vrml_proto.c 		proto_field = (GF_ProtoFieldInterface*)gf_list_get(proto->proto_fields, info->fieldIndex);
GF_ProtoFieldInterface  325 src/scenegraph/vrml_proto.c 		proto_field = (GF_ProtoFieldInterface*)gf_list_get(inst->proto_interface->proto_fields, info->fieldIndex);
GF_ProtoFieldInterface  337 src/scenegraph/vrml_proto.c 	GF_ProtoFieldInterface *proto_field;
GF_ProtoFieldInterface  347 src/scenegraph/vrml_proto.c 		proto_field = (GF_ProtoFieldInterface*)gf_list_get(__proto->proto_fields, i);
GF_ProtoFieldInterface  528 src/scenegraph/vrml_proto.c 		GF_ProtoFieldInterface *pf1 = (GF_ProtoFieldInterface*)gf_list_get(extern_proto->proto_fields, i);
GF_ProtoFieldInterface  529 src/scenegraph/vrml_proto.c 		GF_ProtoFieldInterface *pf2 = (GF_ProtoFieldInterface*)gf_list_get(proto->proto_fields, i);
GF_ProtoFieldInterface  570 src/scenegraph/vrml_proto.c 		GF_ProtoFieldInterface *pfi;
GF_ProtoFieldInterface  584 src/scenegraph/vrml_proto.c 					pfi = (GF_ProtoFieldInterface*)gf_list_get(proto->proto_fields, i);
GF_ProtoFieldInterface  626 src/scenegraph/vrml_proto.c 				pfi = (GF_ProtoFieldInterface*)gf_list_get(proto->proto_fields, i);
GF_ProtoFieldInterface  727 src/scenegraph/vrml_proto.c 	GF_ProtoFieldInterface *field;
GF_ProtoFieldInterface  751 src/scenegraph/vrml_proto.c 	while ((field = (GF_ProtoFieldInterface*)gf_list_enum(proto->proto_fields, &i))) {
GF_ProtoFieldInterface 1072 src/scenegraph/vrml_proto.c GF_Err gf_bifs_proto_field_set_aq_info(GF_ProtoFieldInterface *field,
GF_ProtoFieldInterface 1105 src/scenegraph/vrml_proto.c 	GF_ProtoFieldInterface *proto_field;
GF_ProtoFieldInterface 1108 src/scenegraph/vrml_proto.c 	while ((proto_field = (GF_ProtoFieldInterface*)gf_list_enum(proto->proto_interface->proto_fields, &i))) {
GF_ProtoFieldInterface 1150 src/scenegraph/vrml_proto.c GF_ProtoFieldInterface *gf_sg_proto_field_find(GF_Proto *proto, u32 fieldIndex)
GF_ProtoFieldInterface 1153 src/scenegraph/vrml_proto.c 	return (GF_ProtoFieldInterface*)gf_list_get(proto->proto_fields, fieldIndex);
GF_ProtoFieldInterface 1186 src/scenegraph/vrml_proto.c 	GF_ProtoFieldInterface *proto_field;
GF_ProtoFieldInterface 1191 src/scenegraph/vrml_proto.c 	while ((proto_field = (GF_ProtoFieldInterface*)gf_list_enum(proto->proto_fields, &i))) {