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

/frameworks/wilhelm/src/itf/
H A DISeek.c22 static SLresult ISeek_SetPosition(SLSeekItf self, SLmillisecond pos, SLuint32 seekMode) argument
26 switch (seekMode) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp94 ReadOptions::SeekMode seekMode; local
95 if (mDoesSeek && options && options->getSeekTo(&seekTimeUs, &seekMode)) {
97 status_t err = mExtractor->seek(seekTimeUs, seekMode);
310 const MediaSource::ReadOptions::SeekMode &seekMode) {
330 switch (seekMode) {
339 ALOGW("seekMode not supported: %d; falling back to PREVIOUS_SYNC",
340 seekMode);
309 seek(int64_t seekTimeUs, const MediaSource::ReadOptions::SeekMode &seekMode) argument
/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/media/libstagefright/include/
H A DMPEG2TSExtractor.h83 const MediaSource::ReadOptions::SeekMode& seekMode);
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp147 int seekMode) {
187 if (seekMode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC ||
188 seekMode > MediaSource::ReadOptions::SEEK_CLOSEST) {
190 ALOGE("Unknown seek mode: %d", seekMode);
196 static_cast<MediaSource::ReadOptions::SeekMode>(seekMode);
142 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.cpp683 int32_t seekMode; local
684 CHECK(msg->findInt32("seekMode", &seekMode));
687 mStreams[i].mSeekMode = (SeekMode) seekMode;
1235 SeekMode seekMode = newUri ? kSeekModeNextSample : kSeekModeExactPosition; local
1237 ALOGV("resuming fetcher-%d, timeUs=%lld, seekMode=%d",
1238 fetcher->getFetcherID(), (long long)timeUs, seekMode);
1245 timeUs, -1, -1, seekMode);
1836 SeekMode seekMode = kSeekModeExactPosition; local
1892 if (seekMode < mStream
[all...]
H A DPlaylistFetcher.h74 LiveSession::SeekMode seekMode = LiveSession::kSeekModeExactPosition);
H A DPlaylistFetcher.cpp489 LiveSession::SeekMode seekMode) {
518 msg->setInt32("seekMode", seekMode);
575 notify->setInt32("seekMode",
649 int32_t seekMode; local
653 CHECK(msg->findInt32("seekMode", &seekMode));
700 mSeekMode = (LiveSession::SeekMode) seekMode;
481 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 98 milliseconds