Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.cpp1493 uint64 abs_timecode, in AddFrame() argument
1498 abs_timecode, in AddFrame()
1509 uint64 abs_timecode, in AddFrameWithAdditional() argument
1517 abs_timecode, in AddFrameWithAdditional()
1526 uint64 abs_timecode, in AddFrameWithDiscardPadding() argument
1532 abs_timecode, in AddFrameWithDiscardPadding()
1540 uint64 abs_timecode, in AddMetadata() argument
1545 abs_timecode, in AddMetadata()
1608 int64 Cluster::GetRelativeTimecode(int64 abs_timecode) const { in GetRelativeTimecode()
1611 static_cast<int64>(abs_timecode) - cluster_timecode; in GetRelativeTimecode()
[all …]
Dmkvmuxer.hpp752 uint64 abs_timecode,
770 uint64 abs_timecode,
858 int64 GetRelativeTimecode(int64 abs_timecode) const;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1247 int64_t timecode, abs_timecode; in ne_read_block() local
1354 abs_timecode = timecode + cluster_tc; in ne_read_block()
1355 if (abs_timecode < 0) in ne_read_block()
1360 pkt->timecode = abs_timecode * tc_scale * track_scale; in ne_read_block()