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

1 2 3 4

  /frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.cpp 112 meta->setInt64(kKeyDuration, mImageClipDuration);
163 buffer->meta_data()->setInt64(kKeyTime, mFrameTimeUs);
DummyAudioSource.cpp 112 meta->setInt64(kKeyDuration, mFrameDurationUs);
152 buffer->meta_data()->setInt64(kKeyTime, mTimeStampUs);
  /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);
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 66 setInt64(val);
83 inline void setInt64(int64_t val) {
  /frameworks/av/media/libstagefright/
MediaMuxer.cpp 170 sampleMetaData->setInt64(kKeyTime, timeUs);
172 sampleMetaData->setInt64(kKeyDecodingTime, timeUs);
Utils.cpp 83 msg->setInt64("durationUs", durationUs);
187 buffer->meta()->setInt64("timeUs", 0);
217 buffer->meta()->setInt64("timeUs", 0);
234 buffer->meta()->setInt64("timeUs", 0);
241 buffer->meta()->setInt64("timeUs", 0);
252 buffer->meta()->setInt64("timeUs", 0);
380 meta->setInt64(kKeyDuration, durationUs);
AACExtractor.cpp 189 mMeta->setInt64(kKeyDuration, duration);
322 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
378 (*meta)->setInt64("offset", pos);
AudioSource.cpp 351 buffer->meta_data()->setInt64(kKeyAnchorTime, mStartTimeUs);
354 buffer->meta_data()->setInt64(kKeyTime, mPrevSampleTimeUs);
355 buffer->meta_data()->setInt64(kKeyDriftTime, timeUs - mInitialReadTimeUs);
AMRExtractor.cpp 158 mMeta->setInt64(kKeyDuration, duration);
316 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.cpp 92 params->setInt64(kKeyTime, 1ll);
174 accessUnit->meta()->setInt64("timeUs", timeUs);
Converter.cpp 513 notify->setInt64("whenUs", ALooper::GetNowUs());
560 buffer->meta()->setInt64("timeUs", timeUs);
604 partialAudioAU->meta()->setInt64("timeUs", timeUs);
608 buffer->meta()->setInt64("timeUs", timeUs);
684 dup->meta()->setInt64("timeUs", timeUs);
771 buffer->meta()->setInt64("timeUs", timeUs);
  /frameworks/av/cmds/stagefright/
SineSource.cpp 90 buffer->meta_data()->setInt64(
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 71 msg->setInt64("seekTimeUs", timeUs);
239 msg->setInt64("seekTimeUs", seekTimeUs);
266 msg->setInt64("fireTimeUs", timeUs);
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 207 mMeta->setInt64(kKeyDuration, durationUs);
324 buffer->meta_data()->setInt64(kKeyTime, mAnchorTimeUs + mediaTimeUs);
326 buffer->meta_data()->setInt64(kKeyDriftTime, mediaTimeUs - wallClockTimeUs);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 120 outBuffer->meta()->setInt64("timeUs", 0);
StreamingSource.cpp 116 extra->setInt64(IStreamListener::kKeyMediaTimeUs, mediaTimeUs);
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 155 mMeta->setInt64(kKeyDuration, duration);
295 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 311 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
380 accessUnit->meta()->setInt64("timeUs", timeUs);
491 accessUnit->meta()->setInt64("timeUs", timeUs);
621 accessUnit->meta()->setInt64("timeUs", timeUs);
677 accessUnit->meta()->setInt64("timeUs", timeUs);
836 accessUnit->meta()->setInt64("timeUs", timeUs);
995 accessUnit->meta()->setInt64("timeUs", timeUs);
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.cpp 262 tsPackets->meta()->setInt64("timeUs", timeUs);
356 notify->setInt64("avgLatencyUs", avgLatencyUs);
357 notify->setInt64("maxLatencyUs", maxLatencyUs);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 505 void setInt64(int64_t ll);
  /external/icu4c/i18n/unicode/
fmtable.h 517 void setInt64(int64_t ll);
  /frameworks/av/include/media/stagefright/
MetaData.h 192 bool setInt64(uint32_t key, int64_t value);
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 47 void setInt64(const char *name, int64_t value);

Completed in 743 milliseconds

1 2 3 4