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

  /frameworks/av/media/libstagefright/
AMRExtractor.cpp 59 int64_t mCurrentTimeUs;
215 mCurrentTimeUs(0),
234 mCurrentTimeUs = 0;
265 mCurrentTimeUs = seekFrame * 20000ll;
328 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
332 mCurrentTimeUs += 20000; // Each frame is 20ms
AACExtractor.cpp 61 int64_t mCurrentTimeUs;
244 mCurrentTimeUs(0),
266 mCurrentTimeUs = 0;
297 mCurrentTimeUs = seekFrame * mFrameDurationUs;
324 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
328 mCurrentTimeUs += mFrameDurationUs;
MP3Extractor.cpp 237 int64_t mCurrentTimeUs;
447 mCurrentTimeUs(0),
469 mCurrentTimeUs = 0;
471 mBasisTimeUs = mCurrentTimeUs;
514 mCurrentTimeUs = seekTimeUs;
518 mCurrentTimeUs = actualSeekTimeUs;
521 mBasisTimeUs = mCurrentTimeUs;
551 // re-calculate mCurrentTimeUs because we might have called Resync()
553 mCurrentTimeUs = (mCurrentPos - mFirstFramePos) * 8000 / bitrate;
554 mBasisTimeUs = mCurrentTimeUs;
    [all...]
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 216 mCurrentTimeUs(0),
234 mCurrentTimeUs = 0;
296 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
300 mCurrentTimeUs += mFrameDurationUs;
  /frameworks/wilhelm/src/android/include/
AacAdtsExtractor.h 63 int64_t mCurrentTimeUs;

Completed in 369 milliseconds