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
209 mCurrentTimeUs(0),
228 mCurrentTimeUs = 0;
259 mCurrentTimeUs = seekFrame * 20000ll;
316 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
320 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.cpp236 int64_t mCurrentTimeUs; member in class:android::MP3Source
417 mCurrentTimeUs(0),
440 mCurrentTimeUs = 0;
442 mBasisTimeUs = mCurrentTimeUs;
485 mCurrentTimeUs = seekTimeUs;
489 mCurrentTimeUs = actualSeekTimeUs;
492 mBasisTimeUs = mCurrentTimeUs;
522 // re-calculate mCurrentTimeUs because we might have called Resync()
524 mCurrentTimeUs = (mCurrentPos - mFirstFramePos) * 8000 / bitrate;
525 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 79 milliseconds