Home
last modified time | relevance | path

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

123

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp180 bool smallTimestampValid = accessUnit->meta()->findInt64("timeUs", &timeUs); in aggregateBuffer()
181 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy); in aggregateBuffer()
272 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs)); in fetchInputData()
310 if (extra->findInt64( in onInputBufferFetched()
322 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onInputBufferFetched()
DRTSPSource.cpp280 && mAudioTrack->getFormat()->findInt64( in getDuration()
288 && mVideoTrack->getFormat()->findInt64( in getDuration()
498 CHECK(msg->findInt64("timeUs", &seekTimeUs)); in onMessageReceived()
572 CHECK(msg->findInt64("time", &timeUs)); in onMessageReceived()
705 CHECK(msg->findInt64("nptUs", &nptUs)); in onMessageReceived()
DNuPlayerRenderer.cpp899 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in fillAudioBuffer()
1073 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in onDrainAudioQueue()
1280 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &realTimeUs)); in postDrainVideoQueue()
1297 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in postDrainVideoQueue()
1347 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &realTimeUs)); in onDrainVideoQueue()
1349 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in onDrainVideoQueue()
1525 ->findInt64("timeUs", &firstAudioTimeUs)); in onQueueBuffer()
1527 ->findInt64("timeUs", &firstVideoTimeUs)); in onQueueBuffer()
1948 format->findInt64( in onOpenAudioSink()
DGenericSource.cpp202 if (mFileMeta->findInt64(kKeyDuration, &duration)) { in initFromDataSource()
261 if (meta->findInt64(kKeyDuration, &durationUs)) { in initFromDataSource()
751 CHECK(msg->findInt64("timeUs", &timeUs)); in fetchTextData()
921 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs)); in dequeueAccessUnit()
1154 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs)); in onSeek()
1249 CHECK(mb->meta_data().findInt64(kKeyTime, &timeUs)); in mediaBufferToABuffer()
1267 if (mb->meta_data().findInt64(kKeyDuration, &durationUs)) { in mediaBufferToABuffer()
1417 if (!mbuf->meta_data().findInt64(kKeyTime, &timeUs)) { in readBuffer()
DNuPlayerDecoder.cpp175 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived()
973 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs)); in fetchInputData()
1035 if (extra->findInt64( in onInputBufferFetched()
1045 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onInputBufferFetched()
1149 buffer->meta()->findInt64("timeUs", &timeUs); in onRenderBuffer()
1160 CHECK(msg->findInt64("timestampNs", &timestampNs)); in onRenderBuffer()
DNuPlayer.cpp706 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived()
1310 if (!msg->findInt64("positionUs", &positionUs)) { in onMessageReceived()
1350 CHECK(msg->findInt64("timerUs", &timerUs)); in onMessageReceived()
1361 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs)); in onMessageReceived()
1450 CHECK(msg->findInt64("anchor-media-us", &anchorMediaUs)); in onMessageReceived()
1451 CHECK(msg->findInt64("anchor-real-us", &anchorRealUs)); in onMessageReceived()
2686 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onSourceNotify()
2760 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendSubtitleData()
2761 CHECK(buffer->meta()->findInt64("durationUs", &durationUs)); in sendSubtitleData()
2776 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendTimedMetaData()
[all …]
DHTTPLiveSource.cpp268 CHECK(buffer->meta()->findInt64("baseUs", &baseUs)); in pollForRawData()
269 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in pollForRawData()
DNuPlayerDriver.cpp576 stats->findInt64("frames-total", &numFramesTotal); in updateMetrics()
577 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics()
937 stats->findInt64("frames-total", &numFramesTotal); in dump()
938 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()
/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp143 CHECK(mLatestDequeuedMeta->findInt64("timeUs", &timeUs)); in dequeueAccessUnit()
198 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in read()
311 CHECK(buffer->meta()->findInt64("timeUs", &lastQueuedTimeUs)); in queueAccessUnit()
330 CHECK(mLatestEnqueuedMeta->findInt64("timeUs", &latestTimeUs)); in queueAccessUnit()
335 } else if (!mLatestEnqueuedMeta->findInt64("durationUs", &frameDeltaUs)) { in queueAccessUnit()
490 if (!buffer->meta()->findInt64("timeUs", &timeUs)) { in getEstimatedBufferDurationUs()
513 CHECK(buffer->meta()->findInt64("timeUs", timeUs)); in nextBufferTime()
565 if (buffer->meta()->findInt64("timeUs", &timeUs)) { in getMetaAfterLastDequeued()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp213 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in getSegmentStartTimeUs()
237 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in getSegmentDurationUs()
267 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in delayUsToRefreshPlaylist()
717 CHECK(msg->findInt64("startTimeUs", &startTimeUs)); in onStart()
718 CHECK(msg->findInt64("segmentStartTimeUs", &segmentStartTimeUs)); in onStart()
1015 CHECK(meta->findInt64("timeUs", &tmpUs)); in shouldPauseDownload()
1050 || !itemMeta->findInt64("durationUs", &itemDurationUs)) { in initSeqNumberForLiveStream()
1360 if (!itemMeta->findInt64("range-offset", &range_offset) in onDownloadNext()
1361 || !itemMeta->findInt64("range-length", &range_length)) { in onDownloadNext()
1591 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in adjustSeqNumberWithAnchorTime()
[all …]
/frameworks/av/media/libstagefright/
DMediaTrack.cpp127 if (format->mFormat->findInt64("timeUs", &val64)) { in read()
130 if (format->mFormat->findInt64("durationUs", &val64)) { in read()
133 if (format->mFormat->findInt64("target-time", &val64)) { in read()
DMediaCodecSource.cpp270 CHECK(msg->findInt64("stop-time-us", &stopTimeUs)); in onMessageReceived()
375 if (!response->findInt64("time-us", &timeUs)) { in getFirstSampleSystemTimeUs()
700 CHECK(mbuf->meta_data().findInt64(kKeyTime, &timeUs)); in feedEncoderInputBuffers()
723 if (mbuf->meta_data().findInt64(kKeyDriftTime, &driftTimeUs) in feedEncoderInputBuffers()
774 if (params == NULL || !params->findInt64(kKeyTime, &startTimeUs)) { in onStart()
899 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived()
1041 inputFormat->findInt64("android._stop-time-offset-us", &stopTimeOffsetUs) && in onMessageReceived()
1090 if (params == NULL || !params->findInt64(kKeyTime, &pauseStartTimeUs)) { in onMessageReceived()
1102 CHECK(msg->findInt64(PARAMETER_KEY_OFFSET_TIME, &mInputBufferTimeOffsetUs)); in onMessageReceived()
1122 CHECK(msg->findInt64("stop-time-us", &stopTimeUs)); in onMessageReceived()
DMPEG2TSWriter.cpp267 CHECK(buffer->meta_data().findInt64(kKeyTime, &timeUs)); in appendAVCFrame()
291 CHECK(buffer->meta_data().findInt64(kKeyTime, &timeUs)); in appendAACFrames()
431 CHECK(mLastAccessUnit->meta()->findInt64("timeUs", &timeUs)); in lastAccessUnitTimeUs()
843 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs)); in writeAccessUnit()
DNuMediaExtractor.cpp235 if (meta->findInt64(kKeyDuration, &durationUs) in updateDurationAndBitrate()
311 if (meta->findInt64(kKeyExifOffset, &exifOffset) in getExifOffsetSize()
312 && meta->findInt64(kKeyExifSize, &exifSize)) { in getExifOffsetSize()
533 if (mbuf->meta_data().findInt64(kKeyTime, &timeUs)) { in fetchTrackSamples()
DUtils.cpp738 if (msg->findInt64(elem.first, &value)) { in convertMessageToMetaDataFromMappings()
784 if (meta->findInt64(elem.second, &value)) { in convertMetaDataToMessageFromMappings()
880 if (meta->findInt64(kKeyDuration, &durationUs)) { in convertMetaDataToMessage()
1623 if (msg->findInt64("durationUs", &durationUs)) { in convertMessageToMetaData()
2051 if (!meta->findInt64(kKeyDuration, &duration)) { in getAudioOffloadInfo()
2091 CHECK(meta->findInt64("timeUs", &mTimeUs)); in HLSTime()
2098 CHECK(mMeta->findInt64("segmentStartTimeUs", &segmentStartTimeUs)); in getSegmentTimeUs()
2101 if (mMeta->findInt64("segmentFirstTimeUs", &segmentFirstTimeUs)) { in getSegmentTimeUs()
2107 if (mMeta->findInt64("playlistTimeUs", &playlistTimeUs)) { in getSegmentTimeUs()
2111 CHECK(mMeta->findInt64("segmentDurationUs", &durationUs)); in getSegmentTimeUs()
DAMRWriter.cpp218 CHECK(buffer->meta_data().findInt64(kKeyTime, &timestampUs)); in threadFunc()
DAudioSource.cpp145 if (params && params->findInt64(kKeyTime, &startTimeUs)) { in start()
272 CHECK(buffer->meta_data().findInt64(kKeyTime, &timeUs)); in read()
/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp288 && meta->findInt64(kKeyDuration, &durationUs)) { in onPrepare()
392 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec)); in onSeek()
507 CHECK(mDecodeBuffer->meta_data().findInt64(kKeyTime, &timeUsec)); in onDecode()
/frameworks/av/media/extractors/mpeg2/
DMPEG2TSExtractor.cpp198 if (inMeta.findInt64(kKeyTime, &val64)) { in read()
581 if (!meta->findInt64(kKeyDuration, &origDurationUs) in estimateDurationsFromTimesUsAtEnd()
582 || !meta->findInt64(kKeyLastDuration, &lastDurationUs) in estimateDurationsFromTimesUsAtEnd()
601 if (!meta->findInt64(kKeyDuration, &durationUs)) { in estimateDurationsFromTimesUsAtEnd()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp244 CHECK(meta->findInt64(kKeyDuration, &durationUs)); in playSource()
266 CHECK(buffer->meta_data().findInt64(kKeyTime, &timestampUs)); in playSource()
570 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs)); in performSeekTest()
607 CHECK(buffer->meta_data().findInt64(kKeyTime, &timeUs)); in performSeekTest()
1211 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) { in main()
/frameworks/av/media/libstagefright/rtsp/
Drtp_test.cpp204 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in main()
DARTPWriter.cpp577 CHECK(mediaBuf->meta_data().findInt64(kKeyTime, &timeUs)); in sendAVCData()
672 CHECK(mediaBuf->meta_data().findInt64(kKeyTime, &timeUs)); in sendH263Data()
757 CHECK(mediaBuf->meta_data().findInt64(kKeyTime, &timeUs)); in sendAMRData()
/frameworks/av/media/ndk/
DNdkMediaFormat.cpp91 f->findInt64(name, &val); in AMediaFormat_toString()
155 return format->mFormat->findInt64(name, out); in AMediaFormat_getInt64()
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp519 if (meta->findInt64(kKeyExifOffset, &exifOffset) in parseMetaData()
520 && meta->findInt64(kKeyExifSize, &exifSize)) { in parseMetaData()
550 if (trackMeta->findInt64(kKeyDuration, &durationUs)) { in parseMetaData()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaDataBase.h293 bool findInt64(uint32_t key, int64_t *value) const;

123