Searched defs:seek (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_FileReader.h84 M4OSA_ERR (*seek) (M4OSA_Context context, member in struct:__anon89
H A DM4OSA_FileWriter.h80 M4OSA_ERR (*seek) (M4OSA_Context context, member in struct:__anon91
109 the position in the file (from the beginning) after the seek in the "position"
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp264 off_t FileBase::seek(off_t pOffset) { function in class:FileBase
/frameworks/rs/cpu_ref/linkloader/utils/
H A Dserialize.h86 void seek(off_t off, bool from_begin = false) { function in class:ArchiveReader
105 seek(size);
111 seek(size);
118 seek(TypeTraits<T>::size);
141 seek(align - delta);
/frameworks/base/libs/androidfw/
H A DAsset.cpp309 * Do generic seek() housekeeping. Pass in the offset/whence values from
310 * the seek request, along with the current chunk offset and the chunk
313 * Returns the new chunk offset, or -1 if the seek is illegal.
337 ALOGW("seek out of range: want %ld, end=%ld\n",
406 /* seek the FILE* to the start of chunk */
502 off64_t _FileAsset::seek(off64_t offset, int whence) function in class:_FileAsset
796 * Handle a seek request.
802 off64_t _CompressedAsset::seek(off64_t offset, int whence) function in class:_CompressedAsset
/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
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java102 * {@link MediaControlIntent#ACTION_SEEK seek},
311 * Sends a request to seek to a new position in a media item.
335 public void seek(String itemId, long positionMillis, Bundle extras, method in class:RemotePlaybackClient
/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/av/media/libstagefright/rtsp/
H A DMyHandler.h206 void seek(int64_t timeUs) { function in struct:android::MyHandler
207 sp<AMessage> msg = new AMessage('seek', id());
1135 case 'seek':
1138 ALOGW("This is a live stream, ignoring seek request.");
1263 ALOGI("seek completed.");
1268 ALOGE("seek failed, aborting.");
1301 // posted at seek as well.

Completed in 254 milliseconds