Home
last modified time | relevance | path

Searched refs:frame_timecode (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc3749 const uint64_t frame_timecode = frame_timestamp_ns / timecode_scale; in TestFrame() local
3759 if (frame_timecode < last_cluster_timecode) // should never happen in TestFrame()
3767 const int64_t delta_timecode = frame_timecode - last_cluster_timecode; in TestFrame()
3849 const uint64_t frame_timecode = frame_timestamp_ns / timecode_scale; in MakeNewCluster() local
3851 uint64_t cluster_timecode = frame_timecode; in MakeNewCluster()