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

/frameworks/av/media/extractors/aac/
H A DAACExtractor.cpp61 int64_t mCurrentTimeUs; member in class:android::AACSource
229 mCurrentTimeUs(0),
251 mCurrentTimeUs = 0;
287 mCurrentTimeUs = seekFrame * mFrameDurationUs;
314 buffer->meta_data().setInt64(kKeyTime, mCurrentTimeUs);
318 mCurrentTimeUs += mFrameDurationUs;
/frameworks/av/media/extractors/amr/
H A DAMRExtractor.cpp60 int64_t mCurrentTimeUs; member in class:android::AMRSource
238 mCurrentTimeUs(0),
257 mCurrentTimeUs = 0;
289 mCurrentTimeUs = seekFrame * 20000ll;
352 buffer->meta_data().setInt64(kKeyTime, mCurrentTimeUs);
356 mCurrentTimeUs += 20000; // Each frame is 20ms
/frameworks/av/media/extractors/mp3/
H A DMP3Extractor.cpp237 int64_t mCurrentTimeUs; member in class:android::MP3Source
451 mCurrentTimeUs(0),
473 mCurrentTimeUs = 0;
475 mBasisTimeUs = mCurrentTimeUs;
519 mCurrentTimeUs = seekTimeUs;
523 mCurrentTimeUs = actualSeekTimeUs;
526 mBasisTimeUs = mCurrentTimeUs;
556 // re-calculate mCurrentTimeUs because we might have called Resync()
558 mCurrentTimeUs = (mCurrentPos - mFirstFramePos) * 8000 / bitrate;
559 mBasisTimeUs = mCurrentTimeUs;
[all...]
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp190 mCurrentTimeUs(0),
208 mCurrentTimeUs = 0;
270 buffer->meta_data().setInt64(kKeyTime, mCurrentTimeUs);
274 mCurrentTimeUs += mFrameDurationUs;
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h62 int64_t mCurrentTimeUs; member in class:android::AacAdtsSource

Completed in 72 milliseconds