Searched defs:seekTimeUs (Results 1 - 25 of 30) sorted by last modified time

12

/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp262 int64_t seekTimeUs; local
264 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp98 int64_t seekTimeUs, bool isAudio,
310 int64_t seekTimeUs, bool isAudio,
316 const int64_t seekTimeNs = seekTimeUs * 1000ll;
323 ALOGV("Seek to beginning: %lld", seekTimeUs);
332 ALOGV("Seeking to: %lld", seekTimeUs);
413 seekTimeUs, actualFrameTimeUs);
496 int64_t seekTimeUs; local
498 if (options && options->getSeekTo(&seekTimeUs, &mode)
506 mBlockIter.seek(seekTimeUs, mIsAudio, &actualFrameTimeUs);
309 seek( int64_t seekTimeUs, bool isAudio, int64_t *actualFrameTimeUs) argument
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp97 int64_t seekTimeUs; local
99 if (mSeekable && options && options->getSeekTo(&seekTimeUs, &seekMode)) {
100 mExtractor->seekTo(seekTimeUs);
225 void MPEG2TSExtractor::seekTo(int64_t seekTimeUs) { argument
232 mLiveSession->seekTo(seekTimeUs);
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp71 msg->setInt64("seekTimeUs", timeUs);
107 int64_t seekTimeUs = positionMs * 1000ll; local
111 doSeekAndRead(seekTimeUs);
121 int64_t seekTimeUs; local
123 if (msg->findInt64("seekTimeUs", &seekTimeUs) &&
127 seekTimeUs,
136 int64_t seekTimeUs = kInvalidTimeUs; local
139 msg->findInt64("seekTimeUs", &seekTimeUs);
219 doSeekAndRead(int64_t seekTimeUs) argument
235 int64_t seekTimeUs = kInvalidTimeUs; local
[all...]
H A DTimedTextSRTSource.cpp221 int64_t seekTimeUs; local
223 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
226 if (seekTimeUs < 0) {
228 } else if (seekTimeUs >= lastEndTimeUs) {
238 int diff = compareExtendedRangeAndTime(mid, seekTimeUs);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp91 int64_t seekTimeUs; local
93 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &seekMode));
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp228 int64_t seekTimeUs = -1; local
249 if (seekTimeUs >= 0) {
250 int64_t diff = timestampUs - seekTimeUs;
259 seekTimeUs / 1E6, timestampUs / 1E6);
283 seekTimeUs = -1;
286 seekTimeUs = (rand() * (float)durationUs) / RAND_MAX;
287 options.setSeekTo(seekTimeUs);
290 seekTimeUs, seekTimeUs / 1E6);
541 for (int64_t seekTimeUs
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp123 int64_t seekTimeUs; local
126 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
127 CHECK(seekTimeUs >= 0);
128 mTimeStampUs = seekTimeUs;
H A DDummyVideoSource.cpp126 int64_t seekTimeUs; local
128 if (options && options->getSeekTo(&seekTimeUs, &seekMode)) {
130 mImageSeekTime = seekTimeUs;
H A DVideoEditorSRC.cpp123 int64_t seekTimeUs; local
125 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
126 ALOGV("read Seek %lld", seekTimeUs);
127 mSeekTimeUs = seekTimeUs;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp166 status_t NuPlayer::GenericSource::seekTo(int64_t seekTimeUs) { argument
169 readBuffer(false /* audio */, seekTimeUs, &actualTimeUs);
171 seekTimeUs = actualTimeUs;
175 readBuffer(true /* audio */, seekTimeUs);
182 bool audio, int64_t seekTimeUs, int64_t *actualTimeUs) {
187 *actualTimeUs = seekTimeUs;
194 if (seekTimeUs >= 0) {
195 options.setSeekTo(seekTimeUs);
181 readBuffer( bool audio, int64_t seekTimeUs, int64_t *actualTimeUs) argument
H A DHTTPLiveSource.cpp172 status_t NuPlayer::HTTPLiveSource::seekTo(int64_t seekTimeUs) { argument
179 mLiveSession->seekTo(seekTimeUs);
H A DNuPlayer.cpp172 void NuPlayer::seekToAsync(int64_t seekTimeUs) { argument
174 msg->setInt64("seekTimeUs", seekTimeUs);
581 int64_t seekTimeUs; local
582 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs));
584 ALOGV("kWhatSeek seekTimeUs=%lld us (%.2f secs)",
585 seekTimeUs, seekTimeUs / 1E6);
587 mSource->seekTo(seekTimeUs);
[all...]
H A DNuPlayerDriver.cpp185 int64_t seekTimeUs = msec * 1000ll; local
192 mStartupSeekTimeUs = seekTimeUs;
199 mPlayer->seekToAsync(seekTimeUs);
H A DNuPlayerSource.h46 virtual status_t seekTo(int64_t seekTimeUs) { argument
H A DRTSPSource.cpp195 status_t NuPlayer::RTSPSource::seekTo(int64_t seekTimeUs) { argument
198 msg->setInt64("timeUs", seekTimeUs);
204 void NuPlayer::RTSPSource::performSeek(int64_t seekTimeUs) { argument
210 mHandler->seek(seekTimeUs);
234 int64_t seekTimeUs; local
235 CHECK(msg->findInt64("timeUs", &seekTimeUs));
237 performSeek(seekTimeUs);
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp290 int64_t seekTimeUs; local
292 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
294 int64_t seekFrame = seekTimeUs / mFrameDurationUs;
H A DAMRExtractor.cpp254 int64_t seekTimeUs; local
256 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
258 int64_t seekFrame = seekTimeUs / 20000ll; // 20ms per frame.
H A DAVIExtractor.cpp145 int64_t seekTimeUs; local
147 if (options && options->getSeekTo(&seekTimeUs, &seekMode)) {
150 mTrackIndex, seekTimeUs, seekMode, &mSampleIndex);
H A DCameraSource.cpp761 int64_t seekTimeUs; local
763 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
H A DFLACExtractor.cpp708 int64_t seekTimeUs; local
710 if ((NULL != options) && options->getSeekTo(&seekTimeUs, &mode)) {
712 if (seekTimeUs <= 0LL) {
716 sample = (seekTimeUs * mParser->getSampleRate()) / 1000000LL;
H A DFragmentedMP4Extractor.cpp263 int64_t seekTimeUs; local
265 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
266 mParser->seekTo(mIsAudioTrack, seekTimeUs);
H A DJPEGSource.cpp114 int64_t seekTimeUs; local
116 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
H A DMP3Extractor.cpp476 int64_t seekTimeUs; local
480 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
481 int64_t actualSeekTimeUs = seekTimeUs;
492 mCurrentTimeUs = seekTimeUs;
493 mCurrentPos = mFirstFramePos + seekTimeUs * bitrate / 8000000;
H A DMPEG4Extractor.cpp2029 int64_t seekTimeUs; local
2031 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
2051 seekTimeUs * mTimescale / 1000000,
2096 seekTimeUs,

Completed in 1250 milliseconds

12