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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dwebmenc.h59 uint32_t cluster_timecode; member in struct:EbmlGlobal
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 134 milliseconds