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;
218 mCurrentTimeUs = seekFrame * 20000ll;
265 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
269 mCurrentTimeUs += 20000; // Each frame is 20ms
MP3Extractor.cpp 449 int64_t mCurrentTimeUs;
559 mCurrentTimeUs(0),
581 mCurrentTimeUs = 0;
618 mCurrentTimeUs = seekTimeUs;
704 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
708 mCurrentTimeUs += frame_size * 8000ll / bitrate;

Completed in 4188 milliseconds