Searched refs:mCurrentTimeUs (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp59 int64_t mCurrentTimeUs; member in class:android::AMRSource
215 mCurrentTimeUs(0),
234 mCurrentTimeUs = 0;
265 mCurrentTimeUs = seekFrame * 20000ll;
328 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
332 mCurrentTimeUs += 20000; // Each frame is 20ms
H A DAACExtractor.cpp61 int64_t mCurrentTimeUs; member in class:android::AACSource
242 mCurrentTimeUs(0),
264 mCurrentTimeUs = 0;
295 mCurrentTimeUs = seekFrame * mFrameDurationUs;
322 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
326 mCurrentTimeUs += mFrameDurationUs;
H A DMP3Extractor.cpp237 int64_t mCurrentTimeUs; member in class:android::MP3Source
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/
H A DAacAdtsExtractor.cpp215 mCurrentTimeUs(0),
233 mCurrentTimeUs = 0;
295 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
299 mCurrentTimeUs += mFrameDurationUs;
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h63 int64_t mCurrentTimeUs; member in class:android::AacAdtsSource

Completed in 2330 milliseconds