Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMP3Extractor.cpp237 int64_t mCurrentTimeUs; member in android::MP3Source
428 mCurrentTimeUs(0), in MP3Source()
450 mCurrentTimeUs = 0; in start()
452 mBasisTimeUs = mCurrentTimeUs; in start()
495 mCurrentTimeUs = seekTimeUs; in read()
499 mCurrentTimeUs = actualSeekTimeUs; in read()
502 mBasisTimeUs = mCurrentTimeUs; in read()
534 mCurrentTimeUs = (mCurrentPos - mFirstFramePos) * 8000 / bitrate; in read()
535 mBasisTimeUs = mCurrentTimeUs; in read()
571 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read()
[all …]
DAMRExtractor.cpp59 int64_t mCurrentTimeUs; member in android::AMRSource
209 mCurrentTimeUs(0), in AMRSource()
228 mCurrentTimeUs = 0; in start()
259 mCurrentTimeUs = seekFrame * 20000ll; in read()
316 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read()
320 mCurrentTimeUs += 20000; // Each frame is 20ms in read()
DAACExtractor.cpp61 int64_t mCurrentTimeUs; member in android::AACSource
242 mCurrentTimeUs(0), in AACSource()
264 mCurrentTimeUs = 0; in start()
295 mCurrentTimeUs = seekFrame * mFrameDurationUs; in read()
322 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read()
326 mCurrentTimeUs += mFrameDurationUs; in read()
/frameworks/wilhelm/src/android/util/
DAacAdtsExtractor.cpp215 mCurrentTimeUs(0), in AacAdtsSource()
233 mCurrentTimeUs = 0; in start()
295 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read()
299 mCurrentTimeUs += mFrameDurationUs; in read()
/frameworks/wilhelm/src/android/include/
DAacAdtsExtractor.h63 int64_t mCurrentTimeUs; variable