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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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;
/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 48 milliseconds