Searched refs:mSeekTimeUs (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaSource.cpp33 mSeekTimeUs = 0;
52 mSeekTimeUs = time_us;
58 mSeekTimeUs = 0;
64 *time_us = mSeekTimeUs;
H A DAudioPlayer.cpp55 mSeekTimeUs(0),
101 options.setSeekTo(mSeekTimeUs);
376 mSeekTimeUs = 0;
515 options.setSeekTo(mSeekTimeUs);
629 // before clearing mSeekTimeUs check if a new seek request has been received while
632 mSeekTimeUs = 0;
705 return mSeekTimeUs;
767 return mSeekTimeUs;
782 // mSeekTimeUs is either seek time while seeking or 0 if playback did not start.
783 return mSeekTimeUs;
[all...]
H A DAwesomePlayer.cpp608 mSeekTimeUs = 0;
1382 mSeekTimeUs = mLastVideoTimeUs;
1426 *positionUs = mSeekTimeUs;
1466 mSeekTimeUs = timeUs;
1477 mTextDriver->seekToAsync(mSeekTimeUs);
1498 mAudioPlayer->seekTo(mSeekTimeUs);
1507 Playback::START, mSeekTimeUs / 1000);
1728 if (mSeekNotificationSent && abs(mSeekTimeUs - videoTimeUs) > 10000) {
1739 mAudioPlayer->seekTo(videoTimeUs < 0 ? mSeekTimeUs : videoTimeUs);
1798 ALOGV("seeking to %" PRId64 " us (%.2f secs)", mSeekTimeUs, mSeekTimeU
[all...]
H A DOMXCodec.cpp1436 mSeekTimeUs(-1),
3128 if (mSeekTimeUs >= 0) {
3135 options.setSeekTo(mSeekTimeUs, mSeekMode);
3137 mSeekTimeUs = -1;
3767 mSeekTimeUs = -1;
3941 mSeekTimeUs = seekTimeUs;
3975 mSeekTimeUs = seekTimeUs;
3993 while (mSeekTimeUs >= 0) {
/frameworks/av/include/media/stagefright/
H A DMediaSource.h95 int64_t mSeekTimeUs; member in struct:android::MediaSource::ReadOptions
H A DAudioPlayer.h101 int64_t mSeekTimeUs; member in class:android::AudioPlayer
H A DOMXCodec.h206 int64_t mSeekTimeUs; member in struct:android::OMXCodec
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp189 mSeekTimeUs = 30000000ll;
287 int64_t mSeekTimeUs; member in struct:Controller
474 options.setSeekTo(mSeekTimeUs);
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h204 int64_t mSeekTimeUs; member in struct:android::AwesomePlayer
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp68 : mSeekTimeUs(seekTimeUs),
73 player->performSeek(mSeekTimeUs, mNeedNotify);
77 int64_t mSeekTimeUs; member in struct:android::NuPlayer::SeekAction

Completed in 144 milliseconds