Home
last modified time | relevance | path

Searched refs:SEEK_CLOSEST (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/include/media/
DMediaTrack.h77 SEEK_CLOSEST = CMediaTrackReadOptions::SEEK_CLOSEST, enumerator
DMediaExtractorPluginApi.h44 SEEK_CLOSEST = 3, enumerator
DMediaExtractorPluginHelper.h141 SEEK_CLOSEST, enumerator
/frameworks/av/media/libmediaplayer2/nuplayer2/
DGenericSource2.cpp399 doSeek(startTimeUs, MediaPlayer2SeekMode::SEEK_CLOSEST); in onPrepareAsync()
1040 if (mode != MediaPlayer2SeekMode::SEEK_CLOSEST) { in doSeek()
1048 readBuffer(MEDIA_TRACK_TYPE_AUDIO, seekTimeUs, MediaPlayer2SeekMode::SEEK_CLOSEST); in doSeek()
1300 if (meta != nullptr && mode == MediaPlayer2SeekMode::SEEK_CLOSEST in readBuffer()
DNuPlayer2.cpp1579 int32_t mode = MediaPlayer2SeekMode::SEEK_CLOSEST; in onMessageReceived()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp457 bool isSeekingClosest = (mSeekMode == MediaSource::ReadOptions::SEEK_CLOSEST) in onGetFormatAndSeekOptions()
469 bool isSeekingClosest = (mSeekMode == MediaSource::ReadOptions::SEEK_CLOSEST) in onInputReceived()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp1171 if (mode != MediaPlayerSeekMode::SEEK_CLOSEST) { in doSeek()
1179 readBuffer(MEDIA_TRACK_TYPE_AUDIO, seekTimeUs, MediaPlayerSeekMode::SEEK_CLOSEST); in doSeek()
1434 if (meta != nullptr && mode == MediaPlayerSeekMode::SEEK_CLOSEST in readBuffer()
/frameworks/av/media/extractors/mpeg2/
DMPEG2TSExtractor.cpp648 case MediaTrackHelper::ReadOptions::SEEK_CLOSEST: in seek()
/frameworks/base/media/jni/
Dandroid_media_MediaExtractor.cpp424 || mode >= MediaSource::ReadOptions::SEEK_CLOSEST) { in android_media_MediaExtractor_seekTo()
/frameworks/base/media/apex/java/android/media/
DMediaPlayer2.java1723 public static final int SEEK_CLOSEST = 0x03;
1730 SEEK_CLOSEST,
1759 if (mode < SEEK_PREVIOUS_SYNC || mode > SEEK_CLOSEST) {
/frameworks/base/media/java/android/media/
DMediaPlayer.java1838 public static final int SEEK_CLOSEST = 0x03; field in MediaPlayer
1846 SEEK_CLOSEST,
1884 if (mode < SEEK_PREVIOUS_SYNC || mode > SEEK_CLOSEST) { in seekTo()
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp5612 case ReadOptions::SEEK_CLOSEST: in read()
5631 if (mode == ReadOptions::SEEK_CLOSEST in read()
5667 if (mode == ReadOptions::SEEK_CLOSEST in read()
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp1054 if (mode == ReadOptions::SEEK_CLOSEST) { in read()
/frameworks/base/api/
Dcurrent.txt25441 field public static final int SEEK_CLOSEST = 3; // 0x3
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt40637 Landroid/media/MediaPlayer2;->SEEK_CLOSEST:I