Searched refs:cluster_timecode (Results 1 - 6 of 6) sorted by relevance

/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;
H A Dcluster_builder.h34 void SetClusterTimecode(int64 cluster_timecode);
/external/libvpx/libvpx/
H A Dwebmenc.h59 uint32_t cluster_timecode; member in struct:EbmlGlobal
H A Dwebmenc.c233 if (pts_ms - glob->cluster_timecode > SHRT_MAX)
236 block_timecode = (uint16_t)pts_ms - glob->cluster_timecode;
246 glob->cluster_timecode = (uint32_t)pts_ms;
249 Ebml_SerializeUnsigned(glob, Timecode, glob->cluster_timecode);
263 cue->time = glob->cluster_timecode;
/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 84 milliseconds