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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h114 int64_t mAbsoluteTimeAnchorUs; member in struct:android::ATSParser
H A DATSParser.cpp472 if (mParser->mAbsoluteTimeAnchorUs >= 0ll) {
473 timeUs += mParser->mAbsoluteTimeAnchorUs;
969 mAbsoluteTimeAnchorUs(-1ll),
994 mAbsoluteTimeAnchorUs = mediaTimeUs;
1000 mAbsoluteTimeAnchorUs = timeUs;
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h155 int64_t mAbsoluteTimeAnchorUs; member in struct:android::PlaylistFetcher
H A DPlaylistFetcher.cpp81 mAbsoluteTimeAnchorUs(0ll),
1204 mAbsoluteTimeAnchorUs = mNextPTSTimeUs;
1472 mAbsoluteTimeAnchorUs = mNextPTSTimeUs;

Completed in 86 milliseconds