gf_webvtt_timestamp_get 58 include/gpac/webvtt.h u64 gf_webvtt_timestamp_get(GF_WebVTTTimestamp *ts); gf_webvtt_timestamp_get 671 src/media_tools/webvtt.c cue_start = gf_webvtt_timestamp_get(&cue->start); gf_webvtt_timestamp_get 672 src/media_tools/webvtt.c cue_end = gf_webvtt_timestamp_get(&cue->end); gf_webvtt_timestamp_get 1057 src/media_tools/webvtt.c start = (u32)gf_webvtt_timestamp_get(&cue->start); gf_webvtt_timestamp_get 1058 src/media_tools/webvtt.c end = (u32)gf_webvtt_timestamp_get(&cue->end);