Searched defs:cluster_timecode (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/
H A Dwebmenc.h59 uint32_t cluster_timecode; member in struct:EbmlGlobal
/external/chromium_org/media/formats/webm/
H A Dcluster_builder.cc64 void ClusterBuilder::SetClusterTimecode(int64 cluster_timecode) { argument
67 cluster_timecode_ = cluster_timecode;
72 buf[i] = cluster_timecode & 0xff;
73 cluster_timecode >>= 8;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1535 const int64 cluster_timecode = this->Cluster::timecode(); local
1537 static_cast<int64>(abs_timecode) - cluster_timecode;
2786 uint64 cluster_timecode = frame_timecode; local
2793 if (tc < cluster_timecode)
2794 cluster_timecode = tc;
2799 cluster = new (std::nothrow) Cluster(cluster_timecode, offset); // NOLINT
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1609 const int64 cluster_timecode = this->Cluster::timecode(); local
1611 static_cast<int64>(abs_timecode) - cluster_timecode;
2946 uint64 cluster_timecode = frame_timecode; local
2953 if (tc < cluster_timecode)
2954 cluster_timecode = tc;
2959 cluster = new (std::nothrow) Cluster(cluster_timecode, offset); // NOLINT

Completed in 100 milliseconds