Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc1865 start_timecode_ = start_ns / timecode_scale; in set_time()
1905 start_timecode_ = 0; in Init()
1915 dst->start_timecode_ = start_timecode_; in ShallowCopy()
1964 static_cast<uint64>(start_timecode_)) + in WriteAtom()
1993 static_cast<uint64>(start_timecode_))) in WriteAtom()
Dmkvmuxer.h1027 uint64_t start_timecode_; variable