Searched refs:setInt64 (Results 1 - 25 of 64) sorted by relevance

123

/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp92 params->setInt64(kKeyTime, 1ll);
174 accessUnit->meta()->setInt64("timeUs", timeUs);
H A DConverter.cpp490 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);
H A DRepeaterSource.cpp158 (*buffer)->meta_data()->setInt64(kKeyTime, bufferTimeUs);
/frameworks/av/cmds/stagefright/
H A DSineSource.cpp90 buffer->meta_data()->setInt64(
/frameworks/av/media/libstagefright/rtsp/
H A DVideoSource.h74 (*buffer)->meta_data()->setInt64(
H A DARTPSession.cpp175 accessUnit->meta()->setInt64("ntp-time", ntpTime);
176 accessUnit->meta()->setInt64("timeUs", 0);
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp72 msg->setInt64("seekTimeUs", timeUs);
240 msg->setInt64("seekTimeUs", seekTimeUs);
267 msg->setInt64("fireTimeUs", timeUs);
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp189 mMeta->setInt64(kKeyDuration, duration);
322 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
378 (*meta)->setInt64("offset", pos);
H A DAudioSource.cpp355 buffer->meta_data()->setInt64(kKeyAnchorTime, mStartTimeUs);
358 buffer->meta_data()->setInt64(kKeyTime, mPrevSampleTimeUs);
359 buffer->meta_data()->setInt64(kKeyDriftTime, timeUs - mInitialReadTimeUs);
H A DUtils.cpp85 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);
H A DAMRExtractor.cpp158 mMeta->setInt64(kKeyDuration, duration);
316 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
H A DMediaMuxer.cpp189 sampleMetaData->setInt64(kKeyTime, timeUs);
191 sampleMetaData->setInt64(kKeyDecodingTime, timeUs);
H A DMP3Extractor.cpp348 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);
H A DMediaCodecSource.cpp536 params->setInt64("skip-frames-before", skipFramesBeforeUs);
682 mbuf->meta_data()->setInt64(kKeyDecodingTime, decodingTimeUs);
692 mbuf->meta_data()->setInt64(kKeyDriftTime, driftTimeUs);
697 mbuf->meta_data()->setInt64(kKeyTime, timeUs);
H A DMediaCodec.cpp380 msg->setInt64("timeUs", presentationTimeUs);
411 msg->setInt64("timeUs", presentationTimeUs);
423 msg->setInt64("timeoutUs", timeoutUs);
444 msg->setInt64("timeoutUs", timeoutUs);
474 msg->setInt64("timestampNs", timestampNs);
699 response->setInt64("timeUs", timeUs);
1727 msg->setInt64("timeUs", 0ll);
1901 info->mData->meta()->setInt64("timeUs", timeUs);
1984 info->mNotify->setInt64("timestampNs", timestampNs);
2102 msg->setInt64("timeU
[all...]
H A DMPEG4Extractor.cpp455 track->meta->setInt64(
465 track->meta->setInt64(
1198 mLastTrack->meta->setInt64(
1772 mFileMetaData->setInt64(kKeyDuration, duration * 1000000 / mHeaderTimescale);
1821 mFileMetaData->setInt64(kKeyDuration, duration * 1000000 / mHeaderTimescale);
2111 mLastTrack->meta->setInt64(kKeyDuration, sidxDuration);
3793 mBuffer->meta_data()->setInt64(
3795 mBuffer->meta_data()->setInt64(
3799 mBuffer->meta_data()->setInt64(
3917 mBuffer->meta_data()->setInt64(
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp207 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/
H A DPlaylistFetcher.cpp365 msg->setInt64("startTimeUs", startTimeUs);
366 msg->setInt64("segmentStartTimeUs", segmentStartTimeUs);
1141 accessUnit->meta()->setInt64("segmentStartTimeUs", getSegmentStartTimeUs(mSeqNumber));
1155 extra->setInt64(IStreamListener::kKeyMediaTimeUs, 0);
1300 mStartTimeUsNotify->setInt64(key, timeUs);
1408 buffer->meta()->setInt64("timeUs", getSegmentStartTimeUs(mSeqNumber));
1409 buffer->meta()->setInt64("durationUs", durationUs);
1410 buffer->meta()->setInt64("segmentStartTimeUs", getSegmentStartTimeUs(mSeqNumber));
1585 mStartTimeUsNotify->setInt64("timeUsAudio", timeUs);
1611 unit->meta()->setInt64("timeU
[all...]
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp538 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/
H A DESQueue.cpp455 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);
1238 accessUnit->meta()->setInt64("timeUs", timeUs);
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp155 mMeta->setInt64(kKeyDuration, duration);
295 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp262 tsPackets->meta()->setInt64("timeUs", timeUs);
356 notify->setInt64("avgLatencyUs", avgLatencyUs);
357 notify->setInt64("maxLatencyUs", maxLatencyUs);
/frameworks/av/include/media/stagefright/
H A DMetaData.h205 bool setInt64(uint32_t key, int64_t value);
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h47 void setInt64(const char *name, int64_t value);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp116 extra->setInt64(IStreamListener::kKeyMediaTimeUs, mediaTimeUs);

Completed in 983 milliseconds

123