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;
209 mCurrentTimeUs(0),
228 mCurrentTimeUs = 0;
259 mCurrentTimeUs = seekFrame * 20000ll;
316 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
320 mCurrentTimeUs += 20000; // Each frame is 20ms
AACExtractor.cpp 61 int64_t mCurrentTimeUs;
242 mCurrentTimeUs(0),
264 mCurrentTimeUs = 0;
295 mCurrentTimeUs = seekFrame * mFrameDurationUs;
322 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
326 mCurrentTimeUs += mFrameDurationUs;
MP3Extractor.cpp 237 int64_t mCurrentTimeUs;
427 mCurrentTimeUs(0),
449 mCurrentTimeUs = 0;
451 mBasisTimeUs = mCurrentTimeUs;
494 mCurrentTimeUs = seekTimeUs;
498 mCurrentTimeUs = actualSeekTimeUs;
501 mBasisTimeUs = mCurrentTimeUs;
531 // re-calculate mCurrentTimeUs because we might have called Resync()
533 mCurrentTimeUs = (mCurrentPos - mFirstFramePos) * 8000 / bitrate;
534 mBasisTimeUs = mCurrentTimeUs;
    [all...]
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 215 mCurrentTimeUs(0),
233 mCurrentTimeUs = 0;
295 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
299 mCurrentTimeUs += mFrameDurationUs;
  /frameworks/wilhelm/src/android/include/
AacAdtsExtractor.h 63 int64_t mCurrentTimeUs;

Completed in 45 milliseconds