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

  /frameworks/av/include/media/stagefright/
Utils.h 75 int64_t mTimeUs;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 61 int64_t mTimeUs;
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 65 int64_t mTimeUs;
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 76 int64_t getTimeUs() const { return mTimeUs; }
89 int64_t mTimeUs;
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 105 int64_t mTimeUs;
439 if (timeUs < entry.mTimeUs) {
441 } else if (timeUs > entry.mTimeUs) {
867 entry.mTimeUs = getTimeUsOfGranule(page.mGranulePosition);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 152 int64_t mTimeUs;
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 118 int64_t mTimeUs;
527 int64_t delayMs = (nowUs - frag.mTimeUs) / 1000ll;
545 frag.mTimeUs / 1000,
770 frag.mTimeUs = timeUs;
    [all...]

Completed in 74 milliseconds