Searched refs:seekTo (Results 51 - 71 of 71) sorted by relevance

123

/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h96 status_t seekTo(int64_t timeUs);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java280 mMediaPlayer.seekTo(0);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateUnitTestTemplate.java289 mMediaPlayer.seekTo(SEEK_TO_END);
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp173 status_t JMediaExtractor::seekTo( function in class:android::JMediaExtractor
175 return mImpl->seekTo(timeUs, mode);
391 extractor->seekTo(timeUs, (MediaSource::ReadOptions::SeekMode)mode);
779 { "seekTo", "(JI)V", (void *)android_media_MediaExtractor_seekTo },
H A Dandroid_media_MediaPlayer.cpp397 ALOGV("seekTo: %d(msec)", msec);
398 process_media_player_call( env, thiz, mp->seekTo(msec), NULL, NULL );
843 {"seekTo", "(I)V", (void *)android_media_MediaPlayer_seekTo},
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp676 status_t PreviewPlayer::seekTo(int64_t timeUs) { function in class:android::PreviewPlayer
1931 mAudioPlayer->seekTo(mSeekTimeUs);
1964 mAudioPlayer->seekTo(videoTimeUs < 0 ? mSeekTimeUs : videoTimeUs);
H A DVideoEditorAudioPlayer.cpp187 status_t VideoEditorAudioPlayer::seekTo(int64_t time_us) { function in class:android::VideoEditorAudioPlayer
188 ALOGV("seekTo: %lld", time_us);
H A DVideoEditorPreviewController.cpp1011 pController->mVePlayer[playerInstance]->seekTo(
1014 ALOGV("preparePlayer: seekTo(%d)",
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h316 virtual status_t seekTo(int msec);
H A DMidiFile.cpp248 status_t MidiFile::seekTo(int position) function in class:android::MidiFile
250 ALOGV("MidiFile::seekTo %d", position);
H A DMediaPlayerService.cpp930 status_t MediaPlayerService::Client::seekTo(int msec) function in class:android::MediaPlayerService::Client
932 ALOGV("[%d] seekTo(%d)", mConnId, msec);
935 return p->seekTo(msec);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp195 status_t NuPlayer::RTSPSource::seekTo(int64_t seekTimeUs) { function in class:android::NuPlayer::RTSPSource
H A DNuPlayer.cpp587 mSource->seekTo(seekTimeUs);
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp570 status_t AudioPlayer::seekTo(int64_t time_us) { function in class:android::AudioPlayer
H A DNuMediaExtractor.cpp384 status_t NuMediaExtractor::seekTo( function in class:android::NuMediaExtractor
H A DAwesomePlayer.cpp1297 status_t AwesomePlayer::seekTo(int64_t timeUs) { function in class:android::AwesomePlayer
1351 mAudioPlayer->seekTo(mSeekTimeUs);
1560 mAudioPlayer->seekTo(videoTimeUs < 0 ? mSeekTimeUs : videoTimeUs);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp383 player->seekTo(0);
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp417 } else if (OK != mPlayer->seekTo(timeMsec)) {
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp98 void LiveSession::seekTo(int64_t timeUs) { function in class:android::LiveSession
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java97 * {@link #stop()}, {@link #seekTo(int)}, {@link #prepare()} or
242 * {@link #seekTo(int)}.
244 * <li>Although the asynchronuous {@link #seekTo(int)}
252 * note that {@link #seekTo(int)} can also be called in the other states,
357 * <tr><td>seekTo </p></td>
1167 public native void seekTo(int msec) throws IllegalStateException; method in class:MediaPlayer
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp287 status_t FragmentedMP4Parser::seekTo(bool wantAudio, int64_t timeUs) { function in class:android::FragmentedMP4Parser
338 ALOGV("seekTo out of range");

Completed in 1510 milliseconds

123