Home | History | Annotate | Download | only in libvpx

Lines Matching refs:cue

704         /* Save a cue point if this is a keyframe. */
707 struct cue_entry *cue, *new_cue_list;
715 fprintf(stderr, "\nFailed to realloc cue list.\n");
719 cue = &glob->cue_list[glob->cues];
720 cue->time = glob->cluster_timecode;
721 cue->loc = glob->cluster_pos;
765 struct cue_entry *cue = &glob->cue_list[i];
772 Ebml_SerializeUnsigned(glob, CueTime, cue->time);
777 cue->loc - glob->position_reference);
778 //Ebml_SerializeUnsigned(glob, CueBlockNumber, cue->blockNumber);