/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);
|
AACExtractor.cpp | 292 int64_t seekTimeUs; 294 if (options && options->getSeekTo(&seekTimeUs, &mode)) { 296 int64_t seekFrame = seekTimeUs / mFrameDurationUs;
|
AMRExtractor.cpp | 260 int64_t seekTimeUs; 262 if (options && options->getSeekTo(&seekTimeUs, &mode)) { 264 int64_t seekFrame = seekTimeUs / 20000ll; // 20ms per frame.
|
JPEGSource.cpp | 114 int64_t seekTimeUs; 116 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
|
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;
|
NuMediaExtractor.cpp | 385 int64_t seekTimeUs, MediaSource::ReadOptions::SeekMode mode) { 392 if (seekTimeUs >= 0ll) { 406 if (seekTimeUs >= 0ll) { 407 options.setSeekTo(seekTimeUs, mode);
|
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);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
RTSPSource.h | 52 virtual status_t seekTo(int64_t seekTimeUs); 134 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);
|
GenericSource.cpp | [all...] |
HTTPLiveSource.h | 49 virtual status_t seekTo(int64_t seekTimeUs);
|
RTSPSource.cpp | 287 status_t NuPlayer::RTSPSource::seekTo(int64_t seekTimeUs) { 290 msg->setInt64("timeUs", seekTimeUs); 301 void NuPlayer::RTSPSource::performSeek(int64_t seekTimeUs) { 308 mHandler->seek(seekTimeUs); 403 int64_t seekTimeUs; 404 CHECK(msg->findInt64("timeUs", &seekTimeUs)); 406 performSeek(seekTimeUs);
|
NuPlayerSource.h | 107 virtual status_t seekTo(int64_t /* seekTimeUs */) {
|
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 | 204 status_t NuPlayer::HTTPLiveSource::seekTo(int64_t seekTimeUs) { 205 return mLiveSession->seekTo(seekTimeUs);
|
NuPlayerDriver.cpp | 389 int64_t seekTimeUs = msec * 1000ll; 401 mPlayer->seekToAsync(seekTimeUs, true /* needNotify */); 409 mPositionUs = seekTimeUs;
|
/frameworks/av/media/libstagefright/include/ |
MPEG2TSExtractor.h | 82 status_t seek(int64_t seekTimeUs, 85 status_t seekBeyond(int64_t 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/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/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/av/media/libstagefright/codecs/aacenc/ |
AACEncoder.cpp | 219 int64_t seekTimeUs; 221 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &mode));
|
/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...] |