HomeSort by relevance Sort by last modified time
    Searched refs:timeUs (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 569 && latestMeta->findInt64("timeUs", &latestTimeUs)
    [all...]
LiveSession.h 71 status_t seekTo(int64_t timeUs);
255 int64_t timeUs, size_t bandwidthIndex, bool pickTrack = false);
  /frameworks/av/include/media/stagefright/foundation/
ANetworkSession.h 78 bool timeValid = false, int64_t timeUs = -1ll);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 391 status_t StagefrightRecorder::setParamMaxFileDurationUs(int64_t timeUs) {
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;
    [all...]
MetadataRetrieverClient.cpp 181 sp<IMemory> MetadataRetrieverClient::getFrameAtTime(int64_t timeUs, int option)
183 ALOGV("getFrameAtTime: time(%lld us) option(%d)", timeUs, option);
190 VideoFrame *frame = mRetriever->getFrameAtTime(timeUs, option);
StagefrightRecorder.h 157 status_t setParamTimeBetweenTimeLapseFrameCapture(int64_t timeUs);
168 status_t setParamMaxFileDurationUs(int64_t timeUs);
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.h 103 bool timeValid = false, int64_t timeUs = -1ll);
  /frameworks/base/media/jni/
android_media_MediaExtractor.h 55 status_t seekTo(int64_t timeUs, MediaSource::ReadOptions::SeekMode mode);
android_media_MediaMuxer.cpp 75 jobject byteBuf, jint offset, jint size, jlong timeUs, jint flags) {
121 status_t err = muxer->writeSampleData(buffer, trackIndex, timeUs, flags);
android_media_MediaMetadataRetriever.cpp 230 static jobject android_media_MediaMetadataRetriever_getFrameAtTime(JNIEnv *env, jobject thiz, jlong timeUs, jint option)
232 ALOGV("getFrameAtTime: %lld us option: %d", timeUs, option);
241 sp<IMemory> frameMemory = retriever->getFrameAtTime(timeUs, option);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.cpp 150 status_t NuPlayer::HTTPLiveSource::selectTrack(size_t trackIndex, bool select, int64_t /*timeUs*/) {
198 int64_t timeUs, baseUs, durationUs, delayUs;
200 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
202 delayUs = baseUs + timeUs - ALooper::GetNowUs();
NuPlayerDecoder.cpp 400 int64_t timeUs;
403 &bufferIx, &offset, &size, &timeUs, &flags);
409 mComponentName.c_str(), (int)bufferIx, timeUs, flags);
476 buffer->meta()->setInt64("timeUs", timeUs);
488 if (timeUs < mSkipRenderingUntilMediaTimeUs) {
490 mComponentName.c_str(), (long long)timeUs);
638 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
737 int64_t timeUs = 0;
739 CHECK(buffer->meta()->findInt64("timeUs", &timeUs))
    [all...]
StreamingSource.cpp 249 int64_t timeUs;
250 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
251 ALOGV("dequeueAccessUnit timeUs=%lld us", timeUs);
NuPlayer.cpp 470 int64_t timeUs;
473 CHECK(msg->findInt64("timeUs", &timeUs));
487 err = mSource->selectTrack(trackIndex, select, timeUs);
    [all...]
GenericSource.h 70 virtual status_t selectTrack(size_t trackIndex, bool select, int64_t timeUs);
176 status_t doSelectTrack(size_t trackIndex, bool select, int64_t timeUs);
  /frameworks/av/media/libstagefright/
MediaMuxer.cpp 165 int64_t timeUs, uint32_t flags) {
189 sampleMetaData->setInt64(kKeyTime, timeUs);
191 sampleMetaData->setInt64(kKeyDecodingTime, timeUs);
AwesomePlayer.cpp 112 int64_t timeUs;
113 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
116 buffer->range_length(), timeUs * 1000);
147 int64_t timeUs;
148 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
149 native_window_set_buffers_timestamp(mNativeWindow.get(), timeUs * 1000);
    [all...]
MPEG4Writer.cpp 293 void trackProgressStatus(int64_t timeUs, status_t err = OK);
    [all...]
  /frameworks/av/include/media/stagefright/
NuMediaExtractor.h 66 int64_t timeUs,
  /frameworks/av/media/libstagefright/include/
AVIExtractor.h 105 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode,
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 574 int64_t timeUs;
575 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
577 uint32_t rtpTime = mRTPTimeBase + (timeUs * 9 / 100ll);
669 int64_t timeUs;
670 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
672 uint32_t rtpTime = mRTPTimeBase + (timeUs * 9 / 100ll);
754 int64_t timeUs;
755 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
756 uint32_t rtpTime = mRTPTimeBase + (timeUs / (isWide ? 250 : 125));
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 171 int64_t timeUs;
219 timeUs = mOutputBuffers[0]->nTimeStamp;
226 outputBuffer->nTimeStamp = timeUs + 1000000ll * (i + 1) / 60 - 1000000ll * 1 / 24;
228 outputBuffer->nTimeStamp = timeUs + 1000000ll * (i + 3) / 60 - 1000000ll * 2 / 24;
232 outputBuffer->nTimeStamp = timeUs - 1000000ll * (fillBufNum - i - 1) / (mFilterParam.frameRate * 2);
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 470 int64_t timeUs = (PTS * 100) / 9;
473 timeUs += mParser->mAbsoluteTimeAnchorUs;
477 timeUs += mParser->mTimeOffsetUs;
480 return timeUs;
898 int64_t timeUs = 0ll; // no presentation timestamp available.
900 timeUs = mProgram->convertPTSToTimestamp(PTS);
903 status_t err = mQueue->appendData(data, size, timeUs);
996 int64_t timeUs;
997 CHECK(extra->findInt64("timeUs", &timeUs));
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 85 bool hasOutputBuffer(int64_t *timeUs) const;
298 int64_t *timeUs) const {
299 *timeUs = 0ll;
307 CHECK(outputBuffer->meta()->findInt64("timeUs", timeUs));
851 int64_t timeUs;
852 CHECK_EQ((status_t)OK, mExtractor->getSampleTime(&timeUs));
855 "timeUs", mFirstSampleTimeRealUs + timeUs - mFirstSampleTimeUs);
  /frameworks/av/cmds/stagefright/
codec.cpp 178 int64_t timeUs;
179 err = extractor->getSampleTime(&timeUs);
188 timeUs,
214 0ll /* timeUs */,

Completed in 3828 milliseconds

1 23 4 5