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;
526 options.setSeekTo(mSeekTimeUs);
640 // before clearing mSeekTimeUs check if a new seek request has been received while
643 mSeekTimeUs = 0;
716 return mSeekTimeUs;
778 return mSeekTimeUs;
793 // mSeekTimeUs is either seek time while seeking or 0 if playback did not start.
794 return mSeekTimeUs;
[all...]
H A DAwesomePlayer.cpp610 mSeekTimeUs = 0;
1389 mSeekTimeUs = mLastVideoTimeUs;
1433 *positionUs = mSeekTimeUs;
1473 mSeekTimeUs = timeUs;
1484 mTextDriver->seekToAsync(mSeekTimeUs);
1505 mAudioPlayer->seekTo(mSeekTimeUs);
1514 Playback::START, mSeekTimeUs / 1000);
1735 if (mSeekNotificationSent && llabs((long long)(mSeekTimeUs - videoTimeUs)) > 10000) {
1746 mAudioPlayer->seekTo(videoTimeUs < 0 ? mSeekTimeUs : videoTimeUs);
1805 ALOGV("seeking to %" PRId64 " us (%.2f secs)", mSeekTimeUs, mSeekTimeU
[all...]
H A DOMXCodec.cpp1444 mSeekTimeUs(-1),
2939 if (mSeekTimeUs >= 0) {
2946 options.setSeekTo(mSeekTimeUs, mSeekMode);
2948 mSeekTimeUs = -1;
3578 mSeekTimeUs = -1;
3752 mSeekTimeUs = seekTimeUs;
3786 mSeekTimeUs = seekTimeUs;
3804 while (mSeekTimeUs >= 0) {
/frameworks/av/include/media/stagefright/
H A DMediaSource.h95 int64_t mSeekTimeUs; member in struct:android::MediaSource::ReadOptions
H A DAudioPlayer.h103 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.cpp188 mSeekTimeUs = 30000000ll;
286 int64_t mSeekTimeUs; member in struct:Controller
473 options.setSeekTo(mSeekTimeUs);
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h208 int64_t mSeekTimeUs; member in struct:android::AwesomePlayer
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp73 : mSeekTimeUs(seekTimeUs) {
77 player->performSeek(mSeekTimeUs);
81 int64_t mSeekTimeUs; member in struct:android::NuPlayer::SeekAction

Completed in 232 milliseconds