Searched refs:timeUs (Results 76 - 97 of 97) sorted by relevance

1234

/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp637 int64_t timeUs; local
639 timeUs = (PTS * 100) / 9;
641 timeUs = 0;
644 status_t err = mQueue->appendData(data, size, timeUs);
/frameworks/base/media/java/android/media/
H A DMediaExtractor.java290 public native void seekTo(long timeUs, int mode); argument
H A DMediaPlayer.java3218 long timeUs = getCurrentTimeUs(true, false);
3219 if (DEBUG) Log.d(TAG, "onSeekComplete at " + timeUs);
3225 listener.onSeek(timeUs);
3271 long timeUs, MediaTimeProvider.OnMediaTimeListener listener) {
3273 if (DEBUG) Log.d(TAG, "notifyAt " + timeUs);
3274 mTimes[registerListener(listener)] = timeUs;
3270 notifyAt( long timeUs, MediaTimeProvider.OnMediaTimeListener listener) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.h66 size_t offset, size_t size, int64_t timeUs, uint32_t flags,
H A Dandroid_media_MediaCodec.cpp268 size_t offset, size_t size, int64_t timeUs, uint32_t flags,
271 index, offset, size, timeUs, flags, errorDetailMsg);
297 int64_t timeUs; local
300 index, &offset, &size, &timeUs, &flags, timeoutUs);
310 env->CallVoidMethod(bufferInfo, method, (jint)offset, (jint)size, timeUs, flags);
473 if (!input && buffer->meta()->findInt64("timeUs", &timestamp)) {
611 int64_t timeUs; local
615 CHECK(msg->findInt64("timeUs", &timeUs));
634 env->CallVoidMethod(obj, method, (jint)offset, (jint)size, timeUs, flag
266 queueInputBuffer( size_t index, size_t offset, size_t size, int64_t timeUs, uint32_t flags, AString *errorDetailMsg) argument
[all...]
H A Dandroid_media_MediaExtractor.cpp194 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) {
195 return mImpl->seekTo(timeUs, mode);
435 JNIEnv *env, jobject thiz, jlong timeUs, jint mode) {
449 extractor->seekTo(timeUs, (MediaSource::ReadOptions::SeekMode)mode);
193 seekTo( int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) argument
434 android_media_MediaExtractor_seekTo( JNIEnv *env, jobject thiz, jlong timeUs, jint mode) argument
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h99 status_t seekTo(int64_t timeUs);
261 status_t seekTo_l(int64_t timeUs);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp462 int64_t timeUs; local
463 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
873 uint64_t PTS = (timeUs * 9ll) / 100ll;
1044 int64_t timeUs; local
1045 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
1049 accessUnit2->meta()->setInt64("timeUs", timeUs);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp380 msg->setInt64("timeUs", presentationTimeUs);
411 msg->setInt64("timeUs", presentationTimeUs);
455 CHECK(response->findInt64("timeUs", presentationTimeUs));
696 int64_t timeUs; local
697 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
699 response->setInt64("timeUs", timeUs);
1749 msg->setInt64("timeUs", 0ll);
1858 int64_t timeUs; local
2121 int64_t timeUs; local
[all...]
H A DCameraSource.cpp895 int64_t timeUs = mStartTimeUs + (timestampUs - mFirstFrameTimeUs); local
896 mFrameTimes.push_back(timeUs);
898 mStartTimeUs, timeUs);
H A DFLACExtractor.cpp695 int64_t timeUs = (1000000LL * sampleNumber) / getSampleRate(); local
696 buffer->meta_data()->setInt64(kKeyTime, timeUs);
H A DNuMediaExtractor.cpp415 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) {
418 ssize_t minIndex = fetchTrackSamples(timeUs, mode);
414 seekTo( int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) argument
H A DACodec.cpp205 int64_t timeUs);
4205 int64_t timeUs; local
4210 CHECK(msg->findInt64("timestamp", &timeUs));
4216 timeUs);
4359 int64_t timeUs; local
4360 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
4392 mCodec->mComponentName.c_str(), bufferID, timeUs);
4395 mCodec->mComponentName.c_str(), bufferID, timeUs);
4403 mCodec->mBufferStats.add(timeUs, stat
4504 onOMXFillBufferDone( IOMX::buffer_id bufferID, size_t rangeOffset, size_t rangeLength, OMX_U32 flags, int64_t timeUs) argument
[all...]
H A DOMXCodec.cpp2200 int64_t timeUs = *it; local
2202 return timeUs;
3755 int64_t timeUs; local
3756 if (meta->findInt64(kKeyTime, &timeUs)) {
3757 startTimeUs = timeUs;
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp533 int64_t timeUs = mBlockIter.blockTimeUs(); local
539 mbuf->meta_data()->setInt64(kKeyTime, timeUs);
667 int64_t timeUs; local
668 CHECK(frame->meta_data()->findInt64(kKeyTime, &timeUs));
672 buffer->meta_data()->setInt64(kKeyTime, timeUs);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp494 int64_t timeUs; local
495 CHECK_EQ(mExtractor->getSampleTime(&timeUs), (status_t)OK);
501 timeUs,
H A Dsf2.cpp456 outBuffer->meta()->setInt64("timeUs", 0);
506 int64_t timeUs; local
507 CHECK(inBuffer->meta_data()->findInt64(kKeyTime, &timeUs));
509 outBuffer->meta()->setInt64("timeUs", timeUs);
H A Dstagefright.cpp574 int64_t timeUs; local
575 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
578 seekTimeUs, timeUs, seekTimeUs - timeUs);
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h216 void seek(int64_t timeUs) { argument
218 msg->setInt64("time", timeUs);
1173 int64_t timeUs; local
1174 CHECK(msg->findInt64("time", &timeUs));
1184 reply->setInt64("time", timeUs);
1229 int64_t timeUs; local
1230 CHECK(msg->findInt64("time", &timeUs));
1242 "Range: npt=%lld-\r\n", timeUs / 1000000ll));
1857 accessUnit->meta()->setInt64("timeUs", mediaTimeUs);
H A DMyTransmitter.h638 int64_t timeUs; local
639 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
641 uint32_t rtpTime = mRTPTimeBase + (timeUs * 9 / 100ll);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h68 status_t selectTrack(size_t trackIndex, bool select, int64_t timeUs);
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp103 const void *data, ssize_t size, bool timeValid, int64_t timeUs);
692 const void *data, ssize_t size, bool timeValid, int64_t timeUs) {
770 frag.mTimeUs = timeUs;
1207 bool timeValid, int64_t timeUs) {
1218 status_t err = session->sendRequest(data, size, timeValid, timeUs);
691 sendRequest( const void *data, ssize_t size, bool timeValid, int64_t timeUs) argument
1205 sendRequest( int32_t sessionID, const void *data, ssize_t size, bool timeValid, int64_t timeUs) argument

Completed in 286 milliseconds

1234