Searched refs:mTimeUs (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ATSParser.h | 89 int64_t getTimeUs() const { return mTimeUs; } in getTimeUs() 103 int64_t mTimeUs; member
|
D | AnotherPacketSource.cpp | 584 stopTime.mSeq, (long long)stopTime.mTimeUs); in trimBuffersAfterMeta() 602 (long long)curTime.mTimeUs); in trimBuffersAfterMeta() 606 newLastQueuedTimeUs = curTime.mTimeUs; in trimBuffersAfterMeta() 633 startTime.mSeq, (long long)startTime.mTimeUs); in trimBuffersBeforeMeta() 673 (long long)curTime.mTimeUs); in trimBuffersBeforeMeta() 675 firstTimeUs = curTime.mTimeUs; in trimBuffersBeforeMeta()
|
D | ATSParser.cpp | 269 : mHasReturnedData(false), mOffset(offset), mTimeUs(0) {} in SyncEvent() 276 mTimeUs = timeUs; in init()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.h | 63 int64_t mTimeUs; member
|
D | SoftMPEG4Encoder.cpp | 429 info.mTimeUs = inHeader->nTimeStamp; in onQueueFilled() 500 outHeader->nTimeStamp = inputBufInfo->mTimeUs; in onQueueFilled()
|
/frameworks/av/media/libstagefright/include/ |
D | Utils.h | 76 int64_t mTimeUs; member
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 453 int64_t timeUs = calculateMediaTimeUs(firstTimeUs, mdTime.mTimeUs, mdTime.mSeq); in dequeueAccessUnit() 581 dequeueTime.mSeq, (long long) dequeueTime.mTimeUs); in checkSwitchProgress() 596 && startTime.mTimeUs - lastTime.mTimeUs > kResumeThresholdUs); in checkSwitchProgress() 600 stopParams->setInt64(getKeyForStream(stream), startTime.mTimeUs); in checkSwitchProgress() 1865 startTime.mTimeUs = timeUs; in onChangeConfiguration3() 1920 (long long)startTime.mTimeUs, in onChangeConfiguration3() 1936 startTime.mTimeUs < 0 ? mLastSeekTimeUs : startTime.mTimeUs, in onChangeConfiguration3()
|
/frameworks/av/media/libstagefright/ |
D | OggExtractor.cpp | 105 int64_t mTimeUs; member 439 if (timeUs < entry.mTimeUs) { in seekToTime() 441 } else if (timeUs > entry.mTimeUs) { in seekToTime() 881 entry.mTimeUs = getTimeUsOfGranule(page.mGranulePosition); in buildTableOfContents()
|
D | Utils.cpp | 1714 mTimeUs(-1ll), in HLSTime() 1718 CHECK(meta->findInt64("timeUs", &mTimeUs)); in HLSTime() 1729 segmentStartTimeUs += mTimeUs - segmentFirstTimeUs; in getSegmentTimeUs() 1758 || (t0.mSeq == t1.mSeq && t0.mTimeUs < t1.mTimeUs); in operator <()
|
/frameworks/av/media/libstagefright/foundation/ |
D | ANetworkSession.cpp | 118 int64_t mTimeUs; member 527 int64_t delayMs = (nowUs - frag.mTimeUs) / 1000ll; in dumpFragmentStats() 545 frag.mTimeUs / 1000, in dumpFragmentStats() 770 frag.mTimeUs = timeUs; in sendRequest()
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.h | 154 int64_t mTimeUs; member
|