Home | History | Annotate | Download | only in libwebm

Lines Matching refs:timecode

1468 Cluster::Cluster(uint64 timecode, int64 cues_pos)
1475 timecode_(timecode),
1609 const int64 cluster_timecode = this->Cluster::timecode();
1742 if (!WriteEbmlElement(writer_, kMkvTimecode, timecode()))
1744 AddPayloadSize(EbmlElementSize(kMkvTimecode, timecode()));
2845 const uint64 last_cluster_timecode = last_cluster->timecode();
2847 // For completeness we test for the case when the frame's timecode
2848 // is less than the cluster's timecode. Although in principle that