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.cpp237 int64_t mCurrentTimeUs; member in class:android::MP3Source
428 mCurrentTimeUs(0),
450 mCurrentTimeUs = 0;
452 mBasisTimeUs = mCurrentTimeUs;
495 mCurrentTimeUs = seekTimeUs;
499 mCurrentTimeUs = actualSeekTimeUs;
502 mBasisTimeUs = mCurrentTimeUs;
532 // re-calculate mCurrentTimeUs because we might have called Resync()
534 mCurrentTimeUs = (mCurrentPos - mFirstFramePos) * 8000 / bitrate;
535 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 1089 milliseconds