HomeSort by relevance Sort by last modified time
    Searched refs:mTimeUs (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 63 int64_t mTimeUs;
SoftMPEG4Encoder.cpp 428 info.mTimeUs = inHeader->nTimeStamp;
507 outHeader->nTimeStamp = inputBufInfo->mTimeUs;
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 91 int64_t getTimeUs() const { return mTimeUs; }
105 int64_t mTimeUs;
AnotherPacketSource.cpp 583 stopTime.mSeq, (long long)stopTime.mTimeUs);
601 (long long)curTime.mTimeUs);
605 newLastQueuedTimeUs = curTime.mTimeUs;
632 startTime.mSeq, (long long)startTime.mTimeUs);
672 (long long)curTime.mTimeUs);
674 firstTimeUs = curTime.mTimeUs;
ATSParser.cpp 280 : mHasReturnedData(false), mOffset(offset), mTimeUs(0) {}
287 mTimeUs = timeUs;
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
Utils.h 61 int64_t mTimeUs;
  /frameworks/av/media/extractors/ogg/
OggExtractor.cpp 110 int64_t mTimeUs;
442 if (timeUs < entry.mTimeUs) {
444 } else if (timeUs > entry.mTimeUs) {
887 entry.mTimeUs = getTimeUsOfGranule(page.mGranulePosition);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 154 int64_t mTimeUs;
  /hardware/google/av/media/codecs/avc/
C2SoftAvcEnc.h 152 int64_t mTimeUs;
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 457 int64_t timeUs = calculateMediaTimeUs(firstTimeUs, mdTime.mTimeUs, mdTime.mSeq);
585 dequeueTime.mSeq, (long long) dequeueTime.mTimeUs);
600 && startTime.mTimeUs - lastTime.mTimeUs > kResumeThresholdUs);
604 stopParams->setInt64(getKeyForStream(stream), startTime.mTimeUs);
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 107 int64_t mTimeUs;
516 int64_t delayMs = (nowUs - frag.mTimeUs) / 1000ll;
534 frag.mTimeUs / 1000,
759 frag.mTimeUs = timeUs;
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp     [all...]

Completed in 389 milliseconds