Home
last modified time | relevance | path

Searched refs:setInt64 (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/av/media/libstagefright/
DUtils.cpp85 msg->setInt64("durationUs", durationUs); in convertMetaDataToMessage()
223 buffer->meta()->setInt64("timeUs", 0); in convertMetaDataToMessage()
253 buffer->meta()->setInt64("timeUs", 0); in convertMetaDataToMessage()
302 buffer->meta()->setInt64("timeUs", 0); in convertMetaDataToMessage()
320 buffer->meta()->setInt64("timeUs", 0); in convertMetaDataToMessage()
327 buffer->meta()->setInt64("timeUs", 0); in convertMetaDataToMessage()
338 buffer->meta()->setInt64("timeUs", 0); in convertMetaDataToMessage()
345 buffer->meta()->setInt64("timeUs", 0); in convertMetaDataToMessage()
473 meta->setInt64(kKeyDuration, durationUs); in convertMessageToMetaData()
DAACExtractor.cpp189 mMeta->setInt64(kKeyDuration, duration); in AACExtractor()
322 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read()
378 (*meta)->setInt64("offset", pos); in SniffAAC()
DMediaMuxer.cpp189 sampleMetaData->setInt64(kKeyTime, timeUs); in writeSampleData()
191 sampleMetaData->setInt64(kKeyDecodingTime, timeUs); in writeSampleData()
DAudioSource.cpp355 buffer->meta_data()->setInt64(kKeyAnchorTime, mStartTimeUs); in queueInputBuffer_l()
358 buffer->meta_data()->setInt64(kKeyTime, mPrevSampleTimeUs); in queueInputBuffer_l()
359 buffer->meta_data()->setInt64(kKeyDriftTime, timeUs - mInitialReadTimeUs); in queueInputBuffer_l()
DMP3Extractor.cpp348 mMeta->setInt64(kKeyDuration, durationUs); in MP3Extractor()
571 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read()
661 (*meta)->setInt64("offset", pos); in SniffMP3()
663 (*meta)->setInt64("post-id3-offset", post_id3_pos); in SniffMP3()
DMediaCodecSource.cpp520 params->setInt64("skip-frames-before", skipFramesBeforeUs); in resume()
728 mbuf->meta_data()->setInt64(kKeyDecodingTime, decodingTimeUs); in onMessageReceived()
738 mbuf->meta_data()->setInt64(kKeyDriftTime, driftTimeUs); in onMessageReceived()
743 mbuf->meta_data()->setInt64(kKeyTime, timeUs); in onMessageReceived()
DMPEG4Extractor.cpp455 track->meta->setInt64( in getTrackMetaData()
465 track->meta->setInt64( in getTrackMetaData()
1201 mLastTrack->meta->setInt64( in parseChunk()
1775 mFileMetaData->setInt64(kKeyDuration, duration * 1000000 / mHeaderTimescale); in parseChunk()
1824 mFileMetaData->setInt64(kKeyDuration, duration * 1000000 / mHeaderTimescale); in parseChunk()
2114 mLastTrack->meta->setInt64(kKeyDuration, sidxDuration); in parseSegmentIndex()
3796 mBuffer->meta_data()->setInt64( in read()
3798 mBuffer->meta_data()->setInt64( in read()
3802 mBuffer->meta_data()->setInt64( in read()
3920 mBuffer->meta_data()->setInt64( in read()
[all …]
DAMRExtractor.cpp158 mMeta->setInt64(kKeyDuration, duration); in AMRExtractor()
316 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read()
DMediaCodec.cpp380 msg->setInt64("timeUs", presentationTimeUs); in queueInputBuffer()
411 msg->setInt64("timeUs", presentationTimeUs); in queueSecureInputBuffer()
423 msg->setInt64("timeoutUs", timeoutUs); in dequeueInputBuffer()
444 msg->setInt64("timeoutUs", timeoutUs); in dequeueOutputBuffer()
474 msg->setInt64("timestampNs", timestampNs); in renderOutputBufferAndRelease()
699 response->setInt64("timeUs", timeUs); in handleDequeueOutputBuffer()
1749 msg->setInt64("timeUs", 0ll); in queueCSDInputBuffer()
1923 info->mData->meta()->setInt64("timeUs", timeUs); in onQueueInputBuffer()
2006 info->mNotify->setInt64("timestampNs", timestampNs); in onReleaseOutputBuffer()
2124 msg->setInt64("timeUs", timeUs); in onOutputBufferAvailable()
DOggExtractor.cpp544 buffer->meta_data()->setInt64(kKeyTime, timeUs); in readNextPacket()
585 buffer->meta_data()->setInt64(kKeyTime, timeUs); in readNextPacket()
654 mMeta->setInt64(kKeyDuration, durationUs); in init()
783 mMeta->setInt64(kKeyDuration, size * 8000000ll / bps); in verifyHeader()
/frameworks/av/media/libstagefright/wifi-display/source/
DConverter.cpp490 notify->setInt64("whenUs", ALooper::GetNowUs()); in scheduleDoMoreWork()
537 buffer->meta()->setInt64("timeUs", timeUs); in feedRawAudioInputBuffers()
581 partialAudioAU->meta()->setInt64("timeUs", timeUs); in feedRawAudioInputBuffers()
585 buffer->meta()->setInt64("timeUs", timeUs); in feedRawAudioInputBuffers()
661 dup->meta()->setInt64("timeUs", timeUs); in prependCSD()
748 buffer->meta()->setInt64("timeUs", timeUs); in doMoreWork()
DMediaPuller.cpp92 params->setInt64(kKeyTime, 1ll); in onMessageReceived()
174 accessUnit->meta()->setInt64("timeUs", timeUs); in onMessageReceived()
/frameworks/av/media/libstagefright/timedtext/
DTimedTextPlayer.cpp72 msg->setInt64("seekTimeUs", timeUs); in seekToAsync()
240 msg->setInt64("seekTimeUs", seekTimeUs); in doRead()
267 msg->setInt64("fireTimeUs", timeUs); in postTextEvent()
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp539 mbuf->meta_data()->setInt64(kKeyTime, timeUs); in readBlock()
596 frame->meta_data()->setInt64( in read()
672 buffer->meta_data()->setInt64(kKeyTime, timeUs); in read()
683 buffer->meta_data()->setInt64( in read()
1002 meta->setInt64(kKeyOpusCodecDelay, track->GetCodecDelay()); in addTracks()
1003 meta->setInt64(kKeyOpusSeekPreRoll, track->GetSeekPreRoll()); in addTracks()
1027 meta->setInt64(kKeyDuration, (durationNs + 500) / 1000); in addTracks()
1068 info->mMeta->setInt64(kKeyThumbnailTime, thumbnailTimeUs); in findThumbnails()
/frameworks/av/media/libstagefright/codecs/aacenc/
DAACEncoder.cpp207 mMeta->setInt64(kKeyDuration, durationUs); in getFormat()
324 buffer->meta_data()->setInt64(kKeyTime, mAnchorTimeUs + mediaTimeUs); in read()
326 buffer->meta_data()->setInt64(kKeyDriftTime, mediaTimeUs - wallClockTimeUs); in read()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp366 msg->setInt64("startTimeUs", startTimeUs); in startAsync()
367 msg->setInt64("segmentStartTimeUs", segmentStartTimeUs); in startAsync()
1185 accessUnit->meta()->setInt64("segmentStartTimeUs", getSegmentStartTimeUs(mSeqNumber)); in setAccessUnitProperties()
1199 extra->setInt64(IStreamListener::kKeyMediaTimeUs, 0); in extractAndQueueAccessUnitsFromTs()
1352 mStartTimeUsNotify->setInt64(key, timeUs); in extractAndQueueAccessUnitsFromTs()
1460 buffer->meta()->setInt64("timeUs", getSegmentStartTimeUs(mSeqNumber)); in extractAndQueueAccessUnits()
1461 buffer->meta()->setInt64("durationUs", durationUs); in extractAndQueueAccessUnits()
1462 buffer->meta()->setInt64("segmentStartTimeUs", getSegmentStartTimeUs(mSeqNumber)); in extractAndQueueAccessUnits()
1637 mStartTimeUsNotify->setInt64("timeUsAudio", timeUs); in extractAndQueueAccessUnits()
1664 unit->meta()->setInt64("timeUs", unitTimeUs); in extractAndQueueAccessUnits()
[all …]
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp471 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs); in dequeueAccessUnit()
538 accessUnit->meta()->setInt64("timeUs", timeUs); in dequeueAccessUnitAC3()
587 accessUnit->meta()->setInt64("timeUs", timeUs); in dequeueAccessUnitPCMAudio()
703 accessUnit->meta()->setInt64("timeUs", timeUs); in dequeueAccessUnitAAC()
880 accessUnit->meta()->setInt64("timeUs", timeUs); in dequeueAccessUnitH264()
936 accessUnit->meta()->setInt64("timeUs", timeUs); in dequeueAccessUnitMPEGAudio()
1095 accessUnit->meta()->setInt64("timeUs", timeUs); in dequeueAccessUnitMPEGVideo()
1254 accessUnit->meta()->setInt64("timeUs", timeUs); in dequeueAccessUnitMPEG4Video()
DAnotherPacketSource.cpp177 mediaBuffer->meta_data()->setInt64(kKeyTime, timeUs); in read()
229 mLatestEnqueuedMeta->setInt64("durationUs", frameDeltaUs); in queueAccessUnit()
233 mLatestEnqueuedMeta->setInt64("durationUs", frameDeltaUs); in queueAccessUnit()
/frameworks/av/media/libstagefright/rtsp/
DARTPSession.cpp175 accessUnit->meta()->setInt64("ntp-time", ntpTime); in onMessageReceived()
176 accessUnit->meta()->setInt64("timeUs", 0); in onMessageReceived()
DVideoSource.h74 (*buffer)->meta_data()->setInt64( in read()
/frameworks/wilhelm/src/android/util/
DAacAdtsExtractor.cpp155 mMeta->setInt64(kKeyDuration, duration); in AacAdtsExtractor()
295 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp1052 msg->setInt64("timeUs", timeUs); in dequeueAccessUnit()
1060 msg->setInt64("timeUs", timeUs); in dequeueAccessUnit()
1183 msg->setInt64("timeUs", timeUs); in selectTrack()
1267 msg->setInt64("timeUs", timeUs); in doSelectTrack()
1275 msg->setInt64("timeUs", timeUs); in doSelectTrack()
1299 msg->setInt64("seekTimeUs", seekTimeUs); in seekTo()
1395 meta->setInt64("timeUs", timeUs); in mediaBufferToABuffer()
1402 extra->setInt64("resume-at-mediaTimeUs", seekTimeUs); in mediaBufferToABuffer()
1416 meta->setInt64("durationUs", durationUs); in mediaBufferToABuffer()
DNuPlayerCCDecoder.cpp343 ccBuf->meta()->setInt64("timeUs", timeUs); in display()
344 ccBuf->meta()->setInt64("durationUs", 0ll); in display()
/frameworks/av/media/libstagefright/wifi-display/
DMediaSender.cpp262 tsPackets->meta()->setInt64("timeUs", timeUs); in queueAccessUnit()
356 notify->setInt64("avgLatencyUs", avgLatencyUs); in onSenderNotify()
357 notify->setInt64("maxLatencyUs", maxLatencyUs); in onSenderNotify()
/frameworks/av/cmds/stagefright/
DSineSource.cpp90 buffer->meta_data()->setInt64( in read()

123