Home
last modified time | relevance | path

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

/frameworks/av/media/module/mpeg2ts/
DAnotherPacketSource.cpp599 stopTime.mSeq, (long long)stopTime.mTimeUs); in trimBuffersAfterMeta()
617 (long long)curTime.mTimeUs); in trimBuffersAfterMeta()
621 newLastQueuedTimeUs = curTime.mTimeUs; in trimBuffersAfterMeta()
648 startTime.mSeq, (long long)startTime.mTimeUs); in trimBuffersBeforeMeta()
688 (long long)curTime.mTimeUs); in trimBuffersBeforeMeta()
690 firstTimeUs = curTime.mTimeUs; in trimBuffersBeforeMeta()
DATSParser.cpp281 : mHasReturnedData(false), mOffset(offset), mTimeUs(0) {} in SyncEvent()
288 mTimeUs = timeUs; in init()
/frameworks/av/media/module/mpeg2ts/include/mpeg2ts/
DATSParser.h92 int64_t getTimeUs() const { return mTimeUs; } in getTimeUs()
106 int64_t mTimeUs; member
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.h62 int64_t mTimeUs; member
DSoftMPEG4Encoder.cpp428 info.mTimeUs = inHeader->nTimeStamp; in onQueueFilled()
507 outHeader->nTimeStamp = inputBufInfo->mTimeUs; in onQueueFilled()
/frameworks/av/media/libstagefright/include/media/stagefright/
DUtils.h63 int64_t mTimeUs; member
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp458 int64_t timeUs = calculateMediaTimeUs(firstTimeUs, mdTime.mTimeUs, mdTime.mSeq); in dequeueAccessUnit()
586 dequeueTime.mSeq, (long long) dequeueTime.mTimeUs); in checkSwitchProgress()
601 && startTime.mTimeUs - lastTime.mTimeUs > kResumeThresholdUs); in checkSwitchProgress()
605 stopParams->setInt64(getKeyForStream(stream), startTime.mTimeUs); in checkSwitchProgress()
1871 startTime.mTimeUs = timeUs; in onChangeConfiguration3()
1926 (long long)startTime.mTimeUs, in onChangeConfiguration3()
1942 startTime.mTimeUs < 0 ? mLastSeekTimeUs : startTime.mTimeUs, in onChangeConfiguration3()
/frameworks/av/media/module/extractors/ogg/
DOggExtractor.cpp113 int64_t mTimeUs; member
516 if (timeUs < entry.mTimeUs) { in seekToTime()
518 } else if (timeUs > entry.mTimeUs) { in seekToTime()
1036 entry.mTimeUs = getTimeUsOfGranule(page.mGranulePosition); in buildTableOfContents()
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.h154 int64_t mTimeUs; member
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.h147 int64_t mTimeUs; member
/frameworks/av/media/libstagefright/
DUtils.cpp2505 mTimeUs(-1LL), in HLSTime()
2509 CHECK(meta->findInt64("timeUs", &mTimeUs)); in HLSTime()
2520 segmentStartTimeUs += mTimeUs - segmentFirstTimeUs; in getSegmentTimeUs()
2549 || (t0.mSeq == t1.mSeq && t0.mTimeUs < t1.mTimeUs); in operator <()