Searched refs:mAbsoluteTimeAnchorUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h183 int64_t mAbsoluteTimeAnchorUs; member in struct:android::ATSParser
H A DATSParser.cpp681 if (mParser->mAbsoluteTimeAnchorUs >= 0ll) {
682 timeUs += mParser->mAbsoluteTimeAnchorUs;
1618 mAbsoluteTimeAnchorUs(-1ll),
1658 mAbsoluteTimeAnchorUs = mediaTimeUs;
1663 if (mAbsoluteTimeAnchorUs >= 0ll) {
1664 mediaTimeUs -= mAbsoluteTimeAnchorUs;
1682 mAbsoluteTimeAnchorUs = timeUs;

Completed in 60 milliseconds