Home | History | Annotate | Download | only in libwebm

Lines Matching defs:cluster_timecode

1609   const int64 cluster_timecode = this->Cluster::timecode();
1611 static_cast<int64>(abs_timecode) - cluster_timecode;
2946 uint64 cluster_timecode = frame_timecode;
2953 if (tc < cluster_timecode)
2954 cluster_timecode = tc;
2959 cluster = new (std::nothrow) Cluster(cluster_timecode, offset); // NOLINT