HomeSort by relevance Sort by last modified time
    Searched refs:seekTimeUs (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/av/media/libstagefright/include/
MPEG2TSExtractor.h 82 status_t seek(int64_t seekTimeUs,
85 status_t seekBeyond(int64_t seekTimeUs);
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 93 int64_t seekTimeUs;
95 if (mDoesSeek && options && options->getSeekTo(&seekTimeUs, &seekMode)) {
97 status_t err = mExtractor->seek(seekTimeUs, seekMode);
309 status_t MPEG2TSExtractor::seek(int64_t seekTimeUs,
319 (seekTimeUs > mSeekSyncPoints->keyAt(mSeekSyncPoints->size() - 1));
325 if (timeUs > seekTimeUs) {
361 status_t err = seekBeyond(seekTimeUs);
429 status_t MPEG2TSExtractor::seekBeyond(int64_t seekTimeUs) {
433 while (seekTimeUs > mSeekSyncPoints->keyAt(
  /frameworks/av/media/libstagefright/
MidiExtractor.cpp 122 int64_t seekTimeUs;
124 if ((NULL != options) && options->getSeekTo(&seekTimeUs, &mode)) {
125 if (seekTimeUs <= 0LL) {
126 seekTimeUs = 0LL;
128 mEngine->seekTo(seekTimeUs);
JPEGSource.cpp 114 int64_t seekTimeUs;
116 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
AMRExtractor.cpp 260 int64_t seekTimeUs;
262 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
264 int64_t seekFrame = seekTimeUs / 20000ll; // 20ms per frame.
AACExtractor.cpp 292 int64_t seekTimeUs;
294 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
296 int64_t seekFrame = seekTimeUs / mFrameDurationUs;
WAVExtractor.cpp 424 int64_t seekTimeUs;
426 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
431 int64_t samplenumber = (seekTimeUs * mSampleRate) / 1000000;
435 pos = (seekTimeUs * mSampleRate) / 1000000 * mNumChannels * (mBitsPerSample >> 3);
MP3Extractor.cpp 498 int64_t seekTimeUs;
502 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
503 int64_t actualSeekTimeUs = seekTimeUs;
514 mCurrentTimeUs = seekTimeUs;
515 mCurrentPos = mFirstFramePos + seekTimeUs * bitrate / 8000000;
FLACExtractor.cpp 760 int64_t seekTimeUs;
762 if ((NULL != options) && options->getSeekTo(&seekTimeUs, &mode)) {
764 if (seekTimeUs <= 0LL) {
768 sample = (seekTimeUs * mParser->getSampleRate()) / 1000000LL;
NuMediaExtractor.cpp 388 int64_t seekTimeUs, MediaSource::ReadOptions::SeekMode mode) {
395 if (seekTimeUs >= 0ll) {
409 if (seekTimeUs >= 0ll) {
410 options.setSeekTo(seekTimeUs, mode);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 52 virtual status_t seekTo(int64_t seekTimeUs);
136 void performSeek(int64_t seekTimeUs);
GenericSource.h 74 virtual status_t seekTo(int64_t seekTimeUs);
261 status_t doSeek(int64_t seekTimeUs);
280 int64_t seekTimeUs,
287 int64_t seekTimeUs = -1ll, int64_t *actualTimeUs = NULL, bool formatChange = false);
HTTPLiveSource.h 50 virtual status_t seekTo(int64_t seekTimeUs);
RTSPSource.cpp 282 status_t NuPlayer::RTSPSource::seekTo(int64_t seekTimeUs) {
285 msg->setInt64("timeUs", seekTimeUs);
296 void NuPlayer::RTSPSource::performSeek(int64_t seekTimeUs) {
303 mHandler->seek(seekTimeUs);
467 int64_t seekTimeUs;
468 CHECK(msg->findInt64("timeUs", &seekTimeUs));
470 performSeek(seekTimeUs);
GenericSource.cpp     [all...]
NuPlayer.h 73 void seekToAsync(int64_t seekTimeUs, bool needNotify = false);
266 void performSeek(int64_t seekTimeUs);
NuPlayer.cpp 72 SeekAction(int64_t seekTimeUs)
73 : mSeekTimeUs(seekTimeUs) {
422 void NuPlayer::seekToAsync(int64_t seekTimeUs, bool needNotify) {
424 msg->setInt64("seekTimeUs", seekTimeUs);
    [all...]
HTTPLiveSource.cpp 217 status_t NuPlayer::HTTPLiveSource::seekTo(int64_t seekTimeUs) {
218 return mLiveSession->seekTo(seekTimeUs);
NuPlayerDriver.cpp 389 int64_t seekTimeUs = msec * 1000ll;
401 mPlayer->seekToAsync(seekTimeUs, true /* needNotify */);
409 mPositionUs = seekTimeUs;
  /frameworks/av/cmds/stagefright/
stagefright.cpp 231 int64_t seekTimeUs = -1;
252 if (seekTimeUs >= 0) {
253 int64_t diff = timestampUs - seekTimeUs;
262 seekTimeUs / 1E6, timestampUs / 1E6);
286 seekTimeUs = -1;
289 seekTimeUs = (rand() * (float)durationUs) / RAND_MAX;
290 options.setSeekTo(seekTimeUs);
293 seekTimeUs, seekTimeUs / 1E6);
551 for (int64_t seekTimeUs = 0; seekTimeUs <= durationUs
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.cpp 111 int64_t seekTimeUs;
113 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &seekMode));
  /frameworks/av/include/media/stagefright/
NuMediaExtractor.h 118 int64_t seekTimeUs = -1ll,
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 262 int64_t seekTimeUs;
264 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 102 int64_t seekTimeUs, bool isAudio,
374 int64_t seekTimeUs, bool isAudio,
380 const int64_t seekTimeNs = seekTimeUs * 1000ll - mExtractor->mSeekPreRollNs;
387 ALOGV("Seek to beginning: %" PRId64, seekTimeUs);
396 ALOGV("Seeking to: %" PRId64, seekTimeUs);
491 if (thisTrack->GetType() == 1 || frameTimeUs >= seekTimeUs) {
494 seekTimeUs, *actualFrameTimeUs);
643 int64_t seekTimeUs;
645 if (options && options->getSeekTo(&seekTimeUs, &mode)
653 mBlockIter.seek(seekTimeUs, mIsAudio, &actualFrameTimeUs)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 219 int64_t seekTimeUs;
221 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &mode));

Completed in 2762 milliseconds

1 2