HomeSort by relevance Sort by last modified time
    Searched defs:seekTimeUs (Results 1 - 23 of 23) sorted by null

  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 237 int64_t seekTimeUs;
239 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
  /frameworks/av/media/extractors/aac/
AACExtractor.cpp 278 int64_t seekTimeUs;
280 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
282 int64_t seekFrame = seekTimeUs / mFrameDurationUs;
  /frameworks/av/media/extractors/amr/
AMRExtractor.cpp 284 int64_t seekTimeUs;
286 if (mOffsetTableLength > 0 && options && options->getSeekTo(&seekTimeUs, &mode)) {
288 int64_t seekFrame = seekTimeUs / 20000ll; // 20ms per frame.
  /frameworks/av/media/extractors/midi/
MidiExtractor.cpp 123 int64_t seekTimeUs;
125 if ((NULL != options) && options->getSeekTo(&seekTimeUs, &mode)) {
126 if (seekTimeUs <= 0LL) {
127 seekTimeUs = 0LL;
129 mEngine.seekTo(seekTimeUs);
  /frameworks/av/media/libstagefright/
JPEGSource.cpp 115 int64_t seekTimeUs;
117 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
CameraSource.cpp     [all...]
  /frameworks/av/media/extractors/wav/
WAVExtractor.cpp 425 int64_t seekTimeUs;
427 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
432 int64_t samplenumber = (seekTimeUs * mSampleRate) / 1000000;
436 pos = (seekTimeUs * mSampleRate) / 1000000 * mNumChannels * (mBitsPerSample >> 3);
  /frameworks/av/media/extractors/flac/
FLACExtractor.cpp 765 int64_t seekTimeUs;
767 if ((NULL != options) && options->getSeekTo(&seekTimeUs, &mode)) {
769 if (seekTimeUs <= 0LL) {
773 sample = (seekTimeUs * mParser->getSampleRate()) / 1000000LL;
  /frameworks/av/media/extractors/mp3/
MP3Extractor.cpp 503 int64_t seekTimeUs;
507 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
508 int64_t actualSeekTimeUs = seekTimeUs;
519 mCurrentTimeUs = seekTimeUs;
520 mCurrentPos = mFirstFramePos + seekTimeUs * bitrate / 8000000;
  /frameworks/av/media/extractors/mpeg2/
MPEG2TSExtractor.cpp 107 int64_t seekTimeUs;
109 if (mDoesSeek && options && options->getSeekTo(&seekTimeUs, &seekMode)) {
111 status_t err = mExtractor->seek(seekTimeUs, seekMode);
479 status_t MPEG2TSExtractor::seek(int64_t seekTimeUs,
489 (seekTimeUs > mSeekSyncPoints->keyAt(mSeekSyncPoints->size() - 1));
495 if (timeUs > seekTimeUs) {
533 status_t err = seekBeyond(seekTimeUs);
601 status_t MPEG2TSExtractor::seekBeyond(int64_t seekTimeUs) {
605 while (seekTimeUs > mSeekSyncPoints->keyAt(
  /frameworks/av/media/libmediaplayer2/nuplayer2/
RTSPSource2.cpp 295 status_t NuPlayer2::RTSPSource2::seekTo(int64_t seekTimeUs, MediaPlayer2SeekMode mode) {
298 msg->setInt64("timeUs", seekTimeUs);
310 void NuPlayer2::RTSPSource2::performSeek(int64_t seekTimeUs) {
317 mHandler->seek(seekTimeUs);
494 int64_t seekTimeUs;
496 CHECK(msg->findInt64("timeUs", &seekTimeUs));
500 performSeek(seekTimeUs/*, (MediaPlayer2SeekMode)mode */);
GenericSource2.cpp     [all...]
NuPlayer2Driver.cpp 418 int64_t seekTimeUs = msec * 1000ll;
428 mPlayer->seekToAsync(seekTimeUs, mode, true /* needNotify */);
436 mPositionUs = seekTimeUs;
    [all...]
NuPlayer2.cpp 112 explicit SeekAction(int64_t seekTimeUs, MediaPlayer2SeekMode mode)
113 : mSeekTimeUs(seekTimeUs),
579 void NuPlayer2::seekToAsync(int64_t seekTimeUs, MediaPlayer2SeekMode mode, bool needNotify) {
581 msg->setInt64("seekTimeUs", seekTimeUs);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 475 int64_t seekTimeUs = msec * 1000ll;
487 mPlayer->seekToAsync(seekTimeUs, mode, true /* needNotify */);
495 mPositionUs = seekTimeUs;
    [all...]
RTSPSource.cpp 297 status_t NuPlayer::RTSPSource::seekTo(int64_t seekTimeUs, MediaPlayerSeekMode mode) {
300 msg->setInt64("timeUs", seekTimeUs);
312 void NuPlayer::RTSPSource::performSeek(int64_t seekTimeUs) {
319 mHandler->seek(seekTimeUs);
496 int64_t seekTimeUs;
498 CHECK(msg->findInt64("timeUs", &seekTimeUs));
502 performSeek(seekTimeUs/*, (MediaPlayerSeekMode)mode */);
GenericSource.cpp     [all...]
NuPlayer.cpp 77 explicit SeekAction(int64_t seekTimeUs, MediaPlayerSeekMode mode)
78 : mSeekTimeUs(seekTimeUs),
488 void NuPlayer::seekToAsync(int64_t seekTimeUs, MediaPlayerSeekMode mode, bool needNotify) {
490 msg->setInt64("seekTimeUs", seekTimeUs);
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 239 int64_t seekTimeUs = -1;
260 if (seekTimeUs >= 0) {
261 int64_t diff = timestampUs - seekTimeUs;
270 seekTimeUs / 1E6, timestampUs / 1E6);
294 seekTimeUs = -1;
297 seekTimeUs = (rand() * (float)durationUs) / RAND_MAX;
298 options.setSeekTo(seekTimeUs);
301 seekTimeUs, seekTimeUs / 1E6);
559 for (int64_t seekTimeUs = 0; seekTimeUs <= durationUs
    [all...]
  /frameworks/av/media/extractors/ogg/
OggExtractor.cpp 264 int64_t seekTimeUs;
266 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
267 status_t err = mExtractor->mImpl->seekToTime(seekTimeUs);
    [all...]
  /frameworks/av/media/extractors/mkv/
MatroskaExtractor.cpp 106 int64_t seekTimeUs, bool isAudio,
400 int64_t seekTimeUs, bool isAudio,
406 if (seekTimeUs > INT64_MAX / 1000ll ||
407 seekTimeUs < INT64_MIN / 1000ll ||
409 (seekTimeUs * 1000ll) < INT64_MIN + mExtractor->mSeekPreRollNs) ||
411 (seekTimeUs * 1000ll) > INT64_MAX + mExtractor->mSeekPreRollNs)) {
412 ALOGE("cannot seek to %lld", (long long) seekTimeUs);
416 const int64_t seekTimeNs = seekTimeUs * 1000ll - mExtractor->mSeekPreRollNs;
423 ALOGV("Seek to beginning: %" PRId64, seekTimeUs);
432 ALOGV("Seeking to: %" PRId64, seekTimeUs);
    [all...]
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 744 milliseconds