OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs_timecode
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp
2307
const uint64
abs_timecode
= timestamp \/ timecode_scale;
local
2366
const uint64
abs_timecode
= timestamp \/ timecode_scale;
local
2427
const uint64
abs_timecode
= timestamp \/ timecode_scale;
local
2470
const uint64
abs_timecode
= timestamp_ns \/ timecode_scale;
local
[
all
...]
mkvmuxer.hpp
734
//
abs_timecode
: Absolute (not relative to cluster) timestamp of the
740
uint64
abs_timecode
, bool is_key);
750
//
abs_timecode
: Absolute (not relative to cluster) timestamp of the
755
uint64
abs_timecode
, bool is_key);
829
// Given |
abs_timecode
|, calculates timecode relative to most recent timecode.
831
int64 GetRelativeTimecode(int64
abs_timecode
) const;
[
all
...]
/external/libvpx/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/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 297 milliseconds