SMIL_Duration     586 include/gpac/internal/scenegraph_dev.h 	SMIL_Duration *dur;
SMIL_Duration     588 include/gpac/internal/scenegraph_dev.h 	SMIL_Duration *repeatDur;
SMIL_Duration     591 include/gpac/internal/scenegraph_dev.h 	SMIL_Duration *max;
SMIL_Duration     592 include/gpac/internal/scenegraph_dev.h 	SMIL_Duration *min;
SMIL_Duration     402 include/gpac/nodes_svg.h 	SMIL_Duration *dur;
SMIL_Duration     405 include/gpac/nodes_svg.h 	SMIL_Duration *repeatDur;
SMIL_Duration     408 include/gpac/nodes_svg.h 	SMIL_Duration *min;
SMIL_Duration     409 include/gpac/nodes_svg.h 	SMIL_Duration *max;
SMIL_Duration    1282 src/laser/lsr_dec.c static void lsr_read_duration_ex(GF_LASeRCodec *lsr, GF_Node *n, u32 tag, SMIL_Duration *smil, const char *name, Bool skipable)
SMIL_Duration    1294 src/laser/lsr_dec.c 		smil = (SMIL_Duration *)info.far_ptr;
SMIL_Duration    2090 src/laser/lsr_dec.c 			((SMIL_Duration *)info.far_ptr)->type = SMIL_DURATION_INDEFINITE;
SMIL_Duration    2092 src/laser/lsr_dec.c 			((SMIL_Duration *)info.far_ptr)->clock_value = (Double) lsr_read_vluimsbf5(lsr, "value");
SMIL_Duration    2093 src/laser/lsr_dec.c 			((SMIL_Duration *)info.far_ptr)->clock_value /= lsr->time_resolution;
SMIL_Duration    2094 src/laser/lsr_dec.c 			((SMIL_Duration *)info.far_ptr)->type = SMIL_DURATION_DEFINED;
SMIL_Duration    3709 src/laser/lsr_dec.c 	SMIL_Duration snap;
SMIL_Duration     955 src/laser/lsr_enc.c static void lsr_write_duration_ex(GF_LASeRCodec *lsr, SMIL_Duration *v, const char *name, Bool skipable)
SMIL_Duration    1512 src/laser/lsr_enc.c 			lsr_write_duration_ex(lsr, (SMIL_Duration*)att->data, "min", GF_FALSE);
SMIL_Duration    1515 src/laser/lsr_enc.c 			lsr_write_duration_ex(lsr, (SMIL_Duration*)att->data, "max", GF_FALSE);
SMIL_Duration    1628 src/laser/lsr_enc.c static void lsr_write_repeat_duration(GF_LASeRCodec *lsr, SMIL_Duration *smil)
SMIL_Duration    3010 src/laser/lsr_enc.c 	SMIL_Duration snap;
SMIL_Duration     354 src/scenegraph/smil_timing.c 			e->timingp->dur = (SMIL_Duration *)info.far_ptr;
SMIL_Duration    2493 src/scenegraph/svg_attributes.c static void smil_parse_min_max_dur_repeatdur(SMIL_Duration *value, char *value_string)
SMIL_Duration    3216 src/scenegraph/svg_attributes.c 		smil_parse_min_max_dur_repeatdur((SMIL_Duration*)info->far_ptr, attribute_content);
SMIL_Duration    3653 src/scenegraph/svg_attributes.c 		SMIL_Duration *sd;
SMIL_Duration    3654 src/scenegraph/svg_attributes.c 		GF_SAFEALLOC(sd, SMIL_Duration)
SMIL_Duration    4700 src/scenegraph/svg_attributes.c 		SMIL_Duration *dur = (SMIL_Duration *)info->far_ptr;
SMIL_Duration    5256 src/scenegraph/svg_attributes.c 		SMIL_Duration *d1 = (SMIL_Duration *)f1->far_ptr;
SMIL_Duration    5257 src/scenegraph/svg_attributes.c 		SMIL_Duration *d2 = (SMIL_Duration *)f2->far_ptr;
SMIL_Duration    6117 src/scenegraph/svg_attributes.c 		SMIL_Duration *da = (SMIL_Duration*)a->far_ptr;
SMIL_Duration    6118 src/scenegraph/svg_attributes.c 		SMIL_Duration *db = (SMIL_Duration*)b->far_ptr;
SMIL_Duration    1074 src/scenegraph/svg_properties.c 			all_atts->dur = (SMIL_Duration *)att->data;
SMIL_Duration    1083 src/scenegraph/svg_properties.c 			all_atts->repeatDur = (SMIL_Duration *)att->data;
SMIL_Duration    1092 src/scenegraph/svg_properties.c 			all_atts->min = (SMIL_Duration *)att->data;
SMIL_Duration    1095 src/scenegraph/svg_properties.c 			all_atts->max = (SMIL_Duration *)att->data;
SMIL_Duration     813 src/scenegraph/xml_ns.c 			((SMIL_Duration *)att->data)->type = SMIL_DURATION_MEDIA;
SMIL_Duration     816 src/scenegraph/xml_ns.c 			((SMIL_Duration *)att->data)->type = SMIL_DURATION_INDEFINITE;
SMIL_Duration     820 src/scenegraph/xml_ns.c 		((SMIL_Duration *)att->data)->type = SMIL_DURATION_DEFINED;
SMIL_Duration     823 src/scenegraph/xml_ns.c 		((SMIL_Duration *)att->data)->type = SMIL_DURATION_INDEFINITE;