HomeSort by relevance Sort by last modified time
    Searched refs:seekTo_l (Results 1 - 8 of 8) sorted by null

  /frameworks/av/include/media/
mediaplayer.h 235 status_t seekTo_l(int msec);
  /frameworks/av/media/libaah_rtp/
aah_tx_player.h 102 status_t seekTo_l(int64_t timeUs);
aah_tx_player.cpp 616 return seekTo_l(static_cast<int64_t>(msec) * 1000);
623 status_t AAH_TXPlayer::seekTo_l(int64_t timeUs) {
    [all...]
  /frameworks/av/media/libmedia/
mediaplayer.cpp 418 status_t MediaPlayer::seekTo_l(int msec)
449 status_t result = seekTo_l(msec);
722 seekTo_l(mCurrentPosition);
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 265 status_t seekTo_l(int64_t timeUs);
PreviewPlayer.cpp 479 seekTo_l(0);
656 seekTo_l(0);
679 return seekTo_l(timeUs);
    [all...]
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 248 status_t seekTo_l(int64_t timeUs);
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 833 seekTo_l(0);
952 seekTo_l(0);
    [all...]

Completed in 125 milliseconds