Searched defs:timeUs (Results 1 - 25 of 70) sorted by relevance

123

/frameworks/av/include/media/
H A DMediaMetadataRetrieverInterface.h45 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) = 0;
57 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) { return NULL; } argument
/frameworks/av/media/libstagefright/omx/
H A DFrameDropper.cpp46 bool FrameDropper::shouldDrop(int64_t timeUs) { argument
52 mDesiredMinTimeUs = timeUs + mMinIntervalUs;
54 (long long)timeUs, (long long)mDesiredMinTimeUs);
58 if (timeUs < (mDesiredMinTimeUs - kMaxJitterUs)) {
60 (long long)timeUs, (long long)mDesiredMinTimeUs,
61 (long long)(mDesiredMinTimeUs - timeUs));
65 int64_t n = (timeUs - mDesiredMinTimeUs + kMaxJitterUs) / mMinIntervalUs;
68 (long long)timeUs, (long long)mDesiredMinTimeUs,
69 (long long)(mDesiredMinTimeUs - timeUs));
/frameworks/base/media/java/android/media/
H A DMediaTimeProvider.java29 * registers the listener to get seek and stop notifications. If timeUs is
33 * is larger than or equal to timeUs.
35 * @param timeUs presentation time to get timed event callback at (or
38 public void notifyAt(long timeUs, OnMediaTimeListener listener); argument
72 * @param timeUs current media time
74 void onTimedEvent(long timeUs); argument
79 * @param timeUs current media time
81 void onSeek(long timeUs); argument
H A DMediaExtractor.java494 public native void seekTo(long timeUs, @SeekMode int mode); argument
H A DMediaMetadataRetriever.java230 * @param timeUs The time position where the frame will be retrieved.
233 * When this happens, a frame nearby will be returned. If timeUs is
239 * that has a timestamp earlier than or the same as timeUs. Use
241 * that has a timestamp later than or the same as timeUs. Use
243 * that has a timestamp closest to or the same as timeUs. Use
245 * or may not be a sync frame but is closest to or the same as timeUs.
247 * to the other options if there is no sync frame located at timeUs.
252 public Bitmap getFrameAtTime(long timeUs, int option) { argument
258 return _getFrameAtTime(timeUs, option);
269 * @param timeUs Th
281 getFrameAtTime(long timeUs) argument
303 _getFrameAtTime(long timeUs, int option) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp206 int64_t timeUs; local
207 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
210 buffer->range_length(), timeUs / 1E6);
/frameworks/av/media/libstagefright/
H A DMediaMuxer.cpp150 int64_t timeUs, uint32_t flags) {
174 sampleMetaData->setInt64(kKeyTime, timeUs);
176 sampleMetaData->setInt64(kKeyDecodingTime, timeUs);
149 writeSampleData(const sp<ABuffer> &buffer, size_t trackIndex, int64_t timeUs, uint32_t flags) argument
H A DVBRISeeker.cpp151 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { argument
161 while (segmentIndex < mSegments.size() && nowUs < *timeUs) {
166 ALOGV("getOffsetForTime %lld us => 0x%016llx", (long long)*timeUs, (long long)*pos);
168 *timeUs = nowUs;
H A DXINGSeeker.cpp46 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { argument
51 float percent = (float)(*timeUs) * 100 / mDurationUs;
H A DAudioSource.cpp256 int64_t timeUs; local
257 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
258 int64_t elapsedTimeUs = timeUs - mStartTimeUs;
281 mFirstSampleTimeUs = timeUs;
283 timeUs = mFirstSampleTimeUs + (timeUs - mFirstSampleTimeUs)
285 buffer->meta_data()->setInt64(kKeyTime, timeUs);
303 int64_t timeUs = systemTime() / 1000ll; local
307 timeUs -= mRecord->latency() * 1000LL;
309 ALOGV("dataCallbackTimestamp: %" PRId64 " us", timeUs);
379 queueInputBuffer_l(MediaBuffer *buffer, int64_t timeUs) argument
[all...]
H A DMidiExtractor.cpp240 int64_t timeUs = 1000ll * timeMs; local
241 buffer->meta_data()->setInt64(kKeyTime, timeUs);
/frameworks/av/media/libstagefright/omx/tests/
H A DFrameDropper_test.cpp29 int64_t timeUs; member in struct:android::TestFrame
102 int64_t testTimeUs = frames[i].timeUs + jitter;
104 (long long)frames[i].timeUs, (long long)testTimeUs, jitter);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp165 int64_t timeUs; local
166 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
174 accessUnit->meta()->setInt64("timeUs", timeUs);
/frameworks/av/media/libmedia/
H A Dmediametadataretriever.cpp144 sp<IMemory> MediaMetadataRetriever::getFrameAtTime(int64_t timeUs, int option) argument
146 ALOGV("getFrameAtTime: time(%" PRId64 " us) option(%d)", timeUs, option);
152 return mRetriever->getFrameAtTime(timeUs, option);
H A DIMediaMetadataRetriever.cpp139 sp<IMemory> getFrameAtTime(int64_t timeUs, int option) argument
141 ALOGV("getTimeAtTime: time(%" PRId64 " us) and option(%d)", timeUs, option);
144 data.writeInt64(timeUs);
267 int64_t timeUs = data.readInt64(); local
269 ALOGV("getTimeAtTime: time(%" PRId64 " us) and option(%d)", timeUs, option);
273 sp<IMemory> bitmap = getFrameAtTime(timeUs, option);
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp196 sp<IMemory> MetadataRetrieverClient::getFrameAtTime(int64_t timeUs, int option) argument
198 ALOGV("getFrameAtTime: time(%lld us) option(%d)", (long long)timeUs, option);
206 VideoFrame *frame = mRetriever->getFrameAtTime(timeUs, option);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp491 int64_t timeUs; local
492 CHECK_EQ(mExtractor->getSampleTime(&timeUs), (status_t)OK);
498 timeUs,
H A Dcodec.cpp182 int64_t timeUs; local
183 err = extractor->getSampleTime(&timeUs);
192 timeUs,
218 0ll /* timeUs */,
H A Dmuxer.cpp180 int64_t timeUs; local
181 err = extractor->getSampleTime(&timeUs);
195 if (enableTrim && timeUs > trimStartTimeUs &&
196 timeUs <= trimEndTimeUs) {
198 trimOffsetTimeUs = timeUs;
204 if (enableTrim && timeUs > trimEndTimeUs) {
211 timeUs - trimOffsetTimeUs, sampleFlags);
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h111 void setStartTimestampUs(int64_t timeUs);
125 Chunk(Track *track, int64_t timeUs, List<MediaBuffer *> samples) argument
126 : mTrack(track), mTimeStampUs(timeUs), mSamples(samples) {
195 void trackProgressStatus(size_t trackId, int64_t timeUs, status_t err = OK);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp162 status_t NuPlayer::HTTPLiveSource::selectTrack(size_t trackIndex, bool select, int64_t /*timeUs*/) {
226 int64_t timeUs, baseUs, delayUs; local
228 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
229 delayUs = baseUs + timeUs - ALooper::GetNowUs();
H A DNuPlayerDecoderPassThrough.cpp182 int64_t timeUs; local
184 bool smallTimestampValid = accessUnit->meta()->findInt64("timeUs", &timeUs);
185 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy);
201 mAggregateBuffer->meta()->setInt64("timeUs", timeUs);
276 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
323 int64_t timeUs = 0; local
324 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
[all...]
H A DStreamingSource.cpp259 int64_t timeUs; local
260 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
261 ALOGV("dequeueAccessUnit timeUs=%lld us", timeUs);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp258 int64_t timeUs; local
259 if (mInputBuffer->meta_data()->findInt64(kKeyDriftTime, &timeUs)) {
260 wallClockTimeUs = timeUs;
262 if (mInputBuffer->meta_data()->findInt64(kKeyAnchorTime, &timeUs)) {
263 mAnchorTimeUs = timeUs;
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp233 int64_t timeUs; local
235 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
237 if (minTrackIndex < 0 || timeUs < minTimeUs) {
239 minTimeUs = timeUs;
260 int64_t timeUs; local
261 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
262 tsPackets->meta()->setInt64("timeUs", timeUs);
496 int64_t timeUs = ALooper::GetNowUs(); local
[all...]

Completed in 1465 milliseconds

123