HomeSort by relevance Sort by last modified time
    Searched refs:setInt64 (Results 1 - 25 of 80) 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);
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 66 setInt64(val);
83 inline void setInt64(int64_t val) {
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.cpp 92 params->setInt64(kKeyTime, 1ll);
174 accessUnit->meta()->setInt64("timeUs", timeUs);
Converter.cpp 490 notify->setInt64("whenUs", ALooper::GetNowUs());
537 buffer->meta()->setInt64("timeUs", timeUs);
581 partialAudioAU->meta()->setInt64("timeUs", timeUs);
585 buffer->meta()->setInt64("timeUs", timeUs);
661 dup->meta()->setInt64("timeUs", timeUs);
748 buffer->meta()->setInt64("timeUs", timeUs);
  /frameworks/av/cmds/stagefright/
SineSource.cpp 90 buffer->meta_data()->setInt64(
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 72 msg->setInt64("seekTimeUs", timeUs);
240 msg->setInt64("seekTimeUs", seekTimeUs);
267 msg->setInt64("fireTimeUs", timeUs);
  /frameworks/av/media/libstagefright/
AACExtractor.cpp 189 mMeta->setInt64(kKeyDuration, duration);
322 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
378 (*meta)->setInt64("offset", pos);
AudioSource.cpp 355 buffer->meta_data()->setInt64(kKeyAnchorTime, mStartTimeUs);
358 buffer->meta_data()->setInt64(kKeyTime, mPrevSampleTimeUs);
359 buffer->meta_data()->setInt64(kKeyDriftTime, timeUs - mInitialReadTimeUs);
Utils.cpp 85 msg->setInt64("durationUs", durationUs);
223 buffer->meta()->setInt64("timeUs", 0);
253 buffer->meta()->setInt64("timeUs", 0);
302 buffer->meta()->setInt64("timeUs", 0);
320 buffer->meta()->setInt64("timeUs", 0);
327 buffer->meta()->setInt64("timeUs", 0);
338 buffer->meta()->setInt64("timeUs", 0);
345 buffer->meta()->setInt64("timeUs", 0);
473 meta->setInt64(kKeyDuration, durationUs);
AMRExtractor.cpp 158 mMeta->setInt64(kKeyDuration, duration);
316 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
MediaMuxer.cpp 189 sampleMetaData->setInt64(kKeyTime, timeUs);
191 sampleMetaData->setInt64(kKeyDecodingTime, timeUs);
MP3Extractor.cpp 348 mMeta->setInt64(kKeyDuration, durationUs);
571 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
661 (*meta)->setInt64("offset", pos);
663 (*meta)->setInt64("post-id3-offset", post_id3_pos);
  /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/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 177 mediaBuffer->meta_data()->setInt64(kKeyTime, timeUs);
229 mLatestEnqueuedMeta->setInt64("durationUs", frameDeltaUs);
233 mLatestEnqueuedMeta->setInt64("durationUs", frameDeltaUs);
ESQueue.cpp 471 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
538 accessUnit->meta()->setInt64("timeUs", timeUs);
587 accessUnit->meta()->setInt64("timeUs", timeUs);
703 accessUnit->meta()->setInt64("timeUs", timeUs);
880 accessUnit->meta()->setInt64("timeUs", timeUs);
936 accessUnit->meta()->setInt64("timeUs", timeUs);
1095 accessUnit->meta()->setInt64("timeUs", timeUs);
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 539 mbuf->meta_data()->setInt64(kKeyTime, timeUs);
596 frame->meta_data()->setInt64(
672 buffer->meta_data()->setInt64(kKeyTime, timeUs);
683 buffer->meta_data()->setInt64(
1002 meta->setInt64(kKeyOpusCodecDelay, track->GetCodecDelay());
1003 meta->setInt64(kKeyOpusSeekPreRoll, track->GetSeekPreRoll());
1027 meta->setInt64(kKeyDuration, (durationNs + 500) / 1000);
1068 info->mMeta->setInt64(kKeyThumbnailTime, thumbnailTimeUs);
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 155 mMeta->setInt64(kKeyDuration, duration);
295 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 1091 msg->setInt64("timeUs", timeUs);
    [all...]
  /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 519 void setInt64(int64_t ll);
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 519 void setInt64(int64_t ll);
  /frameworks/av/include/media/stagefright/
MetaData.h 205 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 736 milliseconds

1 2 3 4