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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp972 if (mSegmentFirstPTS < 0) {
977 int64_t lastEnqueueUs = mSegmentFirstPTS;
993 lastEnqueueUs -= mSegmentFirstPTS;
1060 mSegmentFirstPTS = -1ll;
1656 accessUnit->meta()->setInt64("segmentFirstTimeUs", mSegmentFirstPTS);
1727 if (mSegmentFirstPTS < 0ll) {
1751 if (mSegmentFirstPTS < 0ll || timeUs < mSegmentFirstPTS) {
1752 mSegmentFirstPTS = timeUs;
1756 if (mSegmentFirstPTS <
[all...]
H A DPlaylistFetcher.h173 int64_t mSegmentFirstPTS; member in struct:android::PlaylistFetcher

Completed in 61 milliseconds