Searched refs:timeUs (Results 1 - 25 of 97) sorted by path

1234

/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 Dcodec.cpp178 int64_t timeUs; local
179 err = extractor->getSampleTime(&timeUs);
188 timeUs,
214 0ll /* timeUs */,
H A Dmuxer.cpp160 int64_t timeUs; local
161 err = extractor->getSampleTime(&timeUs);
175 if (enableTrim && timeUs > trimStartTimeUs &&
176 timeUs <= trimEndTimeUs) {
178 trimOffsetTimeUs = timeUs;
184 if (enableTrim && timeUs > trimEndTimeUs) {
191 timeUs - trimOffsetTimeUs, sampleFlags);
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/include/media/
H A DIMediaMetadataRetriever.h43 virtual sp<IMemory> getFrameAtTime(int64_t timeUs, int option) = 0;
H A DMediaMetadataRetrieverInterface.h43 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) = 0;
55 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) { return NULL; } argument
H A Dmediametadataretriever.h77 sp<IMemory> getFrameAtTime(int64_t timeUs, int option);
/frameworks/av/include/media/stagefright/
H A DAudioSource.h99 void queueInputBuffer_l(MediaBuffer *buffer, int64_t timeUs);
H A DMPEG4Writer.h106 void setStartTimestampUs(int64_t timeUs);
120 Chunk(Track *track, int64_t timeUs, List<MediaBuffer *> samples) argument
121 : mTrack(track), mTimeStampUs(timeUs), mSamples(samples) {
190 void trackProgressStatus(size_t trackId, int64_t timeUs, status_t err = OK);
H A DMediaMuxer.h110 * @param timeUs the buffer's time stamp.
116 int64_t timeUs, uint32_t flags) ;
H A DNuMediaExtractor.h66 int64_t timeUs,
/frameworks/av/include/media/stagefright/foundation/
H A DANetworkSession.h78 bool timeValid = false, int64_t timeUs = -1ll);
/frameworks/av/include/media/stagefright/timedtext/
H A DTimedTextDriver.h49 status_t seekToAsync(int64_t timeUs);
/frameworks/av/media/libmedia/
H A DIMediaMetadataRetriever.cpp128 sp<IMemory> getFrameAtTime(int64_t timeUs, int option) argument
130 ALOGV("getTimeAtTime: time(%" PRId64 " us) and option(%d)", timeUs, option);
133 data.writeInt64(timeUs);
240 int64_t timeUs = data.readInt64(); local
242 ALOGV("getTimeAtTime: time(%" PRId64 " us) and option(%d)", timeUs, option);
246 sp<IMemory> bitmap = getFrameAtTime(timeUs, option);
H A Dmediametadataretriever.cpp132 sp<IMemory> MediaMetadataRetriever::getFrameAtTime(int64_t timeUs, int option) argument
134 ALOGV("getFrameAtTime: time(%" PRId64 " us) option(%d)", timeUs, option);
140 return mRetriever->getFrameAtTime(timeUs, option);
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp181 sp<IMemory> MetadataRetrieverClient::getFrameAtTime(int64_t timeUs, int option) argument
183 ALOGV("getFrameAtTime: time(%lld us) option(%d)", timeUs, option);
190 VideoFrame *frame = mRetriever->getFrameAtTime(timeUs, option);
H A DMetadataRetrieverClient.h52 virtual sp<IMemory> getFrameAtTime(int64_t timeUs, int option);
H A DStagefrightRecorder.cpp391 status_t StagefrightRecorder::setParamMaxFileDurationUs(int64_t timeUs) { argument
392 ALOGV("setParamMaxFileDurationUs: %lld us", timeUs);
395 if (timeUs <= 0) {
396 ALOGW("Max file duration is not positive: %lld us. Disabling duration limit.", timeUs);
397 timeUs = 0; // Disable the duration limit for zero or negative values.
398 } else if (timeUs <= 100000LL) { // XXX: 100 milli-seconds
399 ALOGE("Max file duration is too short: %lld us", timeUs);
403 if (timeUs <= 15 * 1000000LL) {
404 ALOGW("Target duration (%lld us) too short to be respected", timeUs);
406 mMaxFileDurationUs = timeUs;
554 setParamTimeBetweenTimeLapseFrameCapture(int64_t timeUs) argument
[all...]
H A DStagefrightRecorder.h157 status_t setParamTimeBetweenTimeLapseFrameCapture(int64_t timeUs);
168 status_t setParamMaxFileDurationUs(int64_t timeUs);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp843 int64_t timeUs, actualTimeUs; local
846 timeUs = mAudioLastDequeueTimeUs;
848 timeUs = mVideoLastDequeueTimeUs;
850 readBuffer(trackType, timeUs, &actualTimeUs, formatChange);
852 ALOGV("timeUs %lld actualTimeUs %lld", timeUs, actualTimeUs);
950 int64_t timeUs; local
951 CHECK(msg->findInt64("timeUs", &timeUs));
954 readBuffer(type, timeUs,
1079 int64_t timeUs; local
1217 selectTrack(size_t trackIndex, bool select, int64_t timeUs) argument
1235 int64_t timeUs; local
1249 doSelectTrack(size_t trackIndex, bool select, int64_t timeUs) argument
1432 int64_t timeUs; local
1557 int64_t timeUs; local
[all...]
H A DGenericSource.h70 virtual status_t selectTrack(size_t trackIndex, bool select, int64_t timeUs);
176 status_t doSelectTrack(size_t trackIndex, bool select, int64_t timeUs);
H A DHTTPLiveSource.cpp150 status_t NuPlayer::HTTPLiveSource::selectTrack(size_t trackIndex, bool select, int64_t /*timeUs*/) {
198 int64_t timeUs, baseUs, durationUs, delayUs; local
200 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
202 delayUs = baseUs + timeUs - ALooper::GetNowUs();
H A DHTTPLiveSource.h46 virtual status_t selectTrack(size_t trackIndex, bool select, int64_t timeUs);
H A DNuPlayer.cpp470 int64_t timeUs; local
473 CHECK(msg->findInt64("timeUs", &timeUs));
487 err = mSource->selectTrack(trackIndex, select, timeUs);
1458 status_t NuPlayer::selectTrack(size_t trackIndex, bool select, int64_t timeUs) { argument
1462 msg->setInt64("timeUs", timeUs);
1842 int64_t timeUs, posUs; local
1845 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
1917 int64_t timeUs, durationUs; local
1936 int64_t timeUs; local
[all...]

Completed in 196 milliseconds

1234