Searched refs:seekMode (Results 1 - 13 of 13) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DISeek.cpp22 static SLresult ISeek_SetPosition(SLSeekItf self, SLmillisecond pos, SLuint32 seekMode) argument
26 switch (seekMode) {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp112 ReadOptions::SeekMode seekMode; local
113 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &seekMode));
/frameworks/av/include/media/stagefright/
H A DMPEG2TSExtractor.h88 const MediaSource::ReadOptions::SeekMode& seekMode);
/frameworks/av/media/libstagefright/foundation/include/
H A DMPEG2TSExtractor.h88 const MediaSource::ReadOptions::SeekMode& seekMode);
/frameworks/av/media/libstagefright/include/
H A DMPEG2TSExtractor.h88 const MediaSource::ReadOptions::SeekMode& seekMode);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp97 ReadOptions::SeekMode seekMode; local
98 if (mDoesSeek && options && options->getSeekTo(&seekTimeUs, &seekMode)) {
100 status_t err = mExtractor->seek(seekTimeUs, seekMode);
468 const MediaSource::ReadOptions::SeekMode &seekMode) {
488 switch (seekMode) {
497 ALOGW("seekMode not supported: %d; falling back to PREVIOUS_SYNC",
498 seekMode);
467 seek(int64_t seekTimeUs, const MediaSource::ReadOptions::SeekMode &seekMode) argument
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp145 int seekMode) {
162 bool isSeekingClosest = (seekMode == MediaSource::ReadOptions::SEEK_CLOSEST);
194 if (seekMode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC ||
195 seekMode > MediaSource::ReadOptions::SEEK_CLOSEST) {
197 ALOGE("Unknown seek mode: %d", seekMode);
203 static_cast<MediaSource::ReadOptions::SeekMode>(seekMode);
140 extractVideoFrame( const AString &componentName, const sp<MetaData> &trackMeta, const sp<IMediaSource> &source, int64_t frameTimeUs, int seekMode) argument
H A DAVIExtractor.cpp146 ReadOptions::SeekMode seekMode; local
147 if (options && options->getSeekTo(&seekTimeUs, &seekMode)) {
150 mTrackIndex, seekTimeUs, seekMode, &mSampleIndex);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp692 int32_t seekMode; local
693 CHECK(msg->findInt32("seekMode", &seekMode));
696 mStreams[i].mSeekMode = (SeekMode) seekMode;
1247 SeekMode seekMode = newUri ? kSeekModeNextSample : kSeekModeExactPosition; local
1249 ALOGV("resuming fetcher-%d, timeUs=%lld, seekMode=%d",
1250 fetcher->getFetcherID(), (long long)timeUs, seekMode);
1257 timeUs, -1, -1, seekMode);
1851 SeekMode seekMode = kSeekModeExactPosition; local
1907 if (seekMode < mStream
[all...]
H A DPlaylistFetcher.h75 LiveSession::SeekMode seekMode = LiveSession::kSeekModeExactPosition);
H A DPlaylistFetcher.cpp539 LiveSession::SeekMode seekMode) {
568 msg->setInt32("seekMode", seekMode);
625 notify->setInt32("seekMode",
699 int32_t seekMode; local
703 CHECK(msg->findInt32("seekMode", &seekMode));
750 mSeekMode = (LiveSession::SeekMode) seekMode;
531 startAsync( const sp<AnotherPacketSource> &audioSource, const sp<AnotherPacketSource> &videoSource, const sp<AnotherPacketSource> &subtitleSource, const sp<AnotherPacketSource> &metadataSource, int64_t startTimeUs, int64_t segmentStartTimeUs, int32_t startDiscontinuitySeq, LiveSession::SeekMode seekMode) argument
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h885 XAuint32 seekMode
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1111 SLuint32 seekMode

Completed in 417 milliseconds