Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc3517 const uint64_t last_cluster_timecode = last_cluster->timecode(); in AddGenericFrame() local
3519 const uint64_t rel_timecode = frame_timecode - last_cluster_timecode; in AddGenericFrame()
3786 const uint64_t last_cluster_timecode = last_cluster->timecode(); in TestFrame() local
3793 if (frame_timecode < last_cluster_timecode) // should never happen in TestFrame()
3801 const int64_t delta_timecode = frame_timecode - last_cluster_timecode; in TestFrame()
/aosp_15_r20/external/libwebm/mkvmuxer/
H A Dmkvmuxer.cc3517 const uint64_t last_cluster_timecode = last_cluster->timecode(); in AddGenericFrame() local
3519 const uint64_t rel_timecode = frame_timecode - last_cluster_timecode; in AddGenericFrame()
3786 const uint64_t last_cluster_timecode = last_cluster->timecode(); in TestFrame() local
3793 if (frame_timecode < last_cluster_timecode) // should never happen in TestFrame()
3801 const int64_t delta_timecode = frame_timecode - last_cluster_timecode; in TestFrame()
/aosp_15_r20/external/libaom/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc3517 const uint64_t last_cluster_timecode = last_cluster->timecode(); in AddGenericFrame() local
3519 const uint64_t rel_timecode = frame_timecode - last_cluster_timecode; in AddGenericFrame()
3786 const uint64_t last_cluster_timecode = last_cluster->timecode(); in TestFrame() local
3793 if (frame_timecode < last_cluster_timecode) // should never happen in TestFrame()
3801 const int64_t delta_timecode = frame_timecode - last_cluster_timecode; in TestFrame()