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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 56 int64_t mTimeUs;
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 68 int64_t mTimeUs;
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 96 int64_t mTimeUs;
329 if (timeUs < entry.mTimeUs) {
331 } else if (timeUs > entry.mTimeUs) {
657 entry.mTimeUs = page.mGranulePosition * 1000000ll / mVi.rate;

Completed in 1184 milliseconds