HomeSort by relevance Sort by last modified time
    Searched refs:setInt64 (Results 1 - 25 of 78) 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/httplive/
PlaylistFetcher.cpp 365 msg->setInt64("startTimeUs", startTimeUs);
366 msg->setInt64("segmentStartTimeUs", segmentStartTimeUs);
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 538 mbuf->meta_data()->setInt64(kKeyTime, timeUs);
595 frame->meta_data()->setInt64(
671 buffer->meta_data()->setInt64(kKeyTime, timeUs);
682 buffer->meta_data()->setInt64(
1001 meta->setInt64(kKeyOpusCodecDelay, track->GetCodecDelay());
1002 meta->setInt64(kKeyOpusSeekPreRoll, track->GetSeekPreRoll());
1026 meta->setInt64(kKeyDuration, (durationNs + 500) / 1000);
1067 info->mMeta->setInt64(kKeyThumbnailTime, thumbnailTimeUs);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 455 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
522 accessUnit->meta()->setInt64("timeUs", timeUs);
571 accessUnit->meta()->setInt64("timeUs", timeUs);
687 accessUnit->meta()->setInt64("timeUs", timeUs);
864 accessUnit->meta()->setInt64("timeUs", timeUs);
920 accessUnit->meta()->setInt64("timeUs", timeUs);
1079 accessUnit->meta()->setInt64("timeUs", timeUs);
    [all...]
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 155 mMeta->setInt64(kKeyDuration, duration);
295 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
  /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/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);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.cpp 116 extra->setInt64(IStreamListener::kKeyMediaTimeUs, mediaTimeUs);

Completed in 1700 milliseconds

1 2 3 4