Home
last modified time | relevance | path

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

123

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp173 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in read()
207 CHECK(buffer->meta()->findInt64("timeUs", &lastQueuedTimeUs)); in queueAccessUnit()
225 CHECK(mLatestEnqueuedMeta->findInt64("timeUs", &latestTimeUs)); in queueAccessUnit()
230 } else if (!mLatestEnqueuedMeta->findInt64("durationUs", &frameDeltaUs)) { in queueAccessUnit()
328 if (buffer->meta()->findInt64("timeUs", &timeUs)) { in getBufferedDurationUs_l()
365 buffer->meta()->findInt64("timeUs", &startTimeUs); in getEstimatedDurationUs()
375 buffer->meta()->findInt64("timeUs", &endTimeUs); in getEstimatedDurationUs()
399 CHECK(buffer->meta()->findInt64("timeUs", timeUs)); in nextBufferTime()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp114 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in getSegmentStartTimeUs()
150 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in delayUsToRefreshPlaylist()
462 CHECK(msg->findInt64("startTimeUs", &startTimeUs)); in onStart()
463 CHECK(msg->findInt64("segmentStartTimeUs", &segmentStartTimeUs)); in onStart()
569 && latestMeta->findInt64("timeUs", &latestTimeUs) in onResumeUntil()
570 && params->findInt64(stopKey, &stopTimeUs) in onResumeUntil()
888 if (!itemMeta->findInt64("range-offset", &range_offset) in onDownloadNext()
889 || !itemMeta->findInt64("range-length", &range_length)) { in onDownloadNext()
1089 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in getSeqNumberWithAnchorTime()
1121 if (itemMeta->findInt64("discontinuity", &discontinuity)) { in getSeqNumberForDiscontinuity()
[all …]
DLiveSession.cpp137 && extra->findInt64("timeUs", &timeUs)) { in dequeueAccessUnit()
279 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs)); in dequeueAccessUnit()
465 CHECK(msg->findInt64("durationUs", &durationUs)); in onMessageReceived()
1113 audioMeta->findInt64("segmentStartTimeUs", &minSegmentStartTimeUs); in latestMediaSegmentStartTimeUs()
1118 && videoMeta->findInt64("segmentStartTimeUs", &videoSegmentStartTimeUs)) { in latestMediaSegmentStartTimeUs()
1129 CHECK(msg->findInt64("timeUs", &timeUs)); in onSeek()
1392 CHECK(msg->findInt64("timeUs", &timeUs)); in onChangeConfiguration3()
1514 CHECK(meta->findInt64("timeUs", &tmpUs)); in onChangeConfiguration3()
1515 CHECK(meta->findInt64("segmentStartTimeUs", &tmpSegmentUs)); in onChangeConfiguration3()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp183 bool smallTimestampValid = accessUnit->meta()->findInt64("timeUs", &timeUs); in aggregateBuffer()
184 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy); in aggregateBuffer()
270 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs)); in fetchInputData()
305 if (extra->findInt64( in onInputBufferFetched()
318 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onInputBufferFetched()
DHTTPLiveSource.cpp199 CHECK(buffer->meta()->findInt64("baseUs", &baseUs)); in onMessageReceived()
200 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onMessageReceived()
201 CHECK(buffer->meta()->findInt64("durationUs", &durationUs)); in onMessageReceived()
DNuPlayerRenderer.cpp619 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in fillAudioBuffer()
707 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in onDrainAudioQueue()
824 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in postDrainVideoQueue_l()
828 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in postDrainVideoQueue_l()
896 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &realTimeUs)); in onDrainVideoQueue()
899 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in onDrainVideoQueue()
1021 ->findInt64("timeUs", &firstAudioTimeUs)); in onQueueBuffer()
1023 ->findInt64("timeUs", &firstVideoTimeUs)); in onQueueBuffer()
1455 format->findInt64( in onOpenAudioSink()
DGenericSource.cpp172 if (mFileMeta->findInt64(kKeyDuration, &duration)) { in initFromDataSource()
250 if (meta->findInt64(kKeyDuration, &durationUs)) { in initFromDataSource()
506 || !meta->findInt64("meta-data-size", in prefillCacheIfNecessary()
912 CHECK(msg->findInt64("timeUs", &timeUs)); in fetchTextData()
1042 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs)); in dequeueAccessUnit()
1199 CHECK(msg->findInt64("timeUs", &timeUs)); in onSelectTrack()
1312 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs)); in onSeek()
1394 CHECK(mb->meta_data()->findInt64(kKeyTime, &timeUs)); in mediaBufferToABuffer()
1415 if (mb->meta_data()->findInt64(kKeyDuration, &durationUs)) { in mediaBufferToABuffer()
1519 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs)); in readBuffer()
DRTSPSource.cpp277 && mAudioTrack->getFormat()->findInt64( in getDuration()
285 && mVideoTrack->getFormat()->findInt64( in getDuration()
330 CHECK(msg->findInt64("timeUs", &seekTimeUs)); in onMessageReceived()
514 CHECK(msg->findInt64("nptUs", &nptUs)); in onMessageReceived()
DNuPlayerDecoder.cpp638 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs)); in fetchInputData()
729 if (extra->findInt64( in onInputBufferFetched()
739 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onInputBufferFetched()
789 buffer->meta()->findInt64("timeUs", &timeUs); in onRenderBuffer()
798 CHECK(msg->findInt64("timestampNs", &timestampNs)); in onRenderBuffer()
DNuPlayer.cpp473 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived()
889 CHECK(msg->findInt64("positionUs", &positionUs)); in onMessageReceived()
937 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs)); in onMessageReceived()
1802 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onSourceNotify()
1876 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendSubtitleData()
1877 CHECK(buffer->meta()->findInt64("durationUs", &durationUs)); in sendSubtitleData()
1905 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendTimedTextData()
/frameworks/av/media/libstagefright/timedtext/
DTimedTextPlayer.cpp124 if (msg->findInt64("seekTimeUs", &seekTimeUs) && in onMessageReceived()
140 msg->findInt64("seekTimeUs", &seekTimeUs); in onMessageReceived()
167 if (msg->findInt64("fireTimeUs", &fireTimeUs)) { in onMessageReceived()
DTimedText3GPPSource.cpp50 textBuffer->meta_data()->findInt64(kKeyTime, startTimeUs); in read()
/frameworks/av/media/libstagefright/wifi-display/
DMediaSender.cpp235 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs)); in queueAccessUnit()
261 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs)); in queueAccessUnit()
349 CHECK(msg->findInt64("avgLatencyUs", &avgLatencyUs)); in onSenderNotify()
352 CHECK(msg->findInt64("maxLatencyUs", &maxLatencyUs)); in onSenderNotify()
/frameworks/av/media/libstagefright/codecs/aacenc/
DAACEncoder.cpp206 if (srcFormat->findInt64(kKeyDuration, &durationUs)) { in getFormat()
261 if (mInputBuffer->meta_data()->findInt64(kKeyDriftTime, &timeUs)) { in read()
264 if (mInputBuffer->meta_data()->findInt64(kKeyAnchorTime, &timeUs)) { in read()
/frameworks/av/media/libstagefright/wifi-display/source/
DConverter.cpp382 if (msg->findInt64("whenUs", &whenUs)) { in onMessageReceived()
533 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in feedRawAudioInputBuffers()
579 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in feedRawAudioInputBuffers()
621 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in feedEncoderInputBuffers()
659 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs)); in prependCSD()
/frameworks/av/media/ndk/
DNdkMediaFormat.cpp99 f->findInt64(name, &val); in AMediaFormat_toString()
155 return format->mFormat->findInt64(name, out); in AMediaFormat_getInt64()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp540 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs)); in feedEncoderInputBuffers()
552 if (mbuf->meta_data()->findInt64(kKeyDriftTime, &driftTimeUs) in feedEncoderInputBuffers()
617 if (!params || !params->findInt64(kKeyTime, &startTimeUs)) { in onStart()
692 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived()
DAudioSource.cpp116 if (params && params->findInt64(kKeyTime, &startTimeUs)) { in start()
237 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in read()
DStagefrightMetadataRetriever.cpp195 if (!trackMeta->findInt64(kKeyThumbnailTime, &thumbNailTime) in extractVideoFrameWithCodecFlags()
242 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in extractVideoFrameWithCodecFlags()
536 if (trackMeta->findInt64(kKeyDuration, &durationUs)) { in parseMetaData()
DMPEG2TSWriter.cpp265 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in postAVCFrame()
296 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in appendAACFrames()
454 CHECK(mLastAccessUnit->meta()->findInt64("timeUs", &timeUs)); in lastAccessUnitTimeUs()
885 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs)); in writeAccessUnit()
DAudioPlayer.cpp168 if (format->findInt64(kKeyDuration, &durationUs)) { in start()
610 CHECK(mInputBuffer->meta_data()->findInt64( in fillBuffer()
771 mSource->getFormat()->findInt64(kKeyDuration, &durationUs); in getMediaTimeUs()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp222 CHECK(meta->findInt64(kKeyDuration, &durationUs)); in playSource()
244 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs)); in playSource()
538 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs)); in performSeekTest()
575 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in performSeekTest()
1079 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) { in main()
/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp277 && meta->findInt64(kKeyDuration, &durationUs)) { in onPrepare()
387 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec)); in onSeek()
502 CHECK(mDecodeBuffer->meta_data()->findInt64(kKeyTime, &timeUsec)); in onDecode()
/frameworks/av/media/libstagefright/rtsp/
Drtp_test.cpp214 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in main()
/frameworks/av/media/libstagefright/wifi-display/rtp/
DRTPSender.cpp213 CHECK(packet->meta()->findInt64("timeUs", &timeUs)); in queueRawPacket()
253 CHECK(tsPackets->meta()->findInt64("timeUs", &timeUs)); in queueTSPackets()
314 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs)); in queueAVCBuffer()

123