HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentTimeUs (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/
AMRExtractor.cpp 59 int64_t mCurrentTimeUs;
173 mCurrentTimeUs(0),
188 mCurrentTimeUs = 0;
217 mCurrentTimeUs = seekFrame * 20000ll;
264 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
267 mCurrentTimeUs += 20000; // Each frame is 20ms
MP3Extractor.cpp 448 int64_t mCurrentTimeUs;
540 mCurrentTimeUs(0),
562 mCurrentTimeUs = 0;
598 mCurrentTimeUs = seekTimeUs;
683 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
686 mCurrentTimeUs += 1152 * 1000000 / 44100;

Completed in 690 milliseconds