HomeSort by relevance Sort by last modified time
    Searched refs:setInt64 (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /cts/suite/audio_quality/lib/src/
BuiltinProcessing.cpp 80 rmsVal->setInt64(rms);
  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 74 (*buffer)->meta_data()->setInt64(
ARTPSession.cpp 175 accessUnit->meta()->setInt64("ntp-time", ntpTime);
176 accessUnit->meta()->setInt64("timeUs", 0);
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 172 msg->setInt64("stop-time-us", stopTimeUs);
366 msg->setInt64(PARAMETER_KEY_OFFSET_TIME, timeOffsetUs);
395 msg->setInt64("stop-time-us", stopTimeUs);
683 params->setInt64(PARAMETER_KEY_SUSPEND_TIME, resumeStartTimeUs);
805 params->setInt64("skip-frames-before", startTimeUs);
839 params->setInt64(PARAMETER_KEY_SUSPEND_TIME, pauseStartTimeUs);
947 mbuf->meta_data().setInt64(kKeyDecodingTime, decodingTimeUs);
957 mbuf->meta_data().setInt64(kKeyDriftTime, driftTimeUs);
962 mbuf->meta_data().setInt64(kKeyTime, timeUs);
964 mbuf->meta_data().setInt64(kKeyTime, 0LL)
    [all...]
MediaTrack.cpp 128 meta.setInt64(kKeyTime, val64);
131 meta.setInt64(kKeyDuration, val64);
134 meta.setInt64(kKeyTargetTime, val64);
AudioSource.cpp 296 buffer->meta_data().setInt64(kKeyTime, timeUs);
435 buffer->meta_data().setInt64(kKeyAnchorTime, mStartTimeUs);
442 buffer->meta_data().setInt64(kKeyTime, mPrevSampleTimeUs);
443 buffer->meta_data().setInt64(kKeyDriftTime, timeUs - mInitialReadTimeUs);
MediaMuxer.cpp 190 sampleMetaData.setInt64(kKeyTime, timeUs);
192 sampleMetaData.setInt64(kKeyDecodingTime, timeUs);
MediaClock.cpp 331 msg->setInt64("anchor-media-us", mAnchorTimeMediaUs);
332 msg->setInt64("anchor-real-us", mAnchorTimeRealUs);
Utils.cpp 738 meta->setInt64(elem.second, value);
    [all...]
MediaCodec.cpp 574 mAnalyticsItem->setInt64(kCodecLatencyMax, mLatencyHist.getMax());
575 mAnalyticsItem->setInt64(kCodecLatencyMin, mLatencyHist.getMin());
576 mAnalyticsItem->setInt64(kCodecLatencyAvg, mLatencyHist.getAvg());
577 mAnalyticsItem->setInt64(kCodecLatencyCount, mLatencyHist.getCount());
586 mAnalyticsItem->setInt64(kCodecLatencyUnknown, mLatencyUnknown);
621 item->setInt64(kCodecRecentLatencyMax, recentHist.getMax());
622 item->setInt64(kCodecRecentLatencyMin, recentHist.getMin());
623 item->setInt64(kCodecRecentLatencyAvg, recentHist.getAvg());
624 item->setInt64(kCodecRecentLatencyCount, recentHist.getCount());
    [all...]
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 66 setInt64(val);
83 inline void setInt64(int64_t val) {
  /frameworks/av/media/libnblog/
ReportPerformance.cpp 189 item->setInt64(kThreadUnderruns, data.underruns);
193 item->setInt64(kThreadOverruns, data.overruns);
206 item->setInt64(kThreadActive, data.active / 1000000);
207 item->setInt64(kThreadDuration, (systemTime() - data.start) / 1000000);
  /frameworks/av/cmds/stagefright/
SineSource.cpp 92 buffer->meta_data().setInt64(
  /frameworks/av/media/libmediaplayer2/nuplayer2/
GenericSource2.cpp 334 msg->setInt64("startTimeUs", startTimeUs);
688 globalMeta->setInt64("timeUs", 0);
809 msg->setInt64("timeUs", timeUs);
817 msg->setInt64("timeUs", timeUs);
966 msg->setInt64("timeUs", timeUs);
978 msg->setInt64("timeUs", timeUs);
1003 msg->setInt64("seekTimeUs", seekTimeUs);
    [all...]
NuPlayer2.cpp 279 notify->setInt64("srcId", dsd->mId);
401 msg->setInt64("srcId", dsd->mId);
402 msg->setInt64("startTimeUs", dsd->mStartPositionMs * 1000);
403 msg->setInt64("endTimeUs", dsd->mEndPositionMs * 1000);
425 msg->setInt64("srcId", dsd->mId);
426 msg->setInt64("startTimeUs", dsd->mStartPositionMs * 1000);
427 msg->setInt64("endTimeUs", dsd->mEndPositionMs * 1000);
435 msg->setInt64("srcId", srcId);
579 notify->setInt64("timerUs", mediaTimeUs);
586 msg->setInt64("seekTimeUs", seekTimeUs)
    [all...]
NuPlayer2DecoderPassThrough.cpp 196 mAggregateBuffer->meta()->setInt64("timeUs", timeUs);
344 mcBuffer->meta()->setInt64("timeUs", timeUs);
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 581 msg->setInt64("startTimeUs", startTimeUs);
582 msg->setInt64("segmentStartTimeUs", segmentStartTimeUs);
    [all...]
  /frameworks/av/media/libmediametrics/include/
MediaAnalyticsItem.h 124 void setInt64(Attr, int64_t value);
  /frameworks/av/media/libstagefright/include/media/stagefright/
MetaDataBase.h 282 bool setInt64(uint32_t key, int64_t value);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 847 scrambledAccessUnit->meta()->setInt64("timeUs", timeUs);
888 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
992 accessUnit->meta()->setInt64("timeUs", timeUs);
1056 accessUnit->meta()->setInt64("timeUs", timeUs);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.cpp 197 mAggregateBuffer->meta()->setInt64("timeUs", timeUs);
345 mcBuffer->meta()->setInt64("timeUs", timeUs);
GenericSource.cpp 823 globalMeta->setInt64("timeUs", 0);
929 msg->setInt64("timeUs", timeUs);
937 msg->setInt64("timeUs", timeUs);
    [all...]
NuPlayerDriver.cpp 578 mAnalyticsItem->setInt64(kPlayerFrames, numFramesTotal);
579 mAnalyticsItem->setInt64(kPlayerFramesDropped, numFramesDropped);
600 mAnalyticsItem->setInt64(kPlayerDuration, duration_ms);
604 mAnalyticsItem->setInt64(kPlayerPlaying, (mPlayingTimeUs+500)/1000 );
607 mAnalyticsItem->setInt64(kPlayerRebuffering, (mRebufferingTimeUs+500)/1000 );
    [all...]
  /frameworks/av/media/libmedia/
NdkWrapper.cpp 236 aMediaFormat->setInt64(key, val);
357 msg->setInt64(key, val);
380 buffer->meta()->setInt64(AMEDIAFORMAT_KEY_TIME_US, 0);
478 void AMediaFormatWrapper::setInt64(const char* name, int64_t value) {
830 msg->setInt64("timeUs", bufferInfo->presentationTimeUs);
    [all...]
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 237 info.mData->meta()->setInt64("timeUs", 0);
358 outputInfo->mData->meta()->setInt64("timeUs", timeUs);
714 inputInfo->mData->meta()->setInt64("timeUs", item.mTimestamp / 1000);

Completed in 422 milliseconds

1 2 3 4