[go: nahoru, domu]

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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h155 int64_t mAbsoluteTimeAnchorUs; member in struct:android::ATSParser
H A DATSParser.cpp572 if (mParser->mAbsoluteTimeAnchorUs >= 0ll) {
573 timeUs += mParser->mAbsoluteTimeAnchorUs;
1159 mAbsoluteTimeAnchorUs(-1ll),
1187 mAbsoluteTimeAnchorUs = mediaTimeUs;
1192 if (mAbsoluteTimeAnchorUs >= 0ll) {
1193 mediaTimeUs -= mAbsoluteTimeAnchorUs;
1211 mAbsoluteTimeAnchorUs = timeUs;

Completed in 39 milliseconds