Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc3730 int Segment::TestFrame(uint64_t track_number, uint64_t frame_timestamp_ns, in TestFrame() argument
3749 const uint64_t frame_timecode = frame_timestamp_ns / timecode_scale; in TestFrame()
3802 bool Segment::MakeNewCluster(uint64_t frame_timestamp_ns) { in MakeNewCluster() argument
3824 if (!WriteFramesLessThan(frame_timestamp_ns)) in MakeNewCluster()
3831 if (!old_cluster || !old_cluster->Finalize(true, frame_timestamp_ns)) in MakeNewCluster()
3849 const uint64_t frame_timecode = frame_timestamp_ns / timecode_scale; in MakeNewCluster()
3878 uint64_t frame_timestamp_ns, bool is_key) { in DoNewClusterProcessing() argument
3882 const int result = TestFrame(track_number, frame_timestamp_ns, is_key); in DoNewClusterProcessing()
3890 if (result > 0 && !MakeNewCluster(frame_timestamp_ns)) in DoNewClusterProcessing()