Searched refs:seek (Results 26 - 39 of 39) sorted by relevance

12

/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp163 seek(0);
167 void GenericPlayer::seek(int64_t timeMsec) { function in class:android::GenericPlayer
168 SL_LOGV("GenericPlayer::seek %lld", timeMsec);
170 SL_LOGE("GenericPlayer::seek error, can't seek to negative time %lldms", timeMsec);
615 // if we observe the player position going backwards, even without without a seek, then recover
H A Dandroid_StreamPlayer.cpp189 player->seek(ANDROID_UNKNOWN_TIME);
H A Dandroid_AudioSfDecoder.cpp391 // ignores mLastDecodedPositionUs while seeking, and substitutes the seek goal instead
536 seek(0);
H A DMediaPlayer_to_android.cpp665 mp->mAVPlayer->seek(posMsec);
H A DAudioPlayer_to_android.cpp2097 ap->mAPlayer->seek(posMsec);
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp97 void seek(
309 void BlockIterator::seek( function in class:android::BlockIterator
320 // Special case the 0 seek to avoid loading Cues when the application
412 ALOGV("Requested seek point: %lld actual: %lld",
502 // The audio we want is located by using the Cues to seek the video
506 mBlockIter.seek(seekTimeUs, mIsAudio, &actualFrameTimeUs);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java1050 mRAF.seek(0);
1087 mRAF.seek(0);
1097 mRAF.seek(0);
/frameworks/av/libvideoeditor/vss/src/
H A DM4PCMR_CoreReader.c465 * - Verifies that the current reader's state allows to seek
466 * - Determines from provided time m_offset to seek in file
467 * - If m_offset is correct, seek in file
472 * @param seekMode: (IN) Selects the seek access mode
479 * @param M4ERR_NOT_IMPLEMENTED This seek mode is not implemented yet
526 err = c->m_pFileReadFunc->seek(c->m_fileContext, M4OSA_kFileSeekBeginning,
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp159 // starting playback (both at startup and after a seek).
319 mHandler->seek(seekTimeUs);
365 // The user can always use the seek bar.
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp475 off64_t size = asset->seek(0, SEEK_SET);
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Writer.c1445 err = mMp4FileDataPtr->fileWriterFunctions->seek(
1450 "Backtracking to position 0x%08X, seek returned %d and position %08X",
1688 err = mMp4FileDataPtr->fileWriterFunctions->seek(
1693 "Backtracking to position 0x%08X, seek returned %d and position %08X",
2467 err = mMp4FileDataPtr->fileWriterFunctions->seek(
2472 "Backtracking to position 0x%08X, seek returned %d and position %08X",
3624 /* seek is used to get the current position relative to the start of the file. */
3625 /* ... or rather, seek used to be used for that, but it has been found this functionality
4518 CLEANUPonERR(mMp4FileDataPtr->fileWriterFunctions->seek(fileWriterContext,
4519 M4OSA_kFileSeekBeginning, &mdatPos)); /*seek afte
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h205 void seek(int64_t timeUs) { function in struct:android::MyHandler
206 sp<AMessage> msg = new AMessage('seek', id());
1130 case 'seek':
1133 ALOGW("This is a live stream, ignoring seek request.");
1258 ALOGI("seek completed.");
1263 ALOGE("seek failed, aborting.");
1296 // posted at seek as well.
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp402 return a->seek(
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java1526 out.seek(out.length());
5024 out.seek(out.length());

Completed in 431 milliseconds

12