Home
last modified time | relevance | path

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

/external/libvpx/nestegg/src/
Dnestegg.c1183 int64_t timecode, abs_timecode; in ne_read_block() local
1288 abs_timecode = timecode + cluster_tc; in ne_read_block()
1289 if (abs_timecode < 0) in ne_read_block()
1294 pkt->timecode = abs_timecode * tc_scale * track_scale; in ne_read_block()