GF_WebVTTCue 412 applications/mp42ts/main.c GF_WebVTTCue *cue; GF_WebVTTCue 419 applications/mp42ts/main.c cue = (GF_WebVTTCue *)gf_list_get(cues, 0); GF_WebVTTCue 435 applications/mp42ts/main.c GF_WebVTTCue *cue = (GF_WebVTTCue *)gf_list_get(cues, 0); GF_WebVTTCue 78 include/gpac/webvtt.h void gf_webvtt_cue_del(GF_WebVTTCue * cue); GF_WebVTTCue 139 modules/vtt_in/vtt_dec.c GF_WebVTTCue *cue = (GF_WebVTTCue *)gf_list_get(cues, 0); GF_WebVTTCue 301 src/media_tools/webvtt.c static GF_Err webvtt_write_cue(GF_BitStream *bs, GF_WebVTTCue *cue) GF_WebVTTCue 331 src/media_tools/webvtt.c GF_WebVTTCue *cue; GF_WebVTTCue 339 src/media_tools/webvtt.c while ((cue = (GF_WebVTTCue *)gf_list_enum(samp->cues, &i))) { GF_WebVTTCue 465 src/media_tools/webvtt.c void (*on_cue_read)(void *, GF_WebVTTCue *); GF_WebVTTCue 474 src/media_tools/webvtt.c static GF_WebVTTCue *gf_webvtt_cue_split_at(GF_WebVTTCue *cue, GF_WebVTTTimestamp *time) GF_WebVTTCue 476 src/media_tools/webvtt.c GF_WebVTTCue *dup_cue; GF_WebVTTCue 482 src/media_tools/webvtt.c GF_SAFEALLOC(dup_cue, GF_WebVTTCue); GF_WebVTTCue 497 src/media_tools/webvtt.c static GF_Err gf_webvtt_cue_add_property(GF_WebVTTCue *cue, GF_WebVTTCuePropertyType type, char *text_data, u32 text_len) GF_WebVTTCue 531 src/media_tools/webvtt.c static GF_WebVTTCue *gf_webvtt_cue_new() GF_WebVTTCue 533 src/media_tools/webvtt.c GF_WebVTTCue *cue; GF_WebVTTCue 534 src/media_tools/webvtt.c GF_SAFEALLOC(cue, GF_WebVTTCue); GF_WebVTTCue 539 src/media_tools/webvtt.c void gf_webvtt_cue_del(GF_WebVTTCue * cue) GF_WebVTTCue 568 src/media_tools/webvtt.c GF_WebVTTCue *cue = (GF_WebVTTCue *)gf_list_get(samp->cues, 0); GF_WebVTTCue 663 src/media_tools/webvtt.c static GF_Err gf_webvtt_add_cue_to_samples(GF_WebVTTParser *parser, GF_List *samples, GF_WebVTTCue *cue) GF_WebVTTCue 713 src/media_tools/webvtt.c GF_WebVTTCue *old_cue = (GF_WebVTTCue *)gf_list_get(sample->cues, j); GF_WebVTTCue 714 src/media_tools/webvtt.c GF_WebVTTCue *new_cue = gf_webvtt_cue_split_at(old_cue, &cue->start); GF_WebVTTCue 729 src/media_tools/webvtt.c GF_WebVTTCue *old_cue = (GF_WebVTTCue *)gf_list_get(sample->cues, 0); GF_WebVTTCue 730 src/media_tools/webvtt.c GF_WebVTTCue *new_cue = gf_webvtt_cue_split_at(cue, &old_cue->end); GF_WebVTTCue 743 src/media_tools/webvtt.c GF_WebVTTCue *old_cue = (GF_WebVTTCue *)gf_list_get(sample->cues, j); GF_WebVTTCue 744 src/media_tools/webvtt.c GF_WebVTTCue *new_cue = gf_webvtt_cue_split_at(old_cue, &cue->end); GF_WebVTTCue 868 src/media_tools/webvtt.c GF_Err gf_webvtt_parser_parse_timings_settings(GF_WebVTTParser *parser, GF_WebVTTCue *cue, char *line, u32 len) GF_WebVTTCue 938 src/media_tools/webvtt.c GF_WebVTTCue *cue = NULL; GF_WebVTTCue 1127 src/media_tools/webvtt.c GF_WebVTTCue *cue; GF_WebVTTCue 1192 src/media_tools/webvtt.c GF_WebVTTCue *cue = (GF_WebVTTCue *)gf_list_get(cues, 0); GF_WebVTTCue 1200 src/media_tools/webvtt.c GF_WebVTTCue *old_cue = (GF_WebVTTCue *)gf_list_get(prev_wsample->cues, 0); GF_WebVTTCue 1241 src/media_tools/webvtt.c GF_WebVTTCue *cue = (GF_WebVTTCue *)gf_list_get(prev_wsample->cues, 0); GF_WebVTTCue 1410 src/media_tools/webvtt.c GF_WebVTTCue *cue = (GF_WebVTTCue *)gf_list_get(sample->cues, 0); GF_WebVTTCue 1424 src/media_tools/webvtt.c static void gf_webvtt_dump_cue(void *user, GF_WebVTTCue *cue) GF_WebVTTCue 1461 src/media_tools/webvtt.c GF_WebVTTCue *cue = (GF_WebVTTCue *)gf_list_get(cues, i);