Home | History | Annotate | Download | only in src

Lines Matching refs:cues

84 /* Cues Elements */
248 struct cues {
257 struct cues cues;
429 E_MASTER(ID_CUE_POINT, TYPE_MASTER, struct cues, cue_point),
438 E_SINGLE_MASTER(ID_CUES, TYPE_MASTER, struct segment, cues),
1541 struct ebml_list_node * node = ctx->segment.cues.cue_point.head;
1543 /* If there are no cues loaded, check for cues element in the seek head
1558 /* Seek and set up parser state for segment-level element (Cues). */
1575 ne_ctx_push(ctx, ne_cues_elements, &ctx->segment.cues);
1576 /* parser will run until end of cues element. */
1592 cue_point = ne_find_cue_point_for_tstamp(ctx->segment.cues.cue_point.head, tc_scale, tstamp);