HomeSort by relevance Sort by last modified time
    Searched refs:abs_timecode (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2427 const uint64 abs_timecode = timestamp \/ timecode_scale; local
2493 const uint64 abs_timecode = timestamp \/ timecode_scale; local
2561 const uint64 abs_timecode = timestamp \/ timecode_scale; local
2609 const uint64 abs_timecode = timestamp_ns \/ timecode_scale; local
    [all...]
mkvmuxer.hpp 743 // abs_timecode: Absolute (not relative to cluster) timestamp of the
752 uint64 abs_timecode,
763 // abs_timecode: Absolute (not relative to cluster) timestamp of the
770 uint64 abs_timecode,
856 // Given |abs_timecode|, calculates timecode relative to most recent timecode.
858 int64 GetRelativeTimecode(int64 abs_timecode) const;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 889 // abs_timecode: Absolute (not relative to cluster) timestamp of the
895 uint64 abs_timecode, bool is_key);
905 // abs_timecode: Absolute (not relative to cluster) timestamp of the
910 uint64 abs_timecode, bool is_key);
939 // Given |abs_timecode|, calculates timecode relative to most recent timecode.
941 int64 GetRelativeTimecode(int64 abs_timecode) const;
    [all...]
mkvmuxer.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 1247 int64_t timecode, abs_timecode; local
1354 abs_timecode = timecode + cluster_tc;
1355 if (abs_timecode < 0)
1360 pkt->timecode = abs_timecode * tc_scale * track_scale;
    [all...]

Completed in 107 milliseconds